Open
Bug 522200
Opened 15 years ago
Updated 2 years ago
Ctrl + Pg-up/down should not change context of calendar
Categories
(Calendar :: General, defect)
Calendar
General
Tracking
(Not tracked)
NEW
People
(Reporter: mlissner+bugzilla, Unassigned)
References
(Blocks 1 open bug)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.4pre) Gecko/20091006 Ubuntu/9.04 (jaunty) Firefox/3.5.2
Build Identifier: 3.0b4pre
Not sure if this is a bug with Lightning or TB, but if are in Lightning, and press Control + Page Up/Down, it will cycle through tabs. This is good, however it also changes the date that is displayed in the calendar.
Reproducible: Always
Steps to Reproduce:
1. Open the calendar in a tab
2. When in the mail tab, press ctrl+pg-down. You'll be taken to the calendar tab.
3. Now, in the calendar tab, note the date displayed, then press ctrl+pg-up. This will take you back to the mail tab.
4. Using the mouse, go back to the calendar tab, and note that it has advanced by one day/week/month, depending on the view that was selected.
5. Continue pressing ctrl+pg-up, to cycle back and forth between calendar and mail.
6. Note that will every cycle, the calendar advances one unit.
Expected Results:
Ctrl+pg up/down should not affect the date that is displayed in the calendar.
Updated•15 years ago
|
Component: General → Lightning Only
Product: Thunderbird → Calendar
QA Contact: general → lightning
Reporter | ||
Updated•15 years ago
|
Flags: wanted-calendar1.0?
Flags: blocking-calendar1.0?
Updated•15 years ago
|
Flags: wanted-calendar1.0?
Comment 1•15 years ago
|
||
Lightning uses the shortcut Ctrl-Down, which unfortunately breaks the standard behavior of selecting list items with Space, Ctrl and arrow keys.
I'm not involved in Lightning development, but here's a fix:
In file "calendar.jar", file content/calendar/widgets/calendar-list-tree.xml,
remove the event handler around line 1066:
<handler event="keypress" keycode="VK_DOWN" modifiers="control">...</handler>
(Lightning version 1.0b2pre)
Comment 2•15 years ago
|
||
I was accidently refering to a diffenent bug ... sorry :-(
Comment 3•15 years ago
|
||
Confirmed:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9) Gecko/20100317
Lightning/1.0b1 Thunderbird/3.0.4
(The bug referred in comment 1 & 2 is bug 427403.)
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Hardware: x86 → All
Version: unspecified → Trunk
Comment 4•13 years ago
|
||
Unfortunate, but not blocking 1.0
Flags: blocking-calendar1.0? → blocking-calendar1.0-
Updated•4 years ago
|
Component: Lightning Only → General
Version: Trunk → unspecified
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•