Closed
Bug 34065
Opened 25 years ago
Closed 25 years ago
alert/confirm dialogs are vertical
Categories
(Core Graveyard :: Security: UI, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: junruh, Assigned: bugs)
References
Details
(Keywords: smoketest, Whiteboard: [nsbeta2+])
1) Install the Commercial build.
2) Install PSM from http://docs.iplanet.com/docs/manuals/psm/psm-mozilla/
3) Visit a secure site like https://junruh
What is expected: An easy to read warning.
What happens: I get a warning box higher than wider which is enexpected and not
easy to read.
Comment 1•25 years ago
|
||
John, are any other dialogs messed up? I did not change anything.
don, I am using the common dialogs. Do you know what would have caused this?
Reporter | ||
Comment 2•25 years ago
|
||
The four security warning dialogs are the only ones I see that are different
today.
Comment 3•25 years ago
|
||
I believe this is because the warning dialog set a max size on the width of the
text. There was a bug that made boxes not adhear to this. Now its fixed. Try
turning on debug xul boxes in preferences. Then inspect the springs around the
area that is too small. You will probably find a max size was set. Remove this
and just set a "width" of whatever you think is appropriate. Can you reproduce
this in mozilla? I'll take a look if you can.
-E
Comment 4•25 years ago
|
||
yes, this is in mozilla. go to https://junruh. You will see this dialog.
Comment 5•25 years ago
|
||
This doesn't sound like a blocker. If the dialogs are difficult to read but you
can still click ok/cancel/etc. that's a good enough workaround.
removing from blocker list for now. readd if I am not understanding the bug.
Severity: blocker → major
Target Milestone: --- → M15
Comment 8•25 years ago
|
||
commonDialog.xul
line 27
You are setting the max size of the text container to be 45em. This is too
small. Try doubling the size. You should also not be using "max-width". Just use
"width". Max-width should only be used when absolutely necessary. In this case
all you want is the preferred width to be set. And that's "width".
This dialog is also unskinable because its style is done using the inline
"style" tag.
Assignee: evaughan → dougt
Comment 10•25 years ago
|
||
assigning this to ben. This changes all dialogs
Assignee: dougt → ben
Summary: Security warnings are vertical → alert/confirm dialogs are vertical
Comment 11•25 years ago
|
||
*** Bug 35724 has been marked as a duplicate of this bug. ***
Comment 12•25 years ago
|
||
Putting on [nsbeta2+] radar. But not dogfood+ (per smoketest keyword).
Keywords: nsbeta2
Whiteboard: [nsbeta2+]
Comment 13•25 years ago
|
||
I tried this today, and no longer see it.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 15•24 years ago
|
||
Mass changing Security:Crypto to PSM
Component: Security: Crypto → Client Library
Product: Browser → PSM
Target Milestone: M16 → ---
Version: other → 2.1
Reporter | ||
Comment 16•24 years ago
|
||
Mass changing Security:Crypto to PSM
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
•