[webkit-reviews] review requested: [Bug 19539] Nested <ul>s are mishandled when converted to <ol> using execCommand('insertorderedlist') : [Attachment 51260] added more tests and fixed a bug in the patch

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 asked  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 51260: added more tests and fixed a bug in the patch
https://bugs.webkit.org/attachment.cgi?id=51260&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