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)
Tracking
(Not tracked)
VERIFIED
FIXED
psm2.1
People
(Reporter: doctor__j, Assigned: rangansen)
References
()
Details
Attachments
(2 files)
|
24.80 KB,
image/png
|
Details | |
|
811 bytes,
patch
|
Details | Diff | Splinter Review |
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.
Comment 2•24 years ago
|
||
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
Comment 3•24 years ago
|
||
*** This bug has been marked as a duplicate of 81958 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 4•24 years ago
|
||
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
| Assignee | ||
Comment 8•24 years ago
|
||
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
| Assignee | ||
Comment 9•24 years ago
|
||
Comment 10•24 years ago
|
||
r=javi (as workaround)
Comment 11•24 years ago
|
||
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);
Comment 12•24 years ago
|
||
*** Bug 94516 has been marked as a duplicate of this bug. ***
Comment 13•24 years ago
|
||
sr=hewitt
| Assignee | ||
Comment 14•24 years ago
|
||
patch checked in
Status: ASSIGNED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Comment 15•24 years ago
|
||
Sorry for not being responsive, I was on vacation.
Thanks for fixing this rangan.
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
•