Page 1 of 1

Browse table up down arrows after search

Posted: Tue Mar 21, 2023 3:11 pm
by chpwebmaster
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.

Re: Browse table up down arrows after search

Posted: Tue Mar 21, 2023 4:16 pm
by kev1n
Can you try the attached patch? Unpack the .zip file and copy nuform.js into the /core directory and log in again into nuBuilder.

Re: Browse table up down arrows after search

Posted: Tue Mar 21, 2023 4:28 pm
by chpwebmaster
That fixed it