Bug 28375

Summary: execCommand("InsertHorizontalRule") inserts a broken <hr> element
Product: WebKit Reporter: Darin Adler <darin>
Component: HTML EditingAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch mitz: review+

Description Darin Adler 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.
Comment 1 Darin Adler 2009-08-16 21:59:01 PDT
Created attachment 34946 [details]
patch
Comment 2 Darin Adler 2009-08-16 22:25:44 PDT
http://trac.webkit.org/changeset/47349