googlearchive / polymer-element-catalog

A catalog of Polymer-based web components built by the Polymer team
BSD 3-Clause "New" or "Revised" License
164 stars 91 forks source link

Bug while typing in search bar #147

Closed fxedel closed 9 years ago

fxedel commented 9 years ago

When I type a letter in the search bar at the main page, it instantly shows the result. The new search bar in the navigation already has the focus, but the cursor is at the first and not at the last position.

When I search for example for "paper", I type in the "p", the cursor is at the first position, I type in the "aper" and my final search query is "aperp".

That's really annoying. Is it possible to set the cursor position with JS? I used the latest Firefox version ...

samccone commented 9 years ago

:white_check_mark: verified to be firefox specific

fxedel commented 9 years ago

:+1: :+1: :+1: it works now