You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the focus handler in AppIntegration.jsm, once the plugin object gains focus it is instantly blurred away. While this is OK for windowed plugins (they have their own focus), it makes some windowless plugins never gain input focus.
Unfortunately, the focus handler is required for hotkeys to work, thus cannot be easily disabled. Workaround is needed to address this issue.
Test case:
Any video on http://www.tudou.com/. Just login and try enter some comment.
The text was updated successfully, but these errors were encountered:
patwonder
changed the title
[extension] Cannot input text in windowless plugins
[extension] Cannot type text into windowless plugins
Jan 3, 2015
Due to the focus handler in AppIntegration.jsm, once the plugin object gains focus it is instantly blurred away. While this is OK for windowed plugins (they have their own focus), it makes some windowless plugins never gain input focus.
Unfortunately, the focus handler is required for hotkeys to work, thus cannot be easily disabled. Workaround is needed to address this issue.
Test case:
Any video on http://www.tudou.com/. Just login and try enter some comment.
The text was updated successfully, but these errors were encountered: