Closed Bug 93083 Opened 24 years ago Closed 24 years ago

Warning dialog "Certificate from unrecognized CA" is too small

Categories

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

1.0 Branch
defect

Tracking

(Not tracked)

VERIFIED FIXED
psm2.1

People

(Reporter: doctor__j, Assigned: rangansen)

References

()

Details

Attachments

(2 files)

From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.2+) Gecko/20010730 BuildID: 2001073006 Reproducible: Always Steps to Reproduce: 1. Load the above URL. 2. See the three buttons of the warning dialog clipped at bottom.
Attached image Screenshot
Confirming on 8/1 WinNT trunk build. "www.hongkongpost.gov.hk" is long enough to make the sentence wrap to another line, thus putting the buttons off screen.
OS: Windows 98 → All
Priority: -- → P3
Hardware: PC → All
Version: unspecified → 2.1
*** This bug has been marked as a duplicate of 81958 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Reopening ->Rangan The new dialog from bug 91466 needs the proper fix to make it work regardless of screen resolution and font choices. cc hwaarah@chello.se for comment.
Status: RESOLVED → REOPENED
Priority: P3 → P2
Resolution: DUPLICATE → ---
Target Milestone: --- → 2.1
->rangansen
Assignee: ssaux → rangansen
Status: REOPENED → NEW
Mass assigning QA to ckritzer.
QA Contact: junruh → ckritzer
*** Bug 93134 has been marked as a duplicate of this bug. ***
Here is a suggested patch - This is also caused by bug# 91137, this patch uses the temp workaround fix described in bud# 94384. This fix, in some cases, might make the window a bit too long, leaving some amount of space below the ok/cancel buttons.
Status: NEW → ASSIGNED
Attached patch patchSplinter Review
r=javi (as workaround)
Similar code for domainMismatch.js in onLoad: var windowReference = document.getElementById('domainMismatch'); var wdth = window.innerWidth; // THIS IS NEEDED, window.sizeToContent(); windowReference.setAttribute("width",window.innerWidth + 30); var hght = window.innerHeight; // THIS IS NEEDED, window.sizeToContent(); windowReference.setAttribute("height",window.innerHeight + 40);
*** Bug 94516 has been marked as a duplicate of this bug. ***
sr=hewitt
patch checked in
Status: ASSIGNED → RESOLVED
Closed: 24 years ago24 years ago
Resolution: --- → FIXED
Sorry for not being responsive, I was on vacation. Thanks for fixing this rangan.
Verified.
Status: RESOLVED → VERIFIED
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.

Attachment

General

Creator:
Created:
Updated:
Size: