[Webkit-unassigned] [Bug 27034] New: contenteditable="inherit" doesn't cause the attribute to be removed, as specified (makes parts of some Mail messages editable)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 7 10:10:14 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27034
Summary: contenteditable="inherit" doesn't cause the attribute
to be removed, as specified (makes parts of some Mail
messages editable)
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Keywords: InRadar
Severity: Normal
Priority: P2
Component: HTML Editing
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: adele at apple.com
Created an attachment (id=32383)
--> (https://bugs.webkit.org/attachment.cgi?id=32383)
test case
contenteditable="inherit" doesn't cause the attribute to be removed, as
specified (makes parts of some Mail messages editable)
HTMLElement::parseMappedAttribute is never getting called for
contenteditableAttr, so userModify is never updated correctly for the inherit
value. And the attribute is never removed, which is the specified behavior for
the "inherit" value.
See attached test case.
<rdar://problem/7022306>
--
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