Closed Bug 34065 Opened 25 years ago Closed 25 years ago

alert/confirm dialogs are vertical

Categories

(Core Graveyard :: Security: UI, defect, P3)

1.0 Branch
x86
Windows NT

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.
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?
The four security warning dialogs are the only ones I see that are different today.
Severity: normal → blocker
Keywords: smoketest
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
yes, this is in mozilla. go to https://junruh. You will see this dialog.
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
can you take a look at this?
Assignee: dougt → evaughan
Blocks: 13785
Mass-moving most M15 bugs to M16
Target Milestone: M15 → M16
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
making public.
Group: netscapeconfidential?
assigning this to ben. This changes all dialogs
Assignee: dougt → ben
Summary: Security warnings are vertical → alert/confirm dialogs are vertical
*** Bug 35724 has been marked as a duplicate of this bug. ***
Putting on [nsbeta2+] radar. But not dogfood+ (per smoketest keyword).
Keywords: nsbeta2
Whiteboard: [nsbeta2+]
I tried this today, and no longer see it.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Verified fixed.
Status: RESOLVED → VERIFIED
No longer blocks: 13785
Mass changing Security:Crypto to PSM
Component: Security: Crypto → Client Library
Product: Browser → PSM
Target Milestone: M16 → ---
Version: other → 2.1
Mass changing Security:Crypto to PSM
Product: PSM → Core
Version: psm2.1 → 1.0 Branch
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.