For the record, this bug happens because:
 - webbrowser-app’s long-tap detection is implemented in JS as a userscript, 
using a combination of event handlers for touchstart and touchend events and a 
timer
 - 8tracks (and apparently other webapps, see bug #1287749) swallow the 
touchend event

Note that when we switch to oxide, we can use the 'contextmenu' event
(which on touch is triggered on long tap) instead of implementing a
custom long-tap detection mechanism. This means we will not be affected
by webapps swallowing the touchend event any longer, i.e. this bug will
automagically be fixed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1279903

Title:
  8tracks shows "Copy" button whenever play/next/pause is pressed

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-core/+bug/1279903/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to