You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scenario: I have a block widget with UI element inside - the UI element is mostly text:
I'd like to interact with it - e.g. to be able to select the text within the widget. But currently this seems to be blocked by CKEditor - mouse events are not getting to the widget content and I'm not able to select the text.
From the issues (e.g. #2773) I've read this seems to be some design decision and not a bug, but I was not able to find some more detailed explanation why this is the case. Also, what is not clear to me is if this is a temporary limitation and perhaps might be fixed in the future?
Thanks.
If you'd like to see this improvement implemented, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered:
I think that we could merge this into #4600 and #4465. They boil down to stopping CKE5 handling some events and once this is done selection should start to work. I achieved that with native <input>s. Could you check a workaround from #4465? If it works for your case too, I'd close this ticket.
📝 Provide a description of the improvement
Scenario: I have a block widget with UI element inside - the UI element is mostly text:
I'd like to interact with it - e.g. to be able to select the text within the widget. But currently this seems to be blocked by CKEditor - mouse events are not getting to the widget content and I'm not able to select the text.
From the issues (e.g. #2773) I've read this seems to be some design decision and not a bug, but I was not able to find some more detailed explanation why this is the case. Also, what is not clear to me is if this is a temporary limitation and perhaps might be fixed in the future?
Thanks.
If you'd like to see this improvement implemented, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: