Bug 72019

Summary: Add support for user-select:all
Product: WebKit Reporter: Felix Gnass <fgnass>
Component: HTML EditingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ntim
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: http://www.w3.org/TR/2000/WD-css3-userint-20000216#user-select

Felix Gnass
Reported 2011-11-10 05:47:12 PST
This would be really useful in situations where you want compound elements to be edited as a whole like the <figure> element in the following example: <div contentEditable="true"> <p> Foo </p> <figure style="-webkit-user-select:all"> <img src=""> <caption>Foo</caption> </figure> </div> The MDN docs (https://developer.mozilla.org/en/CSS/-moz-user-select) say: In HTML editor, if double-click or context-click occurred in sub-elements, the highest ancestor with this value will be selected.
Attachments
Tim Nguyen (:ntim)
Comment 1 2021-10-20 03:17:35 PDT
*** This bug has been marked as a duplicate of bug 190977 ***
Note You need to log in before you can comment on or make changes to this bug.