Closed
Bug 258864
Opened 20 years ago
Closed 19 years ago
View > 'Full Screen' menu entry does not become ticked / checked when in full screen mode
Categories
(Firefox :: Menus, defect)
Firefox
Menus
Tracking
()
RESOLVED
FIXED
Firefox1.5
People
(Reporter: quis-quose, Assigned: djst)
References
Details
(Keywords: fixed1.8)
Attachments
(1 file)
2.78 KB,
patch
|
mconnor
:
review+
asa
:
approval1.8b4+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040803 Firefox/0.9.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040803 Firefox/0.9.3
The 'Full Screen' menu item is not tickable / checkable, and so it does not have
the capacity to reflect the current state of the browser window or allow
intuitive de-selection of full screen mode.
Admittedly, this is only a problem when the menu can be seen.
Reproducible: Always
Steps to Reproduce:
1. Install AutoHide extension http://www.krickelkrackel.de/autohide/autohide.htm
(or use any alternative means of permitting menu display while in full screen mode)
2. Configure Autohide to show menus when in full screen mode
3. Switch to full screen mode (Menu: View > Full Screen)
4. Hover mouse at the top edge of screen to make the menu appear
5. Go to Menu: View > Full Screen
Actual Results:
The Full Screen menu item is not ticked / checked to match the current full
screen window status. This makes it look as if there is no menu option to 'exit'
from full screen mode. You therefore have to 'enable' full screen mode again in
order to exit.
Expected Results:
The Full Screen menu item should have had a tick / check mark in front if it, to
indicate that this particular menu option is currently activated. This makes it
clearer that you should use the same menu option again (untick / uncheck the
option) in order to exit from full screen mode.
This issue is specifically about the incorrect menu status of the Full Screen
menu item. The menu item is "toggle-able", but yet it has no visual feedback to
indicate this mode of operation (so it appears just like any other single
function menu item).
The fact that an extension (or other method) is currently required to show the
menu is not relevant (as this was just the means of displaying the problem).
IE implements this better. If you go into full screen mode in IE and then right
click on the toolbar to show menus, you will see that when you are in Full
screen mode, the 'Full Screen' menu item is ticked. Unticking this menu item
will cause an exit from full screen mode returning the browser window to normal.
IE's 'Full Screen' menu item always correctly reflects the current status of the
browser window.
Comment 1•20 years ago
|
||
*** Bug 258865 has been marked as a duplicate of this bug. ***
Comment 2•20 years ago
|
||
you can access it via Alt-V without extensions.
Its trivial though, and definitely not on radar.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Target Milestone: --- → After Firefox 1.0
Comment 3•20 years ago
|
||
This is also a problem on Firefox/Mac.
Assignee | ||
Updated•20 years ago
|
Assignee: firefox → djst.mozilla
OS: Windows 2000 → All
Hardware: PC → All
Assignee | ||
Comment 4•20 years ago
|
||
My very first Firefox patch. History is written in bug 258864! :)
Attachment #177440 -
Flags: review?(mconnor)
Updated•20 years ago
|
Attachment #177440 -
Flags: review?(mconnor) → review+
Patch working :)
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050428
Firefox/1.0+
Updated•19 years ago
|
QA Contact: bugzilla → menus
Comment 6•19 years ago
|
||
Was it checked in?
Comment 7•19 years ago
|
||
Answer: no.
Updated•19 years ago
|
Attachment #177440 -
Flags: approval1.8b4?
Updated•19 years ago
|
Target Milestone: Future → Firefox1.5
Comment 8•19 years ago
|
||
Trunk:
browser/base/content/browser-menubar.inc:
new revision: 1.58; previous revision: 1.57
browser/base/content/browser.js:
new revision: 1.485; previous revision: 1.484
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Flags: blocking1.8b4+
Updated•19 years ago
|
Attachment #177440 -
Flags: approval1.8b4? → approval1.8b4+
Comment 9•19 years ago
|
||
1.8 Branch:
mozilla/browser/base/content/browser-menubar.inc; new revision: 1.57.2.1;
mozilla/browser/base/content/browser.js; new revision: 1.479.2.9;
Keywords: fixed1.8
You need to log in
before you can comment on or make changes to this bug.
Description
•