#12267 closed defect (fixed)
DragPane: inconsistent/flaky behavior when dragging
Reported by: | Kenneth G. Franqueiro | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | DojoX Layout | Version: | 1.6.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In Chrome, Safari, and IE9 dragging in the dragpane area can cause highlighting; in Firefox, dragging outside the area still continues to drag (which [22712] for #11219 should have stopped, technically).
All these behaviors are fixed by adding a e.preventDefault()
call at line 28. (I mentioned this a few months ago but I think we all lost track of it.)
Attachments (1)
Change History (3)
Changed 10 years ago by
Attachment: | 12267.diff added |
---|
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Milestone: | tbd → 1.6 |
---|
bulk update: bugs fixed in past few months, presumably milestone is 1.6
Note: See
TracTickets for help on using
tickets.
(In [23747]) Add preventDefault on DragPane? mousedown to prevent highlighting and other inconsistent behaviors. Fixes #12267 !strict