Closed
Bug 299104
Opened 20 years ago
Closed 20 years ago
start page isn't shown anymore
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird1.1
People
(Reporter: fasse78, Assigned: mscott)
Details
Attachments
(1 file)
|
1.16 KB,
patch
|
Bienvenu
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Start TB (1.0+ 2005-06-28) and in the message pane is only a blank page shown. The preference is set. Reproducible: Always Steps to Reproduce: 1. start tb Actual Results: no start page is shown Expected Results: you should see the start page
| Assignee | ||
Comment 1•20 years ago
|
||
if you click restore to default, does it start working again?
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Target Milestone: --- → Thunderbird1.1
| Assignee | ||
Comment 2•20 years ago
|
||
this is probably because start.html doesn't exist anymore, we use start.xtml now for localization reasons.
| Reporter | ||
Comment 3•20 years ago
|
||
(In reply to comment #1) > if you click restore to default, does it start working again? Yes, after clicking restore and restart TB than it works again. But there should be a convert script for existing profiles, if users have already an old profile with start.html.
| Assignee | ||
Comment 4•20 years ago
|
||
David, for some reason some users are getting the default value for the mail start page listed as a user pref in prefs.js. We've since changed our default start page so the old start.html is no longer in the chrome package. As a result, these profiles load empty start pages instead of the new default start page. I added a piece of migration code which just removes the user pref if it was set to the old start page. Re-reading it again then causes us to read in the new default page location.
Attachment #187880 -
Flags: superreview?(bienvenu)
Comment 5•20 years ago
|
||
Comment on attachment 187880 [details] [diff] [review] the fix wierd...
Attachment #187880 -
Flags: superreview?(bienvenu) → superreview+
| Assignee | ||
Updated•20 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 6•19 years ago
|
||
I figured out 2 more start page bugs in the trunk builds: bug 299796 Background image on start page isn't shown correctly bug 300445 start page isn't shown when you visit inbox the second time
You need to log in
before you can comment on or make changes to this bug.
Description
•