Bug 54041 - REGRESSION (r76301): 'plaintext-only' must be a supported contentEditable mode.
Summary: REGRESSION (r76301): 'plaintext-only' must be a supported contentEditable mode.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P1 Normal
Assignee: Andy Estes
URL:
Keywords: InRadar, Regression
Depends on: 52057
Blocks:
  Show dependency treegraph
 
Reported: 2011-02-08 15:30 PST by Andy Estes
Modified: 2011-02-08 15:59 PST (History)
3 users (show)

See Also:


Attachments
Patch (4.22 KB, patch)
2011-02-08 15:42 PST, Andy Estes
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Estes 2011-02-08 15:30:12 PST
REGRESSION (r76301): 'plaintext-only' must be a supported contentEditable mode.
Comment 1 Andy Estes 2011-02-08 15:37:57 PST
<rdar://problem/8913952>
Comment 2 Andy Estes 2011-02-08 15:38:53 PST
Despite not being in the spec, pre-existing WebKit clients rely on setContentEditable:'plaintext-only'. Patch forthcoming.
Comment 3 Andy Estes 2011-02-08 15:42:15 PST
Created attachment 81707 [details]
Patch
Comment 4 Andy Estes 2011-02-08 15:55:59 PST
Oops, I forgot expected results. I'll include those when I land.
Comment 5 Andy Estes 2011-02-08 15:59:49 PST
Committed r77985: <http://trac.webkit.org/changeset/77985>