rikilele / custom-dict-chrome

A chrome extension that allows you to register your own definitions of words, and display them as tooltips on web pages.
https://chrome.google.com/webstore/detail/custom-dictionary/gpenoconcglejhmajbjgajimkdpmcogg
MIT License
3 stars 2 forks source link

Typing text in Gmail or JIRA moves the cursor unexpectedly #17

Open tschoem opened 10 months ago

tschoem commented 10 months ago

The issue is more visible in JIRA where the cursor moves so much that you end up typing backwards.

To reproduce you can simply enable the extension on a JIRA domain and type a new bug description or comment. You should see stuff being written backwards.

Something seems to interfere with syntax checker or this might be due to the text boxes not being in standard TEXT elements, rather aria type textboxes.

Thanks for the awesome extension otherwise.