RESOLVED FIXED 28375
execCommand("InsertHorizontalRule") inserts a broken <hr> element
https://bugs.webkit.org/show_bug.cgi?id=28375
Summary execCommand("InsertHorizontalRule") inserts a broken <hr> element
Darin Adler
Reported 2009-08-16 21:54:57 PDT
The code in executeInsertHorizontalRule creates an <hr> element of the wrong internal class. This makes it serialize incorrectly and has a number of other minor bad effects.
Attachments
patch (6.21 KB, patch)
2009-08-16 21:59 PDT, Darin Adler
mitz: review+
Darin Adler
Comment 1 2009-08-16 21:59:01 PDT
Darin Adler
Comment 2 2009-08-16 22:25:44 PDT
Note You need to log in before you can comment on or make changes to this bug.