GoogleChrome / inert-polyfill

Polyfill for the HTML inert attribute
Apache License 2.0
187 stars 48 forks source link

Causing issues with firefox input/textarea #4

Closed tnrich closed 7 years ago

tnrich commented 8 years ago

I am having trouble with inert polyfill screwing up firefox textareas/inputs (the cursor doesn't show up and highlighting doesn't work). Here is a small requirebin of what is happening:

http://requirebin.com/?gist=915d1c6c0b273dc1eff9c201c0943968

view it on chrome and firefox and see the difference for yourselves.

It would be much appreciated if this could be fixed because it is otherwise totally awesome!

Thanks!

tnrich commented 7 years ago

@samthor any thoughts on this issue? Will this ever be fixed? Can anyone confirm that this is indeed an issue?

shannonmoeller commented 7 years ago

Confirmed. Just got bit by the same bug.

Edit: Found a workaround: https://github.com/WICG/inert

samthor commented 7 years ago

I've fixed this now. Look out for 0.2.3 in a few minutes!