Selecting lookup search result puts focus at top of page

I know it will happen eventually. I guess a better way to put this is that lookup fields in edit mode lose focus after selecting a lookup result. As far as I can tell, that didn’t happen before, and it prevents users from being able to tab through inputs on a page and thereby slows down data entry.

What I’m saying might make more sense if you try enter data into all three fields on this page using only your keyboard:


<pre><skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" useviewportmeta="true" showheader="true">
 <models> <model id="contact" limit="1" query="true" createrowifnonefound="false" datasource="salesforce" type="" sobject="Contact"> <fields> <field id="AccountId"/> <field id="Account&#46;Name"/> <field id="FirstName"/> <field id="LastName"/> </fields> <conditions/> <actions/> </model> </models> <components> <basicfieldeditor showheader="true" showsavecancel="true" showerrorsinline="true" model="contact" buttonposition="" uniqueid="sk-qx58V-128" mode="edit"> <columns> <column width="100%"> <sections> <section title="Section A" collapsible="no"> <fields> <field uniqueid="sk-vw1X_-109" id="FirstName" valuehalign="" type=""/> <field uniqueid="sk-qx86j-145" id="AccountId" showhelp="true" valuehalign="" type=""/> <field uniqueid="sk-vw4UO-123" id="LastName"/> </fields> </section> </sections> </column> </columns> </basicfieldeditor> </components> <resources> <labels/> <javascript/> <css/> </resources> <styles> <styleitem type="background" bgtype="none"/> </styles> </skuidpage>