Closed Bug 1612056 Opened 4 years ago Closed 4 years ago

[lockwise] Tooltip for Show/Hide password button is missing in about:logins page

Categories

(Firefox :: about:logins, defect)

defect
Not set
minor

Tracking

()

RESOLVED INVALID
Tracking Status
firefox72 --- unaffected
firefox73 --- wontfix
firefox74 --- wontfix

People

(Reporter: cfogel, Unassigned)

References

(Regression)

Details

(Keywords: regression)

Affected versions

  • 73.0b11, 74.0a1(2020-01-28);

Affected platforms

  • Win7/10, Ubuntu 18.04, macOS 10.15;

Steps to reproduce

  1. Launch Firefox and access about:lockwise
  2. Create a new login - or have one created already;
  3. Click any login and hover over the Show/Hide password button;
  4. Click that button;
  5. Move the mouse away, hover over it again;

Expected result

  • Show/Hide password tooltip is displayed;

Actual result

  • Show/Hide password tooltip is not displayed;

Regression range

  • will provide one asap;
  • 72.0.2 not affected;

Additional notes

  • same result when hovering on the available button on the edit/create scenarios;
  • marking bug as minor, since this is a small UX issue.

This was intentional. Matt, should something be done about this ?

Flags: needinfo?(MattN+bmo)

The checkbox for this has an aria-label attribute that is stateless and describes what action will occur when the checkbox element is checked. This button's affects are reversible and don't change any of the data outside of presentation. Undoing the action of revealing the password is straightforward in that the user just needs to click the checkbox again.

A tooltip isn't necessary for this element, the aria-label attribute describes the element sufficiently for non-visual users.

Status: NEW → RESOLVED
Closed: 4 years ago
Flags: needinfo?(MattN+bmo)
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.