Closed
Bug 301377
Opened 20 years ago
Closed 13 years ago
Account Wizard > (Email) > Server Information: vertical scrollbar appears as dialog is not high enough to display all the data panel
Categories
(SeaMonkey :: MailNews: Account Configuration, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: sgautherie, Assigned: iannbugzilla)
Details
(Keywords: polish, regression, Whiteboard: [Related to old profile])
Attachments
(2 files)
7.88 KB,
image/gif
|
Details | |
1.96 KB,
patch
|
Details | Diff | Splinter Review |
[Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8b3) Gecko/20050714 SeaMonkey/1.0a]
(nightly) (W98SE)
Reporter | ||
Comment 1•20 years ago
|
||
Reporter | ||
Comment 2•20 years ago
|
||
... Which makes the last text line unreadable. (before scrolling the panel)
Flags: blocking-seamonkey1.0a?
Summary: Account Wizard > ... > Server Information: vertical scrollbar appears as dialog is not high enough to display all the data panel → Account Wizard > (Email) > Server Information: vertical scrollbar appears as dialog is not high enough to display all the data panel
Reporter | ||
Comment 3•20 years ago
|
||
[Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.8) Gecko/20050511] (release) (W98SE)
Was fine.
[Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8b) Gecko/20050217] (<-- 1.8b1 !)
(W98SE)
Bug already there.
I guess it regressed when the "Global Inbox" part was added...
Keywords: regression
This patch:
* Removes two separators so wizard page does not have to scroll
Probably still hit this issue with non-standard DPIs.
Comment 5•20 years ago
|
||
Do we really need this patch?
I can see the problem on Win2k with 1.8b1, but not with a 20050717
SeaMonkey/1.0a trunk build. The nightly wizard dialog is slightly wider and taller.
Serge, is this still a problem on trunk?
Reporter | ||
Comment 6•20 years ago
|
||
(In reply to comment #5)
> Do we really need this patch?
Now, I would think not: (maybe another one, or not at all ??)
> I can see the problem on Win2k with 1.8b1, but not with a 20050717
> SeaMonkey/1.0a trunk build. The nightly wizard dialog is slightly wider and
taller.
>
> Serge, is this still a problem on trunk?
[Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8b4) Gecko/20050728 SeaMonkey/1.0a]
(nightly) (W98SE)
It's profile related:
New profile: no bug
"v1.7a" profile: no bug
"v1.3" profile: bug, the wizard dialog displays shorter. (I did not check width)
Should SeaMonkey be able to fix my profile automatically ?
(I wonder why/how this (unresizable) dialog sizes depend on profile data :-/)
Otherwise, how could I "manually" fix my profile ?
Comment 7•20 years ago
|
||
> Should SeaMonkey be able to fix my profile automatically ?
Good question.
> (I wonder why/how this (unresizable) dialog sizes depend on profile data :-/)
Usually, such data is stored in the localstore.rdf, but the wizard doesn't store
stuff there - do you have entries for AccountWizard.xul in your 1.3 localstore.rdf?
> Otherwise, how could I "manually" fix my profile ?
Some CSS like
#AccountWizard
{
height: 40em ! important;
width: 42em ! important;
}
in your userChrome.css should do the trick.
Reporter | ||
Comment 8•20 years ago
|
||
(In reply to comment #7)
> > Should SeaMonkey be able to fix my profile automatically ?
> Good question.
As a user, this feature (removing "obsolete" entries) would be welcomed.
(My rarely used v1.7 profile localstore.rdf is 18 KB, the file in my personal
v1.3 profile is 118 KB...)
> Usually, such data is stored in the localstore.rdf, but the wizard doesn't store
> stuff there - do you have entries for AccountWizard.xul in your 1.3
localstore.rdf?
Yes, we have the culprit:
{{
<RDF:Description
RDF:about="chrome://messenger/content/AccountWizard.xul#AccountWizard"
width="500"
height="380" />
<RDF:Description RDF:about="chrome://messenger/content/AccountWizard.xul">
<NC:persist
RDF:resource="chrome://messenger/content/AccountWizard.xul#AccountWizard"/>
</RDF:Description>
}}
> > Otherwise, how could I "manually" fix my profile ?
Removing the preceding lines from localstore.rdf fixed the display :-)
Whiteboard: [Related to old profile]
Flags: blocking-seamonkey1.0a? → blocking-seamonkey1.0a-
Comment on attachment 190197 [details] [diff] [review]
Simple patch v0.1
Cancelling review request as it's no longer needed
Attachment #190197 -
Flags: review?(mnyromyr)
Reporter | ||
Comment 10•17 years ago
|
||
Ian,
Are you still working on this ?
Assignee | ||
Comment 11•17 years ago
|
||
I think this was waiting for you to close as WFM...
Comment 12•13 years ago
|
||
wfm per comment 11 - feel free to reopen if this is still applicable
btw does sm have the "new" automatic account creation wizard like TB?
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•