Opened 5 years ago
Last modified 3 years ago
#18806 new defect
Issue with DnD in IE in containers with scrollbar
Reported by: | cjolif | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.14 |
Component: | General | Version: | 1.11.0-rc4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Steps to re-create:
- Copy the attached file to dojo/tests/dnd
- Open in IE browser
- Select an item in "Source 1" container.
- Click on the scrollbar
- Drag your mouse
Expected result: Mouse should move to where ever its pointing to without any Avatar. Actual result: Mouse is tagged with an Avatar of the selected item.
Analysis: So far what I have observed is that when a user clicks the scrollbar onMouseDown is fired in all browsers onMouseUp is fired in all other browsers except IE, onMouseUp not firing in IE messes up the this.mouseDown variable in the dojo/dnd package hence unexpected creation of the Avatar.
Attachments (1)
Change History (3)
Changed 5 years ago by
Attachment: | test_dnd_bug.html added |
---|
comment:1 Changed 4 years ago by
Milestone: | tbd → 1.13 |
---|
comment:2 Changed 3 years ago by
Milestone: | 1.13 → 1.14 |
---|
Note: See
TracTickets for help on using
tickets.