mozilla / nightlytt

Nightly Tester Tools
https://wiki.mozilla.org/Auto-tools/Automation_Development/Projects/Addons/NightlyTesterTools
Other
62 stars 37 forks source link

Fix #249 Cannot insert buildid into some text boxes #253

Closed kyoshino closed 7 years ago

kyoshino commented 7 years ago

Add support for textboxes using contenteditable. Since rich text editors are complicated, it still doesn't work in some cases including an editor within iframe like the example on MDN. It works on Twitter though. I've noted it in the README's known issues section.

kyoshino commented 7 years ago

Filed a bug on the iframe issue and updated README accordingly.