[webkit-reviews] review canceled: [Bug 19539] Nested <ul>s are mishandled when converted to <ol> using execCommand('insertorderedlist') : [Attachment 51208] fixed the style

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 21 16:18:40 PDT 2010


Ryosuke Niwa <rniwa at webkit.org> has canceled Ryosuke Niwa <rniwa at webkit.org>'s
request for review:
Bug 19539: Nested <ul>s are mishandled when converted to <ol> using
execCommand('insertorderedlist')
https://bugs.webkit.org/show_bug.cgi?id=19539

Attachment 51208: fixed the style
https://bugs.webkit.org/attachment.cgi?id=51208&action=review

------- Additional Comments from Ryosuke Niwa <rniwa at webkit.org>
There was a bug in my patch. Merging lists must occur after moveParagraph moved
the paragraph because nextList isn't visually next to the inserted list element
otherwise. Fixed the problem and added test cases to demonstrate this point.


More information about the webkit-reviews mailing list