Opened 7 years ago
Closed 7 years ago
#1483857 closed Bugs (fixed)
Drag & drop only works when text is "grabbed"
| Reported by: | LlamaGuy | Owned by: | richs |
|---|---|---|---|
| Priority: | 5 | Milestone: | |
| Component: | Interface | Version: | later |
| Severity: | normal | Keywords: | |
| Cc: |
Description
If you try to drag and drop an email to another folder by grabbing whitespace on a row it will not do anything. It only works if you grab some text. The "drag" effect is still shown and follows your cursor, but when you drop it on a folder nothing happens.
Using current SVN version on Firefox 1.5.0.4, Windows XP SP2.
Change History (3)
comment:1 Changed 7 years ago by richs
- Owner set to richs
comment:2 Changed 7 years ago by richs
- Status changed from new to assigned
comment:3 Changed 7 years ago by richs
- Resolution set to fixed
- Status changed from assigned to closed
Workaround posted in SVN to be committed today. Seems to be a problem with zindex clicking "through" the list rows, and selecting something behind (such as the enclosing table body?). In any case, "onmouseup" isn't called on the folders. Bug isn't well documented, and the only mention I could find is:
http://jeremy.zawodny.com/blog/archives/005555.html#comment-21559

Actually, this seems to be a bug in Firefox. IE and Safari work even when whitespace is click-dragged. I'll see if I can come up with a workaround.