Closed
Bug 1344399
Opened 8 years ago
Closed 8 years ago
(not fixed) "Logins entered here could be compromised" notification may be too narrow and displays clipped text
Categories
(Firefox :: Security, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1330731
People
(Reporter: 684sigma, Unassigned)
Details
Attachments
(1 file)
9.83 KB,
image/png
|
Details |
I have a problem with Firefox Beta 52. It doesn't happen in Firefox 51.
Sometimes notification "Logins entered here could be compromised" is too narrow and displays clipped text.
It happens unpredictably, however, I noticed one specific scenario when it happens
(sorry, I don't want you to know exact sites I visit, but it this scenario should work)
1. Open http://example.com in a new tab and execute the following line in web console:
document.body.innerHTML=`<form method="post" action="/"><input name="L"><input name="P" type="password" size="12">`; document.querySelector("[name='P']").focus();
2. Close web console => input will be focused automatically and display the notification
Result: the notification is too narrow, and some text is clipped
Expected: all text in the notification should be fully visible, and/or (my opinion) notification shouldn't ever become so narrow.
As I've said in bug 1344390, I would appreciate any advice on removing the notification forever, because it seems annoying. In case I get the advice, I won't see the notification at all, so I won't ever encounter this bug, and it can be closed then.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Component: Untriaged → Security
Resolution: --- → DUPLICATE
Summary: Regression Notification "Logins entered here could be compromised" is too narrow and displays clipped text sometimes → "Logins entered here could be compromised" notification may be too narrow and displays clipped text
Summary: "Logins entered here could be compromised" notification may be too narrow and displays clipped text → (not fixed) "Logins entered here could be compromised" notification may be too narrow and displays clipped text
DUPLICATE of Bug 1342401.
You need to log in
before you can comment on or make changes to this bug.
Description
•