Before one of the updates last week that narrowed a number of my browse tables with fewer columns, when I hit enter after a search I was able to just hit the down arrow to jump to the first line.
Most of my main browse and browseEdit forms have
Code: Select all
$('#nuSearchField').focus().select();
on them and I use mousetrap.js on my main launch form so I can hit for example: c > enter my search > down > down > enter to open the second record.
Since whichever update shrunk the form if my mouse is hovering over a line that was returned the arrows don't move the selection. If my mouse is not over the browse form or it's on an empty line the arrows work like expected.