[Webkit-unassigned] [Bug 133371] New: Element.isContentEditable should return true in hidden elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 29 00:47:35 PDT 2014


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

           Summary: Element.isContentEditable should return true in hidden
                    elements
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pkoszulinski at gmail.com


Identical issue was reported for Blink: https://code.google.com/p/chromium/issues/detail?id=313082
It was confirmed after Anne van Kesteren commented that spec does not suggest that isContentEditable depends on synchronous style resolution.

> Example URL:
> http://jsfiddle.net/kNNzK/5/
> 
> Steps to reproduce the problem:
> 1. Create a hidden element
> 2. Add a child element with contenteditable="true"
> 3. Query child element isContentEditable
> 
> What is the expected behavior?
> Return true
> 
> What went wrong?
> Returned false

Reproduced it on Safari 7.0.3.

-- 
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