#17716 closed defect (fixed)
dojox/gesture/tap sometimes fire exceptions
Reported by: | rshea | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.7.12 |
Component: | Dojox | Version: | 1.9.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Similarly to ticket 15188 if you click rapidly between several elements (using a mouse) _isTap fires an exception at line 132 of tap.js.
The exception is Uncaught TypeError?: Cannot read poperty 'x' of undefined. It is generated by the data.tapTimeout = setTimeout( ect... ) function on line 87.
This seems similar to the previously closed ticket but it is definitely still happening and is happening on a desktop computer.
Change History (10)
comment:1 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | new → closed |
comment:2 Changed 4 years ago by
Milestone: | 1.13 → 1.12.2 |
---|---|
Resolution: | patchwelcome |
Status: | closed → reopened |
comment:3 Changed 4 years ago by
Owner: | set to dylans <[email protected]…> |
---|---|
Resolution: | → fixed |
Status: | reopened → closed |
In 2c8df0f/dojox:
comment:10 Changed 4 years ago by
Milestone: | 1.12.2 → 1.7.12 |
---|
Note: See
TracTickets for help on using
tickets.
Given that no one has shown interest in creating a patch in more than a year, I'm closing this as patchwelcome. Please let us know if you would like to get involved in helping make this change to Dojo!