Opened 13 years ago
Closed 13 years ago
#6302 closed defect (duplicate)
DnD selection issues on IE (Both IE 6 and IE 7)
Reported by: | Jared Jurkiewicz | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | DnD | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
I'm reporting this bug on behalf of a co-worker of mine who encountered it. In the test file:
dojo/tests/dnd/test_dnd.html
when in browsers: IE 6 and IE 7, it is possible to get an odd selection event to occur. Namely, if a draggable item is selected and dragged very quickly, IE will highlight much of the page (the area on which the drag swept over). If a selection and drag is a moderate pace, the problem doesn't occur. There appears to be some sort of selection timing window problem here. I've attached a screenshot from IE 6 that demonstrates it.
Attachments (1)
Change History (5)
Changed 13 years ago by
Attachment: | ie6-drag.jpg added |
---|
comment:1 Changed 13 years ago by
Note, this also occurs on IE 7 and in dojo 1.0.2. It's not just a dojo 1.1 issue.
comment:2 Changed 13 years ago by
Description: | modified (diff) |
---|
IE6 quick drag showing text highlight issue.