Changes between Version 1 and Version 2 of Ticket #14918, comment 4
- Timestamp:
- Mar 21, 2012, 8:44:55 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14918, comment 4
v1 v2 9 9 I'm cc'ing @ykami because I remember the dojox mobile code changed it's click handling recently, to monitor touchstart/touchend instead of click and IIRC to not treat touchstart --> touchmove --> touchend as a click event. Can you tell me where that code is and why you needed to add it? 10 10 11 PS: @httpete, the reason that focus code is there to begin with is for accessibility reasons, specifically because a screenreader reads whatever is focused. I'm talking about Windows, I'm not sure how/if that works on iPad. But also, see #10716. 11 PS: @httpete, the reason that focus code is there to begin with is for accessibility reasons, specifically because a screenreader reads whatever is focused. I'm talking about Windows, I'm not sure how/if that works on iPad. But also, see #10716. Hmm, I guess you don't need to see it since you wrote that ticket too.