#17447 closed defect (fixed)
DND Moveable + skip: hyperlinks do not respond to touch events
Reported by: | Ed Hager | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.9.2 |
Component: | DnD | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Set skip
to true in a dojo/dnd/Moveable
object that contains a hyperlink. The hyperlink will not respond to touch events. It can be seen with this DND test page:
http://download.dojotoolkit.org/release-1.9.1/dojo-release-1.9.1/dojo/tests/dnd/test_params.html
The last moveable object on the page has skip
set to true. Reproduce in Chrome by turning on "Emulate touch events" in developers tools.
Change History (6)
comment:1 Changed 8 years ago by
comment:4 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 Changed 8 years ago by
Milestone: | tbd → 1.9.2 |
---|
comment:6 Changed 8 years ago by
Priority: | undecided → high |
---|
Note: See
TracTickets for help on using
tickets.
Pull request: https://github.com/dojo/dojo/pull/24