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)

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.
Assignee: hangas → ben
Component: User Interface: Design Feedback → XP Apps: GUI Features
QA Contact: mpt → sairuh
Hardware: PC → All
Not a design issue, --> XPApps GUI Termite, don't forget to mark any bugs which this bug blocks.
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
QA Contact: sairuh → jrgm
over to jrgm (or claudius) to vrfy.
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
Product: Core → Mozilla Application Suite
Component: XP Apps: GUI Features → UI Design
You need to log in before you can comment on or make changes to this bug.