<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>72019</bug_id>
          
          <creation_ts>2011-11-10 05:47:12 -0800</creation_ts>
          <short_desc>Add support for user-select:all</short_desc>
          <delta_ts>2021-10-20 03:17:35 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>HTML Editing</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>190977</dup_id>
          
          <bug_file_loc>http://www.w3.org/TR/2000/WD-css3-userint-20000216#user-select</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Felix Gnass">fgnass</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ntim</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>499823</commentid>
    <comment_count>0</comment_count>
    <who name="Felix Gnass">fgnass</who>
    <bug_when>2011-11-10 05:47:12 -0800</bug_when>
    <thetext>This would be really useful in situations where you want compound elements to be edited as a whole like the &lt;figure&gt; element in the following example:

  &lt;div contentEditable=&quot;true&quot;&gt;
      &lt;p&gt;
        Foo
      &lt;/p&gt;
      &lt;figure style=&quot;-webkit-user-select:all&quot;&gt;
        &lt;img src=&quot;&quot;&gt;
        &lt;caption&gt;Foo&lt;/caption&gt;
      &lt;/figure&gt;
    &lt;/div&gt;

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.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1806556</commentid>
    <comment_count>1</comment_count>
    <who name="Tim Nguyen (:ntim)">ntim</who>
    <bug_when>2021-10-20 03:17:35 -0700</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 190977 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>