Closed
Bug 12145
Opened 25 years ago
Closed 25 years ago
[PP] Mac - menu items shouldn't interpret meta characters
Categories
(Core :: XUL, defect, P2)
Tracking
()
VERIFIED
FIXED
M10
People
(Reporter: mozilla, Assigned: saari)
Details
On Mac, Menu items that start with open parenthesis "(" are disabled, and if
they contain a slash "/" followed by a character have a cmd-key assigned to
them.
Menu items need to be created so that they don't have any meta-character
interpretation.
Reporter | ||
Updated•25 years ago
|
Priority: P3 → P2
Assignee | ||
Updated•25 years ago
|
Target Milestone: M10
Updated•25 years ago
|
QA Contact: claudius → cpratt
Summary: On Mac, menu items should not be interpreting meta characters → [PP] Mac - menu items shouldn't interpret meta characters
This seems vaguely like a duplicate, but I can't substantiate that claim.
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•25 years ago
|
||
My bad, debug code that shouldn't have been checked in. All better now.
Assignee | ||
Comment 4•25 years ago
|
||
In navigator.xul pick a menu or menuitem and change its value to some thing that
includes a "(" like value="(foo"
I'm going to go ahead and admit I can't figure out how to verify this.
Reassigning to elig. (SimpleText couldn't open that file as it was too big; Word
98 seemed to munge it on open, and I don't have a copy of BBEdit or what have
you. May you have better luck! Thanks.)
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 6•25 years ago
|
||
Chris Saari very kindly and patiently explained how to verify this. (thanks!)
In short, using yesterday's optimized Mac build (and whatever debug build saari
had) we:
- opened the navigatorOverlay.xul in BBEdit
- replaced menuitem values with ones including metacharacters "/foo" and
"(foo")
- confirmed that the "/" and "(" characters were displayed, rather than
interpreted.
So, verified.
Moving all UE/UI bugs to new component: User Interface: Design Feedback
UE/UI component will be deleted.
Component: UE/UI → User Interface: Design Feedback
Updated•25 years ago
|
Component: User Interface: Design Feedback → XP Toolkit/Widgets: Menus
Component: XP Toolkit/Widgets: Menus → XUL
QA Contact: elig → xptoolkit.widgets
Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•