MartinMouritzen / PodcastPlayer

A simple podcast player using podcastindex.org
17 stars 1 forks source link

Unable to move cursor in search #3

Closed Siebe closed 3 years ago

Siebe commented 3 years ago

When input text in the search field and click/tap on the text, i would expect my cursor to jump to that position. That does not work... :} In FF on both Linux and Android (PWA and in browser). In Chrome, Linux the cursor does jump.

MartinMouritzen commented 3 years ago

Hi Siebe, I managed to reproduce this, and fixed it.

For the possible geeks reading, I had a user-select: none;" on the titlebar. In Chrome this is not inherited by input fields, in Firefox it is, which then prevents the moving of the cursor with the mouse.

MartinMouritzen commented 3 years ago

I will release a new version later today! :)

MartinMouritzen commented 3 years ago

Fix released!