Bug 28919
| Summary: | Copying from OpenOffice and pasting into Webkit contentEditable doesn't work | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Marcos Almeida <marcosalmeida> |
| Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
| Status: | UNCONFIRMED | ||
| Severity: | Normal | CC: | adele, ap, dcheng, enrica, jberlin, rniwa |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| URL: | http://www.mozilla.org/editor/midasdemo/ | ||
Marcos Almeida
1. Create a document with OpenOffice.org Writer
2. Type some text
3. Select all and copy
4. Go to http://www.mozilla.org/editor/midasdemo/
5. Click in the editable field
6. Paste
--> In safari, it pastes some metadata like "Version:1.0 StartHTML:0000000168 EndHTML:0000000560 StartFragment:0000000489 EndFragment:0000000543" before the actual text that was copied
--> In chrome, nothing happens
I tried this in linux/chrome and just the copied text was pasted, so that worked fine.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
<rdar://problem/7199898>
Ryosuke Niwa
Does this bug still reproduce? Or has Enrica's recent pasteboard refactoring fixed this issue? (Sounds like this is a problem with CF_HTML format).
Daniel Cheng
This works for me in Chrome with OO 3.3 and Chrome 20. I don't have Safari for Windows available to test at the moment.