[Webkit-unassigned] [Bug 23507] pressing enter inside a list item doesn't create new list item

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 19 01:20:17 PDT 2009


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


rniwa at google.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rniwa at google.com




------- Comment #1 from rniwa at google.com  2009-06-19 01:20 PDT -------
(In reply to comment #0)
> Take the following html in which the list item is inside a div:
> 
> <ul><li><div>foobar</div></li></ul>
> 
> Place your cursor between foo and bar and press enter. A new list item should
> be created.
> 

I tried three different browsers (Firefox 3, MSIE 7, and Safari).  Only Firefox
inserts new list.  Because div is a block element, I don't think inserting a
new line within a div shouldn't be splitting the div.  On the other hand, when
I'm at the end of "foobar", I feel like I should be able to start new item by
pressing enter (MSIE and WebKit doesn't let you create new list item at all.)


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