-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Triple click selection issue #484
Comments
Also reported on Drupal.org: https://www.drupal.org/node/2884371. |
I could reproduce this behavior on Safari 11.0 but not on Firefox 57.0b9. |
Hi. It looks like this is upstream issue. I found other people are reporting this: https://bugs.chromium.org/p/chromium/issues/detail?id=511962 Which leads to discussions about standards: You can reproduce this problem without the CKEditor. Create simple page with following html content:
Triple click on first paragraph, then open console and paste: |
Can be also reproduced here https://codepen.io/f1ames/pen/RmqvMX?editors=1010 |
Bug
When triple clicking on a paragraph then applying a style or format then the format is applied to the next paragraph as well.
Detailed reproduction steps:
Expected result
Actual result
Other details
Issue is similar to the one described here in the gif on the first comment: https://github.com/ckeditor/ckeditor5-heading/issues/9 but different version.
The text was updated successfully, but these errors were encountered: