Bug 6989

Summary: REGRESSION: Plain-text mode needed for contenteditable area used in new text field
Product: WebKit Reporter: Adele Peterson <adele>
Component: FormsAssignee: Justin Garcia <justin.garcia>
Status: RESOLVED FIXED    
Severity: Normal CC: harrison, justin.garcia, todd
Priority: P1 Keywords: InRadar, Regression
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
patch
none
patch
none
patch
none
patch darin: review+

Description Adele Peterson 2006-01-31 19:01:25 PST
We don't want to allow any rich text in our new text fields.

- no pasting in rich content
- no using execCommand to make the text rich. (I think this covers using cmd-b, etc)
Comment 1 Adele Peterson 2006-02-15 20:07:13 PST
Hmm- i might be wrong about execCommand.  We definitely want to disallow keyboard commands that make the text rich.
Comment 2 Adele Peterson 2006-03-01 17:01:35 PST
<rdar://problem/4463526> Plain-text mode needed for contenteditable area used in new text field (6989)
Comment 3 Justin Garcia 2006-03-24 05:14:26 PST
Created attachment 7279 [details]
patch

This is a patch w/o deciding on how plaintext mode will be turned on.
Comment 4 Justin Garcia 2006-03-24 05:19:20 PST
Created attachment 7280 [details]
patch
Comment 5 Adele Peterson 2006-03-29 17:50:05 PST
Bumping to P1 since this causes a text field regression
Comment 6 Justin Garcia 2006-03-30 03:47:15 PST
Created attachment 7386 [details]
patch
Comment 7 Justin Garcia 2006-03-30 03:59:14 PST
Created attachment 7387 [details]
patch
Comment 8 Darin Adler 2006-03-30 08:37:14 PST
Comment on attachment 7387 [details]
patch

What you call Richly I would have called "WithStyle" ;-)

r=me
Comment 9 Mark Rowe (bdash) 2006-07-06 18:22:01 PDT
*** Bug 8077 has been marked as a duplicate of this bug. ***