[Webkit-unassigned] [Bug 109942] New: Escaping <ul> creates a <div>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 15 07:53:56 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=109942

           Summary: Escaping <ul> creates a <div>
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: http://jsfiddle.net/k3vfp/
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: other at sicanstudios.com


Steps to reproduce:
============
Created a <ul><li></li></ul> element inside a div with contenteditable=true.

Actual results:
=========
When you try to escape <ul> by pressing Enter key twice, it creates a new <div>.

Expected results:
==========
When pressing Enter key twice, to escape <ul> it should create a new <p> not <div> if there is a <p> already inside the contenteditable (like in the demo). Firefox 18 works as expected.

Check out the demo: http://jsfiddle.net/k3vfp/ (<div> elements have a shade of grey as background)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list