Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Browse table up down arrows after search Topic is solved

Questions related to using nuBuilder Forte.
Post Reply
chpwebmaster
Posts: 72
Joined: Mon Jun 10, 2019 5:00 pm
Has thanked: 6 times
Been thanked: 4 times

Browse table up down arrows after search

Unread post 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.
kev1n
nuBuilder Team
Posts: 4292
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 444 times
Contact:

Re: Browse table up down arrows after search

Unread post 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.
You do not have the required permissions to view the files attached to this post.
chpwebmaster
Posts: 72
Joined: Mon Jun 10, 2019 5:00 pm
Has thanked: 6 times
Been thanked: 4 times

Re: Browse table up down arrows after search

Unread post by chpwebmaster »

That fixed it
Post Reply