-
Notifications
You must be signed in to change notification settings - Fork 81
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
Japanese in comments on Google Docs is not recognized #898
Comments
It looks like some docs event handler is preventing propagation ahead of mine. I think setting the event to use the capturing phase instead of bubbling phase is good in general to ensure rikaikun gets a chance to see. I also realized that my check for canceling highlight is too broad now since triggers anywhere inside a google doc. |
The extension worked fine for me on a document in Google Docs when installed from Chrome Webstore, however when I load the unpacked version into chrome, it didn't seem to work anymore. |
Yes, the unpackaged extension works fine on all other pages but doesn't work on Google Docs. I also made sure that the only errors I have is MV2 deprecation notice. I will also try using different computers to make sure it is not a problem with my laptop. |
As far as I can tell, no mouse events are being fired inside of comment boxes, needs more investigation.
The text was updated successfully, but these errors were encountered: