Closed
Bug 1441304
Opened 7 years ago
Closed 7 years ago
Security Exception Window resizes
Categories
(Firefox :: Security, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1424311
People
(Reporter: lukas, Unassigned, NeedInfo)
Details
Attachments
(1 file)
27.14 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
Steps to reproduce:
- Access a site with a unsigned certificate
- Your connection is not secure > Advanced > Add exception
- Click the "Get Certificate" button multiple times
Actual results:
Window "Add Security Exception" size increased.
Size stays the same even after browser restart.
If you click the button too much, you are unable to add exceptions, as the size is bigger than your window.
Expected results:
Window "Add Security Exception" size should not have increased.
Possibly should show certificate information in a new window.
I just found out you have to click View first to trigger this.
I can reproduce this as well.
You can't resize it back, so you are stuck with the new size until you remove your profile.
I just reproduced this on Firefox 58.0.2 (64-bit) on Windows 10. This does indeed happen as soon as the button for viewing the certificate in the window is clicked and then the button for reloading the certificate is clicked.
Comment 4•7 years ago
|
||
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0
I have tested this issue on Windows 10 x64 with the latest Firefox release (58.0.2) and the latest Nightly (60.0a1-20180301024724) and managed to reproduce the issue.
After navigating to an unsecured website (eg: https://webmail.whatever.com/ ), after going to Advanced > Add exception and clicking the "View" and aftewards clicking the "Get Certificate" button multiple times, the "Add Security Exception" window size is increased on every click.
Moving this issue to "Core: DOM: Core & HTML" for now, which seems the most appropriate component for this.
Status: UNCONFIRMED → NEW
status-firefox58:
--- → affected
status-firefox59:
--- → affected
status-firefox60:
--- → affected
Component: Untriaged → DOM: Core & HTML
Ever confirmed: true
Product: Firefox → Core
Updated•7 years ago
|
Component: DOM: Core & HTML → Security
Product: Core → Firefox
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Firefox 65.0 still has a far to big window here and cannot be resized. So not resolved
Comment 7•6 years ago
|
||
Try removing the 'xulstore.json' file in your profile?
Flags: needinfo?(christian.bretterhofer)
Comment 8•5 years ago
|
||
Thanks to Dana Keeler, one of my very very old bug is now solved with this file!
And we can change the value of "chrome://pippki/content/exceptionDialog.xul" in the "xulstore.json" file (from chris: https://bugzilla.mozilla.org/show_bug.cgi?id=1424311#c21) for example by:
"chrome://pippki/content/exceptionDialog.xul":{"exceptiondialog":{"screenX":"132","screenY":"8","width":"955","height":"200"}}
You need to log in
before you can comment on or make changes to this bug.
Description
•