WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
13959
contenteditable lists SHIFT RETURN adds new bullet point
https://bugs.webkit.org/show_bug.cgi?id=13959
Summary
contenteditable lists SHIFT RETURN adds new bullet point
Peer Bremer
Reported
2007-05-31 20:51:56 PDT
When using a list inside a content editable div, Shift Return adds a new bullet point (as would pressing RETURN alone) but should only insert a <BR> and add a new line without a bullet point dot.
Attachments
Add attachment
proposed patch, testcase, etc.
mitz
Comment 1
2007-05-31 23:04:10 PDT
Shift-Return creates a new list item in Tiger TextEdit too, so I don't think that's a problem (or something that should change). However, Option-Return and Option-Enter do insert a newline in the current list item in TextEdit but not in WebKit, so that may be a bug.
Dave Hyatt
Comment 2
2007-05-31 23:06:48 PDT
I think it should. SHIFT+Return for contenteditable should put a <br> in. Making a new list bullet is the wrong thing to do. I'm not sure if we've implemented Shift+Return acting as a line break rather than a paragraph break everywhere though. I view this as a bug.
mitz
Comment 3
2008-01-22 21:01:23 PST
See also
bug 16973
.
Robert Blaut
Comment 4
2008-12-28 22:32:15 PST
***
Bug 21430
has been marked as a duplicate of this bug. ***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug