Closed
Bug 53375
Opened 24 years ago
Closed 24 years ago
Sizing of Preferences menu gives no hints on all options available.
Categories
(SeaMonkey :: Preferences, defect, P2)
SeaMonkey
Preferences
Tracking
(Not tracked)
VERIFIED
WONTFIX
Future
People
(Reporter: barrymarshall, Assigned: mcafee)
References
Details
Attachments
(3 files)
I've confirmed this behaviour on Win32 and OS/2, so I think this is pretty well
cross-platform.
1) Start Mozilla.
2) Edit -> Preferences.
3) Resize the window.
If the window is too small to display all of the contents, there is no visual
indication for the content on the right-hand side of the display to either
scroll the window or to indicate that there are more options.
Contrast that with the tree view of the browser preferences. As the window
grows smaller, the scroll bar is created and adjusted for the amount of
scrolling that is required to view all options.
I have a feeling that this is a little more fundamental in the way that XP
is designed rather than a straight Chrome or Themes problem.
Pictures to follow...
Reporter | ||
Comment 1•24 years ago
|
||
Reporter | ||
Comment 2•24 years ago
|
||
Reporter | ||
Comment 3•24 years ago
|
||
Comment 4•24 years ago
|
||
confirming.
Reporter | ||
Comment 5•24 years ago
|
||
Nominating for RTM.
People are going to expect Netscape 6.0 to be relatively clean on the UI side.
Maybe a simple compromise would be to fix the size of the window to avoid having
this stuff not visible.
Keywords: rtm
Comment 7•24 years ago
|
||
Bug still exists in 1114.
Comment 8•24 years ago
|
||
nav triage team: p2 for nsbeta1. Ben: is this related to some other generic pref
sizing bug on your plate.
Keywords: nsbeta1
Priority: P3 → P2
Updated•24 years ago
|
Target Milestone: --- → mozilla0.9.1
Reporter | ||
Comment 9•24 years ago
|
||
Per Vishy's target change, nominate for 0.9.1.
Keywords: mozilla0.9.1
Blocks: 54679
Comment 12•24 years ago
|
||
i'm confused. why has this been minused when the milestone's still at 0.9.1? in
any case, adding catfood kw. this has been an annoying, long-standing problem
that seems to affect many users.
Keywords: nsCatFood
Reporter | ||
Comment 14•24 years ago
|
||
Playing the "Nominate The Bug" game.... (sigh)
Per Paul's Target change, we'll remove the 0.9.1 nomination and go for 1.1
now....
Keywords: mozilla0.9.1 → mozilla1.1
Assignee | ||
Comment 15•24 years ago
|
||
UE won't let us put a scrollbar in pref window.
Over to german to confirm. Don't resize the pref
window to be that small?
Assignee: mcafee → german
Comment 16•24 years ago
|
||
Yes, that's correct, the prefs panels should not have overall scrollbars. Ever.
I don't know why that option is being seriously considered at all.
If you shouldn't resize the dialog to be that small, then why does it let you?
Is this an XP Toolkit problem, that you can't specify a minimum size for the
window?
Assignee: german → mcafee
Comment 17•24 years ago
|
||
nav triage; not a nsCatFood issue, this only seriously impacts users who resize
the panel to be too small. not too many people would do that.
Keywords: nsCatFood → nsCatFood-
Assignee | ||
Comment 18•24 years ago
|
||
per mpt's comments, marking this won't fix.
The real issue here is scrollbars in the pref window.
So far we've been distributing the content over enough
panels so that space isn't a problem with the default size.
Maybe we should open another bug about a minimum pref panel size?
What about people with smaller fonts?
Marking won't fix.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WONTFIX
Comment 20•23 years ago
|
||
Is this relnote still up-to-date? I couldn't resize the window in a situation
where it came up abnormally small:
"Preferences window initial size doesn't always give hints on all options
available. Resize the window from its lower right corner to see them all. (Bug
53375) "
Comment 21•22 years ago
|
||
Found a workaround if resizing doesn't work...in localstore.rdf go to
<RDF:Description about="chrome://communicator/content/pref/pref.xul#prefDialog"
Add in width and height parameters to heart's content, all fixed.
Comment 22•22 years ago
|
||
On XP with M1.2 and danish language.
Inserted as suggested from comment #21
<RDF:Description about="chrome://communicator/content/pref/pref.xul#prefDialog">
<screenX>4</screenX>
<screenY>4</screenY>
<width>800</width>
<height>565</height>
</RDF:Description>
without any effect
Bug has showed up after some time
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•