<?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>44523</bug_id>
          
          <creation_ts>2010-08-24 07:40:50 -0700</creation_ts>
          <short_desc>isContentEditable incorrectly reports back true on iOS devices</short_desc>
          <delta_ts>2010-08-24 14:49:30 -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>Other</rep_platform>
          <op_sys>Other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc>http://beta.html5test.com/testcases/contenteditable/</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Major</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Niels Leenheer (HTML5test)">info</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>enrica</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>268549</commentid>
    <comment_count>0</comment_count>
    <who name="Niels Leenheer (HTML5test)">info</who>
    <bug_when>2010-08-24 07:40:50 -0700</bug_when>
    <thetext>Editing HTML elements using the contenteditable attribute does not work on iOS devices. Because editing is not possible, isContentEditable should always return false on an iOS device. 

For example:

div = document.createElement(&apos;div&apos;);
div.setAttribute(&apos;contenteditable&apos;, &apos;true&apos;);
document.body.appendChild(div);
div.isContentEditable;
-&gt; true    // incorrect, should be false on an iPhone, iPad or iPod touch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>268702</commentid>
    <comment_count>1</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2010-08-24 12:09:46 -0700</bug_when>
    <thetext>Please file iOS specific bugs via http://bugreport.apple.com, because iOS WebKit isn&apos;t built directly from webkit.org sources.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>268818</commentid>
    <comment_count>2</comment_count>
    <who name="Niels Leenheer (HTML5test)">info</who>
    <bug_when>2010-08-24 14:49:30 -0700</bug_when>
    <thetext>Radar #8349666</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>