- From: <bugzilla@jessica.w3.org>
- Date: Wed, 17 Sep 2014 08:23:21 +0000
- To: public-pointer-events-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26809 --- Comment #10 from saeid@fastmail.fm --- But the problem I'm facing involves a slider in which slide images are wrapped in anchor elements. Users should be able to swipe images on touch devices without triggering a click on wrapping anchor. This works on every desktop and touch browser except for IE10/11 on touch devices (Win 8.1 or Windows Phone mobiles) which use pointer events. Android and iOS do not trigger a click if a touchmove happens after a touchstart (that's why there is the famous 300ms delay on clicks), nor does Chrome on Windows 8.1 touch. You can see the problem if you try to swipe slides on this page: http://repos.saeidmohadjer.com/bxslider-4/test/bxslider.html How do you suggest to solve this problem with pointer events? In other words how can an anchor element be moved around without triggering a click on it? Click should only fire when user taps on the image, not when drags it. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Wednesday, 17 September 2014 08:23:23 UTC