RESOLVED FIXED 5036
Hitting enter to insert new LI inside contentEditable UL can result in uneditable LI
https://bugs.webkit.org/show_bug.cgi?id=5036
Summary Hitting enter to insert new LI inside contentEditable UL can result in unedit...
nono
Reported 2005-09-18 02:28:59 PDT
Put the cursor at the end of the last line then type Enter. It will create a new <li> but you won't be able to modify its text. Put the cursor at the end of the last line BUT before the last character then type Enter. Now you'll be able to modify the newly created <li> There's the same problem if you put the cursor at the begining of the first line. good luck
Attachments
an example (113 bytes, text/html)
2005-09-18 02:29 PDT, nono
no flags
nono
Comment 1 2005-09-18 02:29:46 PDT
Created attachment 3930 [details] an example
Mark Rowe (bdash)
Comment 2 2005-09-18 03:37:33 PDT
Confirmed with ToT and WebKit 412.7.
Brendan Farr-Gaynor
Comment 3 2005-12-15 19:55:29 PST
Support for generating these types of lists is also notably missing from execCommand(), is this on a list of to do's anywhere? Link, and photo support would be great as well. Getting safari to work in the WYSIWYG web editor world has been a challenge (if not completely impossible).
Justin Garcia
Comment 4 2006-02-13 21:56:37 PST
Dave's working on this.
David Harrison
Comment 5 2006-02-15 09:17:58 PST
Yes, it should already be somewhat better in current sources. There are some odds and ends I'm still working on, and expect to have in this week.
Justin Garcia
Comment 6 2006-03-12 18:42:24 PST
Dave is this fixed now?
David Harrison
Comment 7 2006-03-13 09:05:31 PST
Yes, as a result of the list fixes over the last couple months.
David Harrison
Comment 8 2006-03-13 09:08:11 PST
(note that typing the return key on an empty list item ends the list, per the design)
Note You need to log in before you can comment on or make changes to this bug.