[Webkit-unassigned] [Bug 19539] New: Nested <ul>s are mishandled when converted to <ul> using execCommand('insertorderedlist')

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 13 11:18:16 PDT 2008


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

           Summary: Nested <ul>s are mishandled when converted to <ul> using
                    execCommand('insertorderedlist')
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: futurama at gmail.com
                CC: justin.garcia at apple.com, jparent at google.com


Steps to reproduce:
1. go to http://www.mozilla.org/editor/midasdemo/
2. type: "test\ntest\ntest" (with the newlines unescaped ;-))
3. select the text
4. click the "Bulleted list" icon in the toolbar
5. click the "indent right" icon in the toolbar
6. click the "Numbered list" icon in the toolbar

expected: "1. test
           2. test
           3. test"

actual: "1. test
         1. test
         1. test"


-- 
Configure bugmail: https://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