Opened 13 years ago
Closed 13 years ago
#5423 closed defect (worksforme)
dnd - cross container drop bug - firefox only
Reported by: | guest | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | DnD | Version: | 1.0 |
Keywords: | dnd | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description
dnd bug (only in firefox) that occurs when dragging & dropping between 2 containers.
Test Subject: http://demo.dev.whmi.biz/js/dijit/dev/subgroups2.html (Firefox Only)
Scenario 1: place your cursor directly on top of any fruit word, then drag it over into the adjacent Vegetables container. you should be able to successfully drop the item.
Scenario 2: place your cursor on any fruit item, but this time be sure to keep your cursor completely off of the word (be sure its still highlighted). Drag it over into the adjacent Vegetables container. you should be unsuccessful in dropping this fruit item into the Vegetables container.
The dnd items can still be managed inside the container with out using the word as a handle; it seems that the problem only exists when traveling between containers.
Change History (4)
comment:1 Changed 13 years ago by
Milestone: | → 1.1 |
---|---|
Status: | new → assigned |
comment:2 Changed 13 years ago by
Owner: | changed from Eugene Lazutkin to dante |
---|---|
Status: | assigned → new |
comment:3 Changed 13 years ago by
Owner: | changed from dante to Eugene Lazutkin |
---|---|
Status: | new → assigned |
Hmm, wrong ticket, sorry.
comment:4 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
The link to the test case went dark, there is no attachment demonstrating the problem, I cannot reproduce it with standard tests (e.g., test_dnd.html works fine in both scenarios). Closing for now.
Pete --- take a look and find a way to do that.
Currently we do not include any CSS with DnD because it is a part of Dojo Core, and Dojo Core doesn't have any visual definitions. Only Dojo Dijit has it (themes). We need to solve it somehow.