[Webkit-unassigned] [Bug 17460] New: Enter inside contentEditable header doesn't break out of header

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 20 14:47:57 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17460

           Summary: Enter inside contentEditable header doesn't break out of
                    header
           Product: WebKit
           Version: 523.x (Safari 3)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jparent at google.com


Given the following html "<div contentEditable><h2>foo</h2></div>", if the user
hits enter after foo, the following html results: 
"<div contentEditable><h2>foo</h2><h2><br></h2></div>"

Other browsers break out of the header:
IE yields: "<H2>foo</H2><P> </P>"
Firefox yields: "<H2>foo</H2><br><br>"


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