Mardak / enterSelects

Press enter in the AwesomeBar to select the first result (without pressing down)
8 stars 3 forks source link

Fx52+: URL with space lead to search #18

Open pintassilgo opened 7 years ago

pintassilgo commented 7 years ago

example.com/?query=foo bar

Cause: https://hg.mozilla.org/integration/autoland/rev/bb8d2847640f

pintassilgo commented 7 years ago

Seems that insert if (popup.richlistbox.children[targetIndex].getAttribute('type') !== 'searchengine') before /lib/main.js line 121 popup.selectedIndex = targetIndex; fixes this issue.