xiaoxiaoflood / firefox-scripts

userChromeJS / autoconfig.js and extensions
Mozilla Public License 2.0
989 stars 85 forks source link

Enter Selects visual bug #53

Closed mlysle closed 2 weeks ago

mlysle commented 3 years ago

Enter Selects works for me, but the highlight goes back to the first result with every change to the URL input. Not sure if this is intended, but it's very jarring to see. see it for yourself: https://i.imgur.com/sAhgFbr.mp4

xiaoxiaoflood commented 3 years ago

Not intended, but I think it's normal. With every input, Fx repopulates the list and selects the first row, then Enter Selects forces the selection of the first suggestion (second row).

xiaoxiaoflood commented 2 weeks ago

Fixed by https://github.com/xiaoxiaoflood/firefox-scripts/commit/ab24f4e1f120da75895b752ef1bd96517b77fbb6, it's no longer flickering.