Closed
Bug 757625
Opened 13 years ago
Closed 13 years ago
The controls should remain visible after seeking if the mouse is over the controls area.
Categories
(Toolkit :: Video/Audio Controls, defect)
Toolkit
Video/Audio Controls
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: padenot, Assigned: padenot)
References
Details
Attachments
(1 file, 1 obsolete file)
|
1.91 KB,
patch
|
Details | Diff | Splinter Review |
STR :
- Open an video, or a page containing a <video>, using the default controls ;
- Start playing ;
- Seek somewhere in the video.
Expected result :
- The controls are still shown until the mouse leaves the control area.
Actual results :
- The controls disappear instantly.
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → paul
Updated•13 years ago
|
Blocks: 699719
Summary: Controls should be visible if the mouse is over the controls area. → The controls should remain visible after seeking if the mouse is over the controls area.
Comment 1•13 years ago
|
||
This is a feature, not a bug. The controls are *supposed* to autohide if there's no movement, except if the mouse is over the controls area.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
Comment 2•13 years ago
|
||
This bug is specifically about leaving the mouse over the controls after finishing seeking.
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
| Assignee | ||
Comment 4•13 years ago
|
||
Somehow, |onMouseInOut| is called when the seekbar is clicked, despite being an event on "mouseout". I don't really know if this is expected, but it hides the controls.
Thus, I'm afraid this patch is fixing the consequences, not the cause.
Attachment #626282 -
Flags: review?(jaws)
Updated•13 years ago
|
Attachment #626282 -
Flags: review?(jaws) → review+
| Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Comment 5•13 years ago
|
||
To help people who are landing checkin-needed patches, you should update the commit message to have r=jaws :)
Keywords: checkin-needed
| Assignee | ||
Comment 6•13 years ago
|
||
I keep forgeting to do that, fixed.
Attachment #626282 -
Attachment is obsolete: true
| Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Comment 8•13 years ago
|
||
Comment 9•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Comment 10•10 years ago
|
||
This bug seems to have reappeared ( FF 41.0.2 )
Example video: http://i.imgur.com/OVdKGFt.gifv
Same as original problem:
- Start playing ;
- Seek somewhere in the video.
Expected result :
- The controls are still shown until the mouse leaves the control area.
Actual results :
- The controls disappear instantly.
Comment 11•10 years ago
|
||
Clarification: The controls disappear on both position seek or resuming from a paused state. The controls remain visible when using the volume control, pause button, or full-screen button.
Comment 12•10 years ago
|
||
First - it's better to file a new bug (perhaps referencing an old bug) for new issues. This bug was fixed 4 years ago, so if further work needs done it should be in a new bug. (Because it makes tracking fixes difficult, and it's often a different issue, anyway.)
In this case, it's an issue with imgur. The site disables the default controls by default, and you have to explicitly enable them to see this at all. But the site seems to remove the |controls| attribute whenever various media events fire. EG, just wait for the video to loop back to the beginning, and this happens.
Not an issue with the Firefox video controls.
You need to log in
before you can comment on or make changes to this bug.
Description
•