Summary | Folders Drag and Drop does not work all the time |
Queue | DIMP |
Queue Version | 1.1 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | robert.penz (at) tirol (dot) gv (dot) at |
Created | 09/30/2008 (6203 days ago) |
Due | |
Updated | 01/12/2010 (5734 days ago) |
Assigned | 10/07/2008 (6196 days ago) |
Resolved | 12/16/2008 (6126 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Fix for
Bug #7414- renaming folderFading of folder on delete could result in some issues because of
mouseovers. Just remove fade effect in general - which is more
consistent with the other folder actions anyway.
http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-git&r1=e38400ec96323750b31292cbb478a13ce6b2c2e6&r2=8d941b78eb6ea713c8bd2445cf30ef05c7f8387a
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-git&r1=e38400ec96323750b31292cbb478a13ce6b2c2e6&r2=8d941b78eb6ea713c8bd2445cf30ef05c7f8387a
http://git.horde.org/diff.php/imp/js/src/DimpBase.js?rt=horde-git&r1=e38400ec96323750b31292cbb478a13ce6b2c2e6&r2=8d941b78eb6ea713c8bd2445cf30ef05c7f8387a
State ⇒ Resolved
Version ⇒ 1.1
#2- I could never reproduce#1). Thekey to reproducing was the need to mouseover the deleted folder when
it was fading out - this was causing that folder to be re-marked as
having the necessary mouseover actions attached to it, but in reality
this wasn't the case. Thus, when the folder was renamed back to the
original name, it was not registered as a draggable element.
http://cvs.horde.org/diff.php/dimp/docs/CHANGES?r1=1.69.2.65&r2=1.69.2.66&ty=u
http://cvs.horde.org/diff.php/dimp/js/DimpBase.js?r1=1.1.2.113&r2=1.1.2.114&ty=u
http://cvs.horde.org/diff.php/dimp/js/src/DimpBase.js?r1=1.1.2.113&r2=1.1.2.114&ty=u
Assigned to Michael Slusarz
I created two top level folders "test" and "testöäü", moved the second
into the first. (fall2a.jpg). After that I move "testöäü" again back
to the top level (fall2b.jpg). After this the drag and drop stuff
stops working (fall2c.jpg)
New Attachment: fall1a.jpg
The startup setting is shown in fall1a.png. In fall1b.png you see me
dragging the folder into an other. fall1c.png shows you what happens
than. As this is not correctly shown in DIMP, a user needs to relogin
before he can put anything into that folder or remove the folder.
Patch ⇒ No
State ⇒ Unconfirmed
Milestone ⇒
Queue ⇒ DIMP
Summary ⇒ Folders Drag and Drop does not work all the time
Type ⇒ Bug
Priority ⇒ 2. Medium
It is hard to reproduce the errors as sometimes it works and sometimes
not. Anyway if it does not work following problems occur sometimes
after drag and drop:
- Umlauts in folders are converted do something that starts with &
(also on the IMAP Server the new folder has an & in it)
- The Folder stays also at the old place visible. (=you see the folder
2 times)
- The parent folder is copied too (at least visible)
As it is not that easy to reproduce that behavior I'll at examples one
at a time to this bug report. If not stated otherwise all tests have
been performed with Firefox 3.0.x.