Closed
Bug 339436
Opened 19 years ago
Closed 18 years ago
ensure all menus and menuitems have ID's.
Categories
(Calendar :: Sunbird Only, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: chalkwhite, Assigned: ssitter)
Details
Attachments
(1 file)
6.28 KB,
patch
|
mattwillis
:
first-review+
mvl
:
second-review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060507 Mozilla Sunbird/0.3a2 my extension relys on menu and menuitem ID's, if some are missing it cannot function on those items, please make sure all items have ID's, thank you :-) Reproducible: Always the extension in mind is CuteMenus - Crystal SVG
Reporter | ||
Updated•19 years ago
|
Version: unspecified → Sunbird 0.3a2
Comment 1•19 years ago
|
||
It'd be most helpful if you could provide a list of the menus (ideally line numbers) that have this problem.
Reporter | ||
Comment 2•19 years ago
|
||
(In reply to comment #1) > It'd be most helpful if you could provide a list of the menus (ideally line > numbers) that have this problem. > ok heres the ones i could find: http://lxr.mozilla.org/mozilla/source/calendar/resources/content/calendar.xul lines 253 through to 296 then these: 323 316 326 357 there were 2 in the help menu but it seems they have been removed from the xul.
Assignee | ||
Comment 3•19 years ago
|
||
(In reply to comment #2) I think this file is not used in Sunbird. For Sunbird I see only two entries in the main menubar that have no ID: 'Help->Help Content' and 'Help->Release Notes'. http://lxr.mozilla.org/mozilla/source/calendar/sunbird/base/content/calendar-menubar.inc#436
Comment 4•19 years ago
|
||
don't forget about context menus http://lxr.mozilla.org/mozilla/source/calendar/sunbird/base/content/calendar.xul#90
Reporter | ||
Comment 5•19 years ago
|
||
yup those ones in the context menu, since the help menu items dont do anything yet they are not that important, but the context menu isnt that small and is frequently used.
Assignee | ||
Comment 6•18 years ago
|
||
This patch adds ID's to the general context menu, the task pane context menu and the toolbar customize context menu.
Assignee: nobody → ssitter
Status: UNCONFIRMED → ASSIGNED
Attachment #233452 -
Flags: second-review?(mvl)
Attachment #233452 -
Flags: first-review?(mattwillis)
Comment 7•18 years ago
|
||
Comment on attachment 233452 [details] [diff] [review] add missing context menu ID's Looks good. r1=lilmatt
Attachment #233452 -
Flags: first-review?(mattwillis) → first-review+
Comment 8•18 years ago
|
||
Comment on attachment 233452 [details] [diff] [review] add missing context menu ID's r=mvl
Attachment #233452 -
Flags: second-review?(mvl) → second-review+
Assignee | ||
Updated•18 years ago
|
Whiteboard: [checkin needed]
Comment 9•18 years ago
|
||
Patch checked in on MOZILLA_1_8_BRANCH and trunk. -> FIXED
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Whiteboard: [checkin needed]
You need to log in
before you can comment on or make changes to this bug.
Description
•