Closed
Bug 50603
Opened 25 years ago
Closed 25 years ago
please add an id to the View -> Toolbars menupopup
Categories
(SeaMonkey :: UI Design, defect, P3)
SeaMonkey
UI Design
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: termite, Assigned: bugs)
Details
line 212-216 of navigatorOverlay.xul:
<menupopup>
<menuitem value="&navbarCmd.label;" observes="cmd_viewnavbar" />
<menuitem value="&personalbarCmd.label;" observes="cmd_viewpersonaltoolbar" />
<menuitem value="&taskbarCmd.label;" observes="cmd_viewtaskbar" />
</menupopup>
Please add an id to this menupopup so it can be used in dynamic overlays.
That is, change above lines to:
<menupopup id="view_toolbars_popup">
<menuitem value="&navbarCmd.label;" observes="cmd_viewnavbar" />
<menuitem value="&personalbarCmd.label;" observes="cmd_viewpersonaltoolbar" />
<menuitem value="&taskbarCmd.label;" observes="cmd_viewtaskbar" />
</menupopup>
Minor change, wouldn't affect anything else and would be very much appreciated.
Thanks.
Updated•25 years ago
|
Assignee: hangas → ben
Component: User Interface: Design Feedback → XP Apps: GUI Features
QA Contact: mpt → sairuh
Hardware: PC → All
Comment 1•25 years ago
|
||
Not a design issue, --> XPApps GUI
Termite, don't forget to mark any bugs which this bug blocks.
| Reporter | ||
Comment 2•25 years ago
|
||
ben_goodger checked the fix in yesterday and didn't mark it fixed. The change
was made, so marking FIXED. Thanks Ben :)
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•25 years ago
|
QA Contact: sairuh → jrgm
Comment 3•25 years ago
|
||
over to jrgm (or claudius) to vrfy.
Comment 4•25 years ago
|
||
lxr is your friend:
http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&fi
le=navigatorOverlay.xul&root=/cvsroot&subdir=mozilla/xpfe/browser/resources/cont
ent&command=DIFF_FRAMESET&rev1=1.126&rev2=1.127
verified fixed.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•