[Webkit-unassigned] [Bug 72019] New: Add support for user-select:all

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 10 05:47:11 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=72019

           Summary: Add support for user-select:all
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: http://www.w3.org/TR/2000/WD-css3-userint-20000216#use
                    r-select
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fgnass at gmail.com


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list