Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[extension] Cannot type text into windowless plugins #5

Open
patwonder opened this issue Jan 3, 2015 · 0 comments
Open

[extension] Cannot type text into windowless plugins #5

patwonder opened this issue Jan 3, 2015 · 0 comments

Comments

@patwonder
Copy link
Owner

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.

@patwonder patwonder changed the title [extension] Cannot input text in windowless plugins [extension] Cannot type text into windowless plugins Jan 3, 2015
patwonder added a commit that referenced this issue Jan 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant