Skip to content
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

Allow selecting the widget with data-cke-ignore-events attribute #8509

Closed
psmyrek opened this issue Nov 23, 2020 · 4 comments
Closed

Allow selecting the widget with data-cke-ignore-events attribute #8509

psmyrek opened this issue Nov 23, 2020 · 4 comments
Labels
package:engine package:widget resolution:expired This issue was closed due to lack of feedback. status:stale type:improvement This issue reports a possible enhancement of an existing feature.

Comments

@psmyrek
Copy link
Contributor

psmyrek commented Nov 23, 2020

📝 Provide a description of the improvement

This is the follow-up from #8328.

Currently, if the widget has the data-cke-ignore-events attribute, all events are ignored from default handlers.
It might be useful to provide a generic solution for selecting a widget, which has the data-cke-ignore-events attribute.


If you'd like to see this improvement implemented, add a 👍 reaction to this post.

@psmyrek psmyrek added type:improvement This issue reports a possible enhancement of an existing feature. squad:core Issue to be handled by the Core team. labels Nov 23, 2020
@Reinmar
Copy link
Member

Reinmar commented Nov 30, 2020

It seems that we should handle the mousedown/click (whatever we're handling now) but not stop its propagation/prevent default in such a case.

However, if the thing rendered inside such an element stops propagation of this event itself, we won't be notified. So, depending on what we use already, we may need an additional thing listening on the capturing phase.

@Reinmar Reinmar added this to the backlog milestone Nov 30, 2020
@Reinmar Reinmar added package:engine package:widget and removed squad:core Issue to be handled by the Core team. labels Nov 30, 2020
@RealAlphabet
Copy link

Up ?

@pomek pomek removed this from the backlog milestone Feb 21, 2022
@CKEditorBot
Copy link
Collaborator

There has been no activity on this issue for the past year. We've marked it as stale and will close it in 30 days. We understand it may still be relevant, so if you're interested in the solution, leave a comment or reaction under this issue.

@CKEditorBot
Copy link
Collaborator

We've closed your issue due to inactivity over the last year. We understand that the issue may still be relevant. If so, feel free to open a new one (and link this issue to it).

@CKEditorBot CKEditorBot added the resolution:expired This issue was closed due to lack of feedback. label Nov 13, 2023
@CKEditorBot CKEditorBot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:engine package:widget resolution:expired This issue was closed due to lack of feedback. status:stale type:improvement This issue reports a possible enhancement of an existing feature.
Projects
None yet
Development

No branches or pull requests

5 participants