Closed Bug 1336753 Opened 7 years ago Closed 7 years ago

Contextual Feedback on Insecure Passwords blocks fields when notificationbox appears

Categories

(Firefox :: Security, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1329333
Tracking Status
firefox52 --- affected
firefox53 --- affected
firefox54 --- affected

People

(Reporter: abr, Unassigned)

References

(Blocks 1 open bug)

Details

(Whiteboard: [fxprivacy])

Attachments

(1 file)

This relates to the feature implemented by bug 1217162.

STR:

1. Go to an insecure webpage containing a password field (e.g., http://www.w3schools.com/html/tryit.asp?filename=tryhtml_input_password)

2. Open the browser console

3. In the browser console, enter the following code:

> var box = gBrowser.getNotificationBox(); setTimeout(function(){box.appendNotification('banner','Example Banner','chrome://browser/skin/Info.png',box.PRIORITY_WARNING_MEDIUM, []);}, 5000);

4. Within 5 seconds, click on the username field. The contextual feedback should appear warning about insecure submission of passwords.

5. Wait for the notificationbox (yellow banner) to appear

6. Note that the username field has slid down, but the contextual feedback has not. The username field is now obscured and effectively impossible to use.

The attached screenshot illustrates the issue.
To help gauge severity: this situation arises organically whenever a page loads that moves the cursor to an input field by default, and then also performs some action -- such as activating a plugin that the user has set to ask for activation -- that causes a notificationbox to appear. Given the continuing prevalence of Flash on the web, this will probably annoy a significant number of users who have Flash set as "ask every time."
While this behavior definitely isn't ideal and should be fixed, I think the fact that you can click outside and back into the field and the box will re-adjust itself makes it a little less severe.
Whiteboard: [fxprivacy]
No longer blocks: 1240829
This is a dupe of bug 1329333 and others like it. Our implementation of autocomplete since e10s-ification unfortunately doesn't follow the field :(
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: