Closed
Bug 362639
Opened 18 years ago
Closed 18 years ago
Lightning main menu has no accesskey
Categories
(Calendar :: Lightning Only, defect)
Calendar
Lightning Only
Tracking
(Not tracked)
RESOLVED
FIXED
Lightning 0.5
People
(Reporter: cedric.corazza, Assigned: cedric.corazza)
Details
(Keywords: access)
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
mattwillis
:
first-review+
jminta
:
second-review+
|
Details | Diff | Splinter Review |
There is no accesskey for the "Calendar" menu in Lightning.
Patch follows
Assignee | ||
Comment 1•18 years ago
|
||
This patch also adds a missing accesskey in Sunbird for "View > Number of weeks"
Attachment #247328 -
Flags: first-review?(lilmatt)
Comment 2•18 years ago
|
||
Comment on attachment 247328 [details] [diff] [review]
Patch adding accesskeys to "Calendar" menu
>Index: lightning/content/messenger-overlay-toolbar.xul
>===================================================================
> <menuitem id="ltnChangeViewMonth"
> label="&lightning.toolbar.monthview.label;"
>+ accesskey="&lightning.toolbar.monthview.accesskey;"
> oncommand="showCalendarView('month')"/>
> <menuseparator/>
>- <menu label="&viewMenu.label;">
>+ <menu label="&viewMenu.label;" accesskey="&viewMenu.accesskey;">
Let's not preserve the indenting error when we replace this line ^^. Bump it to the left one space so it aligns with menuseparator. However, leave the rest below where it is.
> <menupopup>
> <menuitem type="checkbox"
> id="ltn-workdays-only"
> persist="checked"
> label="&calendar.onlyworkday.checkbox.label;"
>+ accesskey="&calendar.onlyworkday.checkbox.accesskey;"
> oncommand="toggleWorkdaysOnly()"/>
> <menuitem type="checkbox"
> id="ltn-tasks-in-view"
> persist="checked"
> label="&calendar.displaytodos.checkbox.label;"
>+ accesskey="&calendar.displaytodos.checkbox.accesskey;"
> oncommand="toggleTasksInView()"/>
> </menupopup>
> </menu>
> <menuitem id="ltnGoToToday"
> label="&calendar.context.gototoday.label;"
>+ accesskey="&calendar.context.gototoday.accesskey;"
> oncommand="goToToday()"/>
> <menuseparator/>
> <menuitem id="calendar-import-menu"
> This patch also adds a missing accesskey in Sunbird for "View > Number of weeks"
Don't combine unlike stuff into one bug and one patch. While it may seem silly and takes more time, doing so makes CVS blame and checkin comments make more sense, makes patches smaller and easier to review (and therefore faster to get reviewed and checked in).
>Index: sunbird/base/content/calendar-menubar.inc
Pull this out to another bug.
r=lilmatt with those changes
Attachment #247328 -
Flags: first-review?(lilmatt) → first-review+
Assignee | ||
Comment 3•18 years ago
|
||
This patch addresses the changes asked by lilmat.
I will open a new bug for the missing Sunbird accesskey.
Attachment #247328 -
Attachment is obsolete: true
Updated•18 years ago
|
Attachment #247437 -
Flags: first-review+
Assignee | ||
Updated•18 years ago
|
Attachment #247437 -
Flags: second-review?(jminta)
Comment 4•18 years ago
|
||
Comment on attachment 247437 [details] [diff] [review]
Patch with changes asked by lilmatt
Excellent.
Attachment #247437 -
Flags: second-review?(jminta) → second-review+
Comment 5•18 years ago
|
||
Patch checked in on MOZILLA_1_8_BRANCH and trunk
-> FIXED
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•