[Webkit-unassigned] [Bug 16309] New: List elements created in contentEditable gets an incorrect id attribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 5 09:50:43 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16309

           Summary: List elements created in contentEditable gets an
                    incorrect id attribute
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: All
               URL: http://tinymce.moxiecode.com/safari/list_id.htm
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: spocke at moxiecode.com


When you create list elements in a contentEditable area the id of the new list
will have the value false. The result is: <ol id="false">... when it should be
a normal list like <ol>....

Steps to reproduce this bug:
1. Open the attached URL.
2. Press the test link.
3. Observe the incorrect result with a list element with a strange id
attribute.


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



More information about the webkit-unassigned mailing list