Closed
Bug 75596
Opened 24 years ago
Closed 24 years ago
new server dialog mis-sized (too short)
Categories
(Core Graveyard :: Security: UI, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
psm2.0
People
(Reporter: bzbarsky, Assigned: javi)
References
()
Details
(Whiteboard: PDT+; patch available, critical for 0.9.2 reopened.)
Attachments
(6 files)
|
8.26 KB,
image/png
|
Details | |
|
18.19 KB,
image/png
|
Details | |
|
8.75 KB,
image/png
|
Details | |
|
19.45 KB,
image/png
|
Details | |
|
2.08 KB,
patch
|
Details | Diff | Splinter Review | |
|
3.77 KB,
patch
|
Details | Diff | Splinter Review |
BUILD: linux 2001-04-11 CVS with PSM2
DISPLAY: 1280x1024 19" monitor, 75dpi, 75DPI fonts.
STEPS TO REPRODUCE:
1) Go to https://www.rsiaa.org/rsiauth/cgi-bin/home.pl
EXPECTED RESULTS:
The dialog is sized correctly.
ACTUAL RESULTS:
The dialog is too short -- one cannot see the third radio button and the
OK/Cancel buttons. Combined with bug 75595, this makes the dialog unusable.
| Reporter | ||
Comment 1•24 years ago
|
||
| Reporter | ||
Comment 2•24 years ago
|
||
OK, upon some investigation, there are actually two separate issues here:
1) The initial window height is specified as 360px. This is not big enough
2) If the initial height specification is taken out, the window is sized
correctly for its original content. However, when the setText() calls in onLoad
happen the height of the content increases. The window does not size to
accomodate this.
Comment 3•24 years ago
|
||
Milestone 2.0.
OS: Linux → All
Priority: -- → P2
Hardware: PC → All
Target Milestone: --- → 2.0
Reporter: Is this still a problem? It looks fixed on my WinME box.
| Reporter | ||
Comment 7•24 years ago
|
||
I won't be able to test this correctly till Monday (I don't have access to the
one box I have around on which I saw it till then). I'll report back on
Monday. Nothing has checked about the dialog XUL or JS.... has there been a
generic dialog-sizing checkin I missed?
| Reporter | ||
Comment 8•24 years ago
|
||
Er.... I mean "nothing has changed", not "nothing has checked"
| Reporter | ||
Comment 9•24 years ago
|
||
This has gotten worse. Seeing it with a debug build from 2001-05-05 on my home
computer. Migrated NS 4.x profile. Resolution 1152x864, 100dpi. I've tried
setting mozilla's DPI setting to 0,80, and 96. All look about the same -- the
font size changes but not enough to compensate for the size of the dialog.
One other note. The <separator> elements in this dialog are far too tall.
Comment 10•24 years ago
|
||
I Dunno - see this attachment. This is under Win2k, 1280x1024 96dpi.
Perhaps this is a non-Windows issue?
Comment 11•24 years ago
|
||
Comment 12•24 years ago
|
||
*** Bug 79046 has been marked as a duplicate of this bug. ***
Comment 13•24 years ago
|
||
It seems that somebody tried to cut corners and hardcoded the dialog height,
because dynamic sizing did/does not work. Now, this can be just right for Ken,
but it can't possibly work on all installation. For sure it doesn't on mine.
| Reporter | ||
Comment 14•24 years ago
|
||
Soo.... simple way to reproduce is to put
* { font-size: 15pt }
in userChrome.css. I have a friend who's done that to make the fonts readable
(bad vision) and this bites him all the time.
I've tested some more on a variety of systems and I have come to the conclusion
that it all depends on the font one is using by default. The original system I
tested on is identical (same screen/dpi/resolution) to a system which
worksforme, so it must be a matter of fonts. I can certainly attach some
screenshots as I retest this on a variety of setups...
The point is that the dialog is not doing sizing correctly so it's a problem for
some font setups.
| Reporter | ||
Comment 15•24 years ago
|
||
| Reporter | ||
Comment 16•24 years ago
|
||
Tried another Linux box (debian 2.2 default install, 1280x1024, 75dpi, Mozilla
set to 96 dpi). Looks identical to attachment 30452 [details]
Comment 17•24 years ago
|
||
This definately seems to be affecting Unix/Linux boxen more than windows
systems. However if the problem really is as Boris suggests, then It's safe to
assume that it can be exhibited on ANY os, given the right fontset or dpi settings.
Comment 18•24 years ago
|
||
*** Bug 79454 has been marked as a duplicate of this bug. ***
Comment 19•24 years ago
|
||
*** This bug has been marked as a duplicate of 75610 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 20•24 years ago
|
||
reopening... Why exactly is this a dup of bug 75610??
This is about the dialog not being sized properly to start with. 75610 is about
the dialog not drawing parts that used to be obscured when it is resized.
75610 applies to all modal dialogs. This one is only a problem with this
particular dialog that happends to be doing some weird things with dynamic text
insertion and setting a fixed height.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
| Reporter | ||
Comment 21•24 years ago
|
||
*** Bug 79647 has been marked as a duplicate of this bug. ***
| Reporter | ||
Comment 22•24 years ago
|
||
*** Bug 80903 has been marked as a duplicate of this bug. ***
| Reporter | ||
Comment 23•24 years ago
|
||
*** Bug 80914 has been marked as a duplicate of this bug. ***
Comment 24•24 years ago
|
||
*** Bug 79843 has been marked as a duplicate of this bug. ***
Comment 25•24 years ago
|
||
*** Bug 75615 has been marked as a duplicate of this bug. ***
Comment 26•24 years ago
|
||
*** Bug 76628 has been marked as a duplicate of this bug. ***
| Reporter | ||
Comment 28•24 years ago
|
||
*** Bug 85985 has been marked as a duplicate of this bug. ***
Comment 29•24 years ago
|
||
*** Bug 86024 has been marked as a duplicate of this bug. ***
Comment 31•24 years ago
|
||
*** Bug 86211 has been marked as a duplicate of this bug. ***
Comment 32•24 years ago
|
||
*** Bug 86111 has been marked as a duplicate of this bug. ***
Comment 33•24 years ago
|
||
*** Bug 86580 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 34•24 years ago
|
||
| Assignee | ||
Comment 35•24 years ago
|
||
There is a xul rendering bug at play here. If I remove the width/height
attributes from the xul source, the dialog should automagically size itself.
But I'm not seeing that at all. :(
It looks like we'll have to leave in hard-coded width and height for now and
just add key press events to the dialog.
| Reporter | ||
Comment 36•24 years ago
|
||
Please see item 2 of my comment from 2001-04-11 13:24.
Perhaps a call to sizeToContent() would be in order here? I tried that at some
point and it did not help, but maybe I just put it in the wrong place...
sizeToContent() is also somewhat buggy on Linux, so testing that on a Windows
system where this bug happens would be nice.
At the very least, I would recommend making the default height 400px. This
should still be fine on 640x480 screens and will help things a lot...
Comment 38•24 years ago
|
||
*** Bug 86836 has been marked as a duplicate of this bug. ***
Comment 40•24 years ago
|
||
*** Bug 86907 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 42•24 years ago
|
||
| Assignee | ||
Comment 43•24 years ago
|
||
ddrinan: Please review.
Comment 44•24 years ago
|
||
r=ddrinan
Updated•24 years ago
|
Whiteboard: PDT+ → PDT+; patch available
Comment 45•24 years ago
|
||
sr=blizzard
Comment 46•24 years ago
|
||
a= asa@mozilla.org for checkin to 0.9.2 closed tree.
(on behalf of drivers)
Comment 47•24 years ago
|
||
*** Bug 86292 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 48•24 years ago
|
||
patch checked in.
| Assignee | ||
Comment 49•24 years ago
|
||
marking fixed for real this time.
Status: NEW → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Updated•24 years ago
|
Whiteboard: PDT+; patch available → PDT+; patch available, critical for 0.9.2
Comment 50•24 years ago
|
||
Reopening. This patch also needs to be applied to Expired Cert and Cert Name
non-match dialog boxes.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 51•24 years ago
|
||
Comment 52•24 years ago
|
||
r=mcgreer
Comment 53•24 years ago
|
||
see related bug 87203.
Whiteboard: PDT+; patch available, critical for 0.9.2 → PDT+; patch available, critical for 0.9.2 reopened.
Comment 54•24 years ago
|
||
sr=blizzard
Comment 55•24 years ago
|
||
*** Bug 87427 has been marked as a duplicate of this bug. ***
Comment 56•24 years ago
|
||
a=chofmann 092 branch and trunk
| Assignee | ||
Comment 57•24 years ago
|
||
Patch checked into trunk and branch.
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 58•24 years ago
|
||
*** Bug 84796 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 59•24 years ago
|
||
Re-opening due to Buig 87451 (typo in patch)
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 60•24 years ago
|
||
checked in fix for typo.
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 62•24 years ago
|
||
*** Bug 89521 has been marked as a duplicate of this bug. ***
Comment 63•24 years ago
|
||
I still have the problem using Win32 2001070604 build.
(installed from scratch, of course)
Comment 64•24 years ago
|
||
*** Bug 87203 has been marked as a duplicate of this bug. ***
| Reporter | ||
Comment 65•24 years ago
|
||
*** Bug 94391 has been marked as a duplicate of this bug. ***
Comment 66•24 years ago
|
||
Hey, I suggest to make that dialog user resizable. I would be fine with that and
could close 94956 that I entered and that quickly was marked as duplicate of
this one.
BTW, I use Win98SE german with "Große Schriftarten" (could mean "big fonts" in
English in Win9x's screen properties dialog) @ 1152x864x32
Build is 0.9.3/2001080110
| Reporter | ||
Comment 67•24 years ago
|
||
*** Bug 114214 has been marked as a duplicate of this bug. ***
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•