Opened 15 years ago
Closed 12 years ago
#7422 closed Bug (duplicate)
Support drag&drop in Undo system
| Reported by: | Alfonso Martínez de Lizarrondo | Owned by: | Alfonso Martínez de Lizarrondo |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Core : Undo & Redo | Version: | |
| Keywords: | Cc: | satya_minnekanti@… |
Description
Drag&drop doesn't create Undo images, so they can't be restored correctly.
The patch fixes the problem (as best as I can).
In Firefox all the situations seems to be correct now. In IE8, drag&drop from external sources don't create the initial image. In Webkit the final image isn't created. Opera doesn't support Drag&drop
Attachments (3)
Change History (10)
Changed 15 years ago by
| Attachment: | 7422.patch added |
|---|
comment:1 Changed 15 years ago by
| Status: | new → review |
|---|
Filed https://bugs.webkit.org/show_bug.cgi?id=57185 for the Webkit problems
comment:2 Changed 15 years ago by
| Cc: | satya_minnekanti@… added |
|---|
Changed 15 years ago by
| Attachment: | 7422_2.patch added |
|---|
comment:3 Changed 15 years ago by
| Status: | review → review_failed |
|---|
Providing a simplified patch that handles:
- In-doc D&D for Safari;
- Support for from-outside D&D for IE;
comment:4 Changed 15 years ago by
| Status: | review_failed → review |
|---|
The 7422_2 patch wasn't working for me with Firefox 3.6, so I've readjusted it using part of the original code and now it's working with IE8, Firefox 3.6 and Chrome 10. I'll test other browsers tomorrow to check if there's any unexpected issue.
comment:7 Changed 12 years ago by
| Resolution: | → duplicate |
|---|---|
| Status: | review → closed |
Will be handled in #11437.

Proposed patch