-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[iOS] The selection is visible over editor UI #5753
Comments
This is a known bug in iOS. The only way to address this is by blurring the text field the selection is rendered in. @ckeditor/qa-team Can you confirm this happens less often since #11838? The editing root gets blurred now and the focus moves to the dropdown making the selection disappear. |
I can't reproduce this issue anymore, after opening the dropdown, the selection moves to it and is invisible in the editable. |
This is awesome news :) I haven't thought about this side-effect of our recent changes. |
Unfortunately, the issue still exists 😢 For the non-collapsed selection, after moving the focus to the dropdown, the native selection is invisible, but it appears again after clicking on a dropdown item. I've edited the first post and added the image showing the problem. |
The current behavior is a bit different (iOS 16.5). The selection after opening the dropdown is not visible, but you still cannot select options. Sometimes it works when I bash multiple times on the screen or probably when the option is above the select (paragraph's case). RPReplay_Final1684741099.MP4 |
Ideas:
|
Scope:
|
…n-blur Fix (engine): The DOM selection should not obscure the clickability of dropdown items on iOS. Closes #5753.
📝 Provide detailed reproduction steps (if any)
Edit: 15.09.2022
✔️ Expected result
It's possible to pick an option from the dropdown.
❌ Actual result
The native selection appears and it's impossible to pick an option from the dropdown.
📃 Other details
More examples:
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: