pviswanathan / ChromeAutoTextExpander

Google Chrome Extension : Auto Text Expander - listens for keypresses on pages that support it and will auto-replace text as you type. Keywords: javascript jquery chrome text expander replacement.
MIT License
158 stars 46 forks source link

Doesn't work in new Jira view #62

Open AndrewL2018 opened 4 years ago

AndrewL2018 commented 4 years ago

Possible reason: Jira now dynamically creates the comment box when updating an issue (which TextExpander probably doesn't see because it doesn't keep up with dynamic changes on a webpage).

I assume this is probably related to the same issue it has with Google Docs, but I'm probably wrong.

Andrew-J-Larson commented 3 years ago

Figured something out... it works in the popup when entering a comment, but doesn't work for the inline text box on the page.