-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Clicking issues in text area #2826
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
Comments
Hmm... can you provide reproduction steps? I don't have a Windows XP machine around and I haven't used Mypal but willing to try and test on my machine locally. |
The reproduction steps are like this: The reason ist obvious to me: Mypal is based on a firefox version older than 63, lacking support of shadow dom. |
I don't think this is something we'd patch here but rather would be
better to raise upstream (but best to see if it replicates in Codespaces
first to prove it's an issue for upstream).
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no activity occurs in the next 5 days. |
* Support browsers from before 2020 As reported in #2825, #2826 and #3051, almost everything works in older browsers. This setting here prevented me from updating and I think it is an obvious enhancement to not restrict to browsers from 2020+. There should not be any measurable downsides of this change since es6 and es2020 are pretty similar with only minor differences. * Include lib (polyfills) for <es2020 targets * Assume all modern dom features despite es6 syntax * Add modern dom iterators to es6 environment Co-authored-by: Joe Previte <[email protected]> Co-authored-by: Asher <[email protected]>
code-server --version
: 3.9.0 fc6d123The text was updated successfully, but these errors were encountered: