mozilla / remote-newtab

Remotely-hosted New Tab Page
https://mozilla.github.io/remote-newtab/src/
Mozilla Public License 2.0
15 stars 7 forks source link

Fix for searchbox swallowing tab event when no text is entered. #196

Closed rlr closed 8 years ago

rlr commented 8 years ago

Fixed a bug when the dropdown isn't shown yet (empty search box). If you hit tab, the event gets swallowed instead of the focus moving on down the page.

r? @k88hudson

k88hudson commented 8 years ago

R+