Closed
Bug 586890
Opened 15 years ago
Closed 9 years ago
Warning dialog for secure page with unencrypted info looks horrible
Categories
(Toolkit :: UI Widgets, defect)
Toolkit
UI Widgets
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: Gijs, Unassigned)
Details
Attachments
(1 file)
|
68.97 KB,
image/png
|
Details |
(from: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b2) Gecko/20100720 Firefox/4.0b2 )
STR:
1. Create a new profile, or reset the "security.warn_viewing_mixed" preference.
2. Open some HTTPS page with http content in it (I had this problem on MDC, but that seems to be sane now...)
AR:
The hideousness in the screenshot. The text for the checkbox doesn't wrap, which stretches the dialog, but the dialog text itself doesn't stretch.
ER:
Something that looks better. I'm not even sure why this is an alert() warning rather than a notification bar.
| Reporter | ||
Updated•15 years ago
|
Whiteboard: papercut
Comment 1•15 years ago
|
||
Bug in commonDialog.css - it forces the info to wrap, but not the checkbox.
Component: Security → XUL Widgets
OS: Mac OS X → All
Product: Firefox → Toolkit
QA Contact: firefox → xul.widgets
Hardware: x86 → All
Comment 2•15 years ago
|
||
The problem also occurs on other platforms but it's particularly noticable on the Mac because pinstripe has a lower maximum width.
(In reply to comment #0)
> I'm not even sure why this is an alert() warning rather than a notification bar.
Notification bars don't have a C++ API, so PSM can't create one.
Comment 3•15 years ago
|
||
Did this wrap correctly in Firefox 3.6, or is this a possible regression from bug 563274?
| Reporter | ||
Comment 4•9 years ago
|
||
Don't think this happens anymore because our mixed-content-blocking stuff has evolved.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•