Closed
Bug 306379
Opened 19 years ago
Closed 19 years ago
Removing Spell button breaks message compose window
Categories
(Thunderbird :: Message Compose Window, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
Thunderbird1.1
People
(Reporter: tuukka.tolvanen, Assigned: mscott)
References
Details
(Keywords: fixed1.8, regression)
Attachments
(1 file)
(deleted),
patch
|
mscott
:
review+
|
Details | Diff | Splinter Review |
STR:
1. Customize message compose window toolbar, remove spell button
2. Restart thunderbird
3. File -> New Message (or another method to bring up msgcompose)
(Alternatively, at (2), try to bring up another compose window without closing
the first.)
Actual results: "An error occurred..." alert
Expected results: message compose window
tH has the regression window as 0818-04 -- 0820-04
bug 305020 looks suspect: won't document.getElementById('LanguageMenulist')
return nothing if the spell button is not on the toolbar -> appendChild on it fails?
ta ,
Reporter | ||
Comment 1•19 years ago
|
||
The button looks a bit dead after being brought in from customize, but this at
least makes compose work for me
Attachment #194316 -
Flags: review?(mscott)
Reporter | ||
Comment 2•19 years ago
|
||
b1.8b4? workaround is to mangle/delete localstore.rdf.
Flags: blocking1.8b4?
Keywords: regression
Assignee | ||
Comment 3•19 years ago
|
||
i'll take care of this. thanks for the patch.
Flags: blocking1.8b4?
Target Milestone: --- → Thunderbird1.1
Assignee | ||
Comment 4•19 years ago
|
||
Comment on attachment 194316 [details] [diff] [review]
patch1: don't initLanguageMenu if !languageMenuList
fixed on the branch and trunk. Thanks for the patch!
Attachment #194316 -
Flags: review?(mscott) → review+
Assignee | ||
Updated•19 years ago
|
Comment 5•19 years ago
|
||
*** Bug 305507 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•