-
-
Notifications
You must be signed in to change notification settings - Fork 358
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
Mozilla Firefox text select problem #136
Comments
We used shadow dom to isolate styles, but the selection API is not widely supported. Maybe we will migrate shadow dom to iframe. |
When I open FF with debug console there is unsupported function for ShadowRoot API: getSelection. Is it possible use this polyfill? https://github.com/GoogleChromeLabs/shadow-selection-polyfill |
Hi @applibs! I've had the same issue and I found that you can use this polyfill as a workaround. It's not complete, but it does solve the problem for Firefox and Safari. Here's the link to the original discussion: GoogleChromeLabs/shadow-selection-polyfill#11 Hope this helps :) |
I am not participiant and I dont want be. Please fix it for others too. Thx. Otherwise, Mozila has a whole other set of problems and it's basically unusable in FF.
Please change this line: backgroundColor: 'var(--color-bg-5);', FF does not like semicolon there. |
Hi,
When i added a text block or i want edit a text block, i cant select text with mouse click at Firefox browser.
Not any problem at Chrome / IE browser.
Thanks
The text was updated successfully, but these errors were encountered: