Don't expose Shadow DOM nodes via Selection API
Categories
(Core :: DOM: Selection, enhancement, P3)
Tracking
()
People
(Reporter: mbrodesser, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Reporter | ||
Updated•6 years ago
|
Reporter | ||
Comment 1•6 years ago
|
||
Ensure:
- Shadow nodes can be selected.
- Shadow nodes are not exposed.
- Selections of shadow nodes can be deleted.
Updated•6 years ago
|
Updated•6 years ago
|
Reporter | ||
Comment 3•5 years ago
|
||
Sure, thank you. I suggest trying to solve this in small steps. My gut feeling is, this is requires non-trivial changes.
Comment 4•5 years ago
|
||
Unfortunately not in my short term plan, maybe H2?
Updated•3 years ago
|
Comment 6•1 year ago
|
||
Hi folks, thanks again for your hard work.
Is there any update on this by any chance in terms of short term capacity for this issue?
Was just wondering, still very interested in getting this fixed.
Thank you either way!
Comment 7•1 year ago
|
||
(In reply to Mirko Brodesser (:mbrodesser-Igalia) from comment #1)
Ensure:
- Shadow nodes can be selected.
Do I understand correctly that this is a requirement to be implemented with this fix and there currently Shadow nodes cannot be selected?
Reporter | ||
Comment 8•1 year ago
|
||
(In reply to Alex Jakobi [:ajakobi] from comment #7)
(In reply to Mirko Brodesser (:mbrodesser-Igalia) from comment #1)
Ensure:
- Shadow nodes can be selected.
Do I understand correctly that this is a requirement to be implemented with this fix
Yes. End-uses should be able to select text in shadow-nodes with their cursor/mouse.
and there currently Shadow nodes cannot be selected?
At least in some cases they can be selected, don't know if in all. That functionality needs to be preserved for end-users.
Description
•