Closed Bug 796312 Opened 12 years ago Closed 12 years ago

[music] make overlay block touch events

Categories

(Firefox OS Graveyard :: Gaia::Music, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: ghtobz, Assigned: dkuo)

Details

(Whiteboard: [label:music])

[GitHub issue by davidflanagan on 2012-09-28T18:31:58Z, https://github.com/mozilla-b2g/gaia/issues/5440]
Please add something like this code to the music app.  See the gecko bug for an explanation: 

// XXX
// Until https://bugzilla.mozilla.org/show_bug.cgi?id=795399 is fixed,
// we have to add a dummy click event handler on the overlay in order to
// make it opaque to touch events. Without this, it does not prevent
// the user from interacting with the UI.
$('overlay').addEventListener('click', function dummyHandler() {});
Component: Gaia → Gaia::Music
Close this one since bug #795399 is fixed.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.