Closed
Bug 4428
Opened 26 years ago
Closed 25 years ago
[PP]Mac: meta characters get interpreted in menus
Categories
(Core :: XUL, defect, P3)
Tracking
()
VERIFIED
FIXED
M6
People
(Reporter: sfraser_bugs, Assigned: saari)
References
Details
If I try to make a menu called "Editor (HTML)" from XUL, I get a disabled menu
item called "Editor HTML)". You need to call SetMenuItemText, rather than
AppendMenu, to avoid the Menu Manager interpreting meta chars. (but perhaps
you do want meta char interpretation for separators?).
Assignee | ||
Updated•26 years ago
|
Target Milestone: M4
Assignee | ||
Comment 1•26 years ago
|
||
Yup, that's a bug.
Setting for M4
Comment 2•26 years ago
|
||
Is this going to make m4? Does it need to?
Assignee | ||
Updated•26 years ago
|
Target Milestone: M4 → M5
Assignee | ||
Comment 3•26 years ago
|
||
As I look at the build this morning, I'm going to say no, this doesn't need to be
in m4...
Summary: Mac: meta characters get interpreted in menus → [PP]Mac: meta characters get interpreted in menus
Comment 4•25 years ago
|
||
Duplicate/related to 3847?
Assignee | ||
Updated•25 years ago
|
Target Milestone: M5 → M6
Assignee | ||
Comment 5•25 years ago
|
||
Moving to M6
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 7•25 years ago
|
||
This should be fixed
Updated•25 years ago
|
QA Contact: phillip → elig
Comment 8•25 years ago
|
||
[QA Assigning to self for verification.]
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 10•25 years ago
|
||
Using the View/Character Set menu item, I can no longer reproduce this bug on the
1999 06/15 2:00 PM Mac OS build, and am thus marking it as verified.
You need to log in
before you can comment on or make changes to this bug.
Description
•