Closed
Bug 832200
Opened 13 years ago
Closed 12 years ago
HTML 5 video controls and context menu can't be triggered when the page is zoomed out to the maximum level
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox19 affected, firefox20 affected, firefox21 affected, firefox25 affected, firefox26 unaffected, firefox27 unaffected, firefox28 unaffected, fennec+)
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox19 | --- | affected |
firefox20 | --- | affected |
firefox21 | --- | affected |
firefox25 | --- | affected |
firefox26 | --- | unaffected |
firefox27 | --- | unaffected |
firefox28 | --- | unaffected |
fennec | + | --- |
People
(Reporter: AdrianT, Assigned: kats)
References
()
Details
Firefox Mobile 19 beta 2/ Nightly 21.0a1 2012-01-17
HTC Desire Z
Android 2.3.4
Steps to reproduce:
1) Go to random.pavlov.net/video.html
2) Zoom out to see the hole video
3) Try to use the html5 controls or to open a context menu
Expected results:
The user can use the controls or invoke a context menu
Actual results:
When zoomed out to the maximum the user can't use the controls or invoke a context menu. Zooming in just a bit will resolve the issue.
Comment 1•13 years ago
|
||
Wes is this fixed by any of the changes you are making to video?
Flags: needinfo?(wjohnston)
Comment 2•13 years ago
|
||
Seems to work better in that case, but still reproduces on the right side of the video. Logging shows us not even getting the touch in browser.js in that case.
The page has a metaviewport, but then includes a video with a width that is larger than the page width. We likely clip to the viewport even when you're zoomed out. i.e. I think this is likely related to bug 749481. DOMWindowUtils.elementFromPoint() with the coordinates of the Gesture:SingleTap event also returns null.
Depends on: 749481
Flags: needinfo?(wjohnston)
Updated•12 years ago
|
Assignee: nobody → bugmail.mozilla
tracking-fennec: ? → +
Assignee | ||
Updated•12 years ago
|
status-firefox25:
--- → affected
Assignee | ||
Comment 3•12 years ago
|
||
This doesn't happen any more. Probably fixed by bug 901962 and friends.
Status: NEW → RESOLVED
Closed: 12 years ago
status-firefox26:
--- → unaffected
status-firefox27:
--- → unaffected
status-firefox28:
--- → unaffected
Keywords: qawanted
Resolution: --- → WORKSFORME
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•