https://bugzilla.wikimedia.org/show_bug.cgi?id=33615
--- Comment #1 from Brion Vibber <[email protected]> 2012-01-09 21:48:39 UTC --- Not scrolling related that I can see; happens when nothing is being scrolled. Seems to just be sending 'click' events to the next <a> in the list when you tap near the bottom of one of the links... Touchstart/touchend events, and the :hover pseudoclass that's used to highlight, don't seem to see this special case, so it's showing highlighting for the one above but clicking the one below. Nasty! https://github.com/brion/Wikipedia/commits/touch-work ^ attempts to use touchstart/touchend events instead of click to avoid the bug. Works, but breaks scrolling on Android 2.3.x. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
