Bug 10998
Summary: | GMail Editor: In a rich text message, can't paste content into the message body (using command -v) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chris Petersen <c.petersen87> |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | pwarwick |
Priority: | P2 | Keywords: | GoogleBug, InRadar |
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
Bug Depends on: | |||
Bug Blocks: | 9638 |
Chris Petersen
* SUMMARY
In a rich text message, can't paste content into the message body (using command -v). This DOES work if I choose Paste from the Edit menu.
* STEPS TO REPRODUCE
1. With TOT webkit r16541, log into your gmail account
2. Create a new rich text message
3. Type some text in the message body and select it. Choose Copy from the Edit menu
4. Place the caret on a new line and press command -V
5. Notice the copied text doesn't paste into the message body. The text pastes into either the To: or Subject: fields.
* RESULTS
Text should be pasted into the message body text but isn't.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Chris Petersen
This issue is covered in <rdar://problem/4747501>
Chris Petersen
This is covered in <rdar://problem/4747501>
Justin Garcia
This is another bug caused by the window.focus() on keyDowns. See 9638.
Justin Garcia
r18875