Open
Bug 520947
Opened 16 years ago
Updated 3 years ago
Use Command-shift-F to enter/leave full screen mode for focused video tags
Categories
(Firefox :: General, enhancement)
Tracking
()
NEW
People
(Reporter: jboriss, Unassigned)
Details
Attachments
(2 files)
|
18.41 KB,
patch
|
Details | Diff | Splinter Review | |
|
866 bytes,
application/octet-stream
|
Details |
Command-shift-F is the fullscreen command for Firefox on OSX, which as of 3.5 can put a browser window in fullscreen mode. Since we now have a fullscreen mode for the video tag, this command should also:
- Put a video in fullscreen mode if it is focused
- Put a video in fullscreen mode if it is in a window with only the video tag
- Exit fullscreen mode
Updated•16 years ago
|
Hardware: x86 → All
Summary: Command-shift-F should fullscreen focused and full-window, exit fullscreen → Use Command-shift-F to enter/leave full screen mode for focused video tags
Updated•15 years ago
|
Assignee: nobody → brianfcoleman
Comment 1•15 years ago
|
||
Attachment #486978 -
Flags: review?(dao)
Comment 2•15 years ago
|
||
single-video-element-remote.html contains a body with a single video element. cmd-shift-f should place the video into full screen mode.
non-single-video-element.html contains a body with a header and a video element. cmd-shift-f should not place the video into full screen mode unless the video element is in focus.
Updated•15 years ago
|
Status: NEW → ASSIGNED
Comment 3•14 years ago
|
||
Comment on attachment 486978 [details] [diff] [review]
Patch that adds the requested features
Sorry, this patch is rather messy and probably not worth it now that videos have a full-screen button. Keyboard-only access is there too via the context menu.
Attachment #486978 -
Flags: review?(dao)
Updated•11 years ago
|
Target Milestone: Firefox 4.0 → ---
Version: Trunk → unspecified
Comment 4•4 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months, so the assignee is being reset.
Assignee: brianfcoleman → nobody
Status: ASSIGNED → NEW
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•