| Summary: | [Safari][Win] Copy does not work. Inserts weird characters at the end of the line | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Silenio Quarti <Silenio_Quarti> |
| Component: | Editor | Assignee: | Silenio Quarti <Silenio_Quarti> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | Mike_Wilson |
| Version: | 0.5 | ||
| Target Milestone: | 0.5 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Silenio Quarti
The problem happens because
event.clipboardData.setData("text/plain", "some text")
fails on Safari/Windows and returns false.
We need to run our alternative code to copy text when that happens. Same code that is used on Firefox.
|