https://bugzilla.wikimedia.org/show_bug.cgi?id=72566

--- Comment #7 from Chris H-C <[email protected]> ---
I was running Chrome 38 on Linux Mint 16.

Ah-ha, there's a trick!

Look for a line like "if ('ontouchstart' in window) {"

Basically, if there's touch, listen for touch. If there isn't touch, listen for
mouse. Either way, consume the mouse click (if the mouse click weren't
consumed, we could do something on our end).

So the trick is loading the page with touch enabled, then disable the touch
screen to use mouse to click the header.

Here are full instructions:

Start a new incognito session, start inspector. Click on the little device icon
second from the top-left. Your view will change into mobile mode.

Under Device select BlackBerry Z30 (not sure whether this matters, but it's
what I've reproduced using).

Load any article page. The touch screen should be emulated at this time.

Click on "Show Drawer" (fourth from the top-right of the inspector) then select
"Emulation" tab. Select "Sensors". Uncheck "Emulate touch screen".

Click a header in the page.

-- 
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

Reply via email to