Closed
Bug 409845
Opened 17 years ago
Closed 16 years ago
[Mac] 'Preferences' and 'Quit Thunderbird' are disabled in Calendar mode and Task mode
Categories
(Calendar :: Lightning Only, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
0.9
People
(Reporter: skuribay, Assigned: berend.cornelius09)
References
Details
Attachments
(2 files)
6.91 KB,
patch
|
dbo
:
review+
|
Details | Diff | Splinter Review |
1.52 KB,
patch
|
dbo
:
review+
|
Details | Diff | Splinter Review |
Thunderbird 2.0.0.9 + local Lightning 0.8pre build from the latest MOZILLA_1_8_BRANCH,
Steps to Reproduce:
1. Change to Calendar mode or Task mode
2. Press COMMAND+',' , but Preference dialogue doesn't apper.
3. Select Thunderbird -> Preferences..., ditto.
4. Press COMMAND+'q', but Thunderbird doesn't shut down.
5. Select Thunderbird -> Quit Thunderbird, ditto.
Other menus seem to work. I don't know whether this is expected behavior or not of Lightning 0.8pre.
Updated•17 years ago
|
Target Milestone: 0.8 → ---
Version: Mozilla 1.8 Branch → unspecified
Comment 1•17 years ago
|
||
Reporter, could you please provide more info on the language of localization for the devs to replicate?
Also, do test with the latest nightlies and post the build ID (date of build etc). Thanks!
Comment 2•17 years ago
|
||
And on today's test date, I confirm this bug.
Tested on a fresh profile, latest nightly (10 Jan 08 Lightning; TB 2.0.0.9). I had to run with Rosetta due to nightlies for PPC.
More investigation shows that any attempt to access preferences (no matter through mouse or keyboard) doesn't seem to succeed, and this only happens in calendar mode.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•17 years ago
|
Flags: blocking-calendar0.8?
Comment 3•17 years ago
|
||
but everything works correctly again when back to mail mode.
Comment 4•17 years ago
|
||
This does not block the 0.8 release.
Flags: blocking-calendar0.8? → blocking-calendar0.8-
Updated•17 years ago
|
Flags: blocking-calendar0.8- → wanted-calendar0.9?
Updated•17 years ago
|
Flags: wanted-calendar0.9? → wanted-calendar0.9+
Comment 7•17 years ago
|
||
Because this feels like pretty major functionality loss, it should at least be relnoted, I think. I'm assuming that it can be worked around just by switching back to mail mode.
Keywords: relnote
Comment 8•17 years ago
|
||
(In reply to comment #7)
You assume correctly. Once you switch back to Mail, the menu items and shortcut keys all work again.
Comment 9•17 years ago
|
||
relnote added
Reporter | ||
Comment 11•17 years ago
|
||
I managed to tracked down with ppc mac-xpi binary using Rosetta.
Regression range: Works in Lightning 0.8pre (2007-11-29-03)
Fails in Lightning 0.8pre (2007-11-30-04)
Checkins during regression range: http://tinyurl.com/4cnfxa
Hope this helps.
Updated•16 years ago
|
Flags: blocking-calendar0.9?
Updated•16 years ago
|
Flags: blocking-calendar0.9? → blocking-calendar0.9+
Updated•16 years ago
|
Assignee: nobody → daniel.boelzle
Assignee | ||
Comment 13•16 years ago
|
||
I added some special treatment for the mentioned menuitems.
Assignee: daniel.boelzle → Berend.Cornelius
Status: NEW → ASSIGNED
Attachment #330930 -
Flags: review?(daniel.boelzle)
Comment 14•16 years ago
|
||
Comment on attachment 330930 [details] [diff] [review]
patch v. #1
add
+#ifdef XP_MACOSX
>+var quitMenu = null;
>+var prefMenu = null;
#endif
works on Mac; r=dbo
Attachment #330930 -
Flags: review?(daniel.boelzle) → review+
Assignee | ||
Comment 15•16 years ago
|
||
patch checked in on trunk and MOZILLA_1_8_BRANCH
-> FIXED
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 16•16 years ago
|
||
Checked in nightly build 2008072321 -> bug is not fixed correctly
STR
===
- start thunderbird
- switch to calendar/task mode
- switch back to mail mode
- try to open the preferences dialog via menu or COMMAND+',' -> nothing happens ( same with 'Quit Thunderbird' or COMMAND+'q')
Without calendar/task mode switch it is possible to use the commands in mail mode.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 17•16 years ago
|
||
This additional patch should fix it...
Attachment #331089 -
Flags: review?(daniel.boelzle)
Updated•16 years ago
|
Attachment #331089 -
Flags: review?(daniel.boelzle) → review+
Assignee | ||
Comment 18•16 years ago
|
||
patch v. #3 checked in on trunk and MOZILLA_1_8_BRANCH
->FIXED
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
Comment 19•16 years ago
|
||
Checked again with nightly build 2008072420 -> VERIFIED
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•