WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
17460
Enter inside contentEditable header doesn't break out of header
https://bugs.webkit.org/show_bug.cgi?id=17460
Summary
Enter inside contentEditable header doesn't break out of header
Julie Parent
Reported
2008-02-20 14:47:57 PST
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>"
Attachments
test case
(39 bytes, text/html)
2008-02-21 05:40 PST
,
Alexey Proskuryakov
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2008-02-21 05:40:38 PST
Created
attachment 19255
[details]
test case Same test as an attachment.
Alexey Proskuryakov
Comment 2
2008-02-21 05:42:35 PST
Confirmed with
r30379
.
Mark Rowe (bdash)
Comment 3
2008-03-17 15:23:05 PDT
<
rdar://problem/5803706
>
Justin Garcia
Comment 4
2008-04-21 15:52:13 PDT
http://trac.webkit.org/projects/webkit/changeset/32353
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