Closed
Bug 238300
Opened 21 years ago
Closed 21 years ago
Window menu should conform to Apple Human Interface Guidelines (AAHIG)
Categories
(Firefox :: Menus, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bugzilla, Assigned: mozilla)
Details
(Whiteboard: fixed0.9)
Attachments
(1 file)
|
2.32 KB,
patch
|
bryner
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
Firefox's Window menu should conform to Apple Human Interface Guidelines.
Specifically:
* change Minimize Window -> Minimize
* change Zoom Window -> Zoom
* reorder the items so Minimize is first
Reproducible: Always
Steps to Reproduce:
Not applicable.
Actual Results:
n/a
Expected Results:
n/a
Camino is also the same notation as firefox.
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; ja-JP; rv:1.7b) Gecko/20040321
Camino/0.7+
| Assignee | ||
Comment 2•21 years ago
|
||
Confirming that this is wrong on latest builds (Mozilla/5.0 (Macintosh; U; PPC
Mac OS X Mach-O; en-US; rv:1.7b) Gecko/20040322 Firefox/0.8.0+). Can't find any
dupes.
See relevant page from HIG:
http://developer.apple.com/documentation/UserExperience/Conceptual/OSXHIGuidelines/XHIGMenus/chapter_15_section_4.html#//apple_ref/doc/uid/TP30000356/TPXREF106
Camino suffers the same problem, but this will have to be a seperate bug because
it has different menu code (a .nib).
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Window menu should conform to Apple Human Interface Guidelines → Window menu should conform to Apple Human Interface Guidelines (AAHIG)
Comment 3•21 years ago
|
||
depends on Bug 232919.
| Reporter | ||
Comment 4•21 years ago
|
||
I didn't even realize Firefox wasn't using a nib. Carbon applications can get a window menu "for free" by
calling CreateStandardWindowMenu.
OSStatus CreateStandardWindowMenu (
OptionBits inOptions,
MenuRef * outMenu
);
See:
http://developer.apple.com/documentation/Carbon/Reference/Window_Manager/wind_mgr_ref/
function_group_21.html#//apple_ref/c/func/CreateStandardWindowMenu
| Reporter | ||
Comment 5•21 years ago
|
||
HARUNAGA Hirotoshi's comment that this depends on Bug 232919 is incorrect. Addressing the UI is
separate frm addressing the heuristic.
| Assignee | ||
Comment 6•21 years ago
|
||
Proposed patch - removes the superfluous word "Window" from the minimize and
zoom options on the MacOS X Windows menu and rearranges them so that Minimize
occurs first, as per the Apple HIG.
| Assignee | ||
Updated•21 years ago
|
Assignee: firefox → Bruce.Davidson
Status: NEW → ASSIGNED
| Assignee | ||
Comment 7•21 years ago
|
||
Comment on attachment 145040 [details] [diff] [review]
Proposed patch
Requesting review
Attachment #145040 -
Flags: review?(bryner)
Updated•21 years ago
|
Attachment #145040 -
Flags: review?(bryner) → review+
| Assignee | ||
Comment 8•21 years ago
|
||
Comment on attachment 145040 [details] [diff] [review]
Proposed patch
Requesting super review.
Attachment #145040 -
Flags: superreview?(firefox)
Updated•21 years ago
|
Flags: blocking0.9?
Comment 9•21 years ago
|
||
Comment on attachment 145040 [details] [diff] [review]
Proposed patch
superreview isn't required for Firefox. Bruce, if you need someone to check
this in, let me know
Attachment #145040 -
Flags: superreview?(firefox)
Comment 10•21 years ago
|
||
checked in on trunk 2004-04-19 16:28
waiting on clarification on tree rules for 0.9 on the 1.7 branch before
committing anything there.
this isn't really something to block 0.9, maybe the Aquafication release, but
this'll land before 0.9 anyway
Flags: blocking0.9?
Updated•21 years ago
|
Whiteboard: checkin0.9
Comment 11•21 years ago
|
||
checked in for 0.9 on MOZILLA_1_7_BRANCH at 2004-04-25 12:28
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Whiteboard: checkin0.9 → fixed0.9
Comment 12•21 years ago
|
||
In Thunderbird, the same problem is still being reproduced.
0.6branch build
version 0.6 (20040501)
| Assignee | ||
Comment 13•21 years ago
|
||
The Thunderbird problem needs to be raised as a separate bug againt the
Thunderbird product.
Updated•19 years ago
|
QA Contact: bugzilla → menus
You need to log in
before you can comment on or make changes to this bug.
Description
•