Bug 54041

Summary: REGRESSION (r76301): 'plaintext-only' must be a supported contentEditable mode.
Product: WebKit Reporter: Andy Estes <aestes>
Component: HTML EditingAssignee: Andy Estes <aestes>
Status: RESOLVED FIXED    
Severity: Normal CC: aestes, cshu, darin
Priority: P1 Keywords: InRadar, Regression
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Bug Depends on: 52057    
Bug Blocks:    
Attachments:
Description Flags
Patch darin: review+

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>