Closed Bug 1702473 Opened 4 years ago Closed 4 years ago

Strange behaviour when checking a checkbox or when navigate on it with tab keyboard key.

Categories

(Core :: Widget, defect)

Firefox 88
defect

Tracking

()

RESOLVED INVALID
Tracking Status
firefox87 --- affected
firefox88 --- affected
firefox89 --- affected

People

(Reporter: zstimi, Unassigned)

Details

(Keywords: regressionwindow-wanted)

Attachments

(1 file)

Attached image strange-selection.png

Note

  • The issue is reproducible with pref widget.non-native-theme.enabled = true and false too. Also reproduced this issue navigate there with mouse or with tab keyboard key.

Affected versions

  • Fx 87.0
  • Fx 88.0b5
  • Fx 89.0a1

Affected platforms

  • Windows 10 x64
  • macOS 11
  • Ubuntu 18 x64

Steps to reproduce

  1. Launch Firefox.
  2. Access this site
  3. Scroll at the end of the page where you see a checkbox, check this checkbox.

Expected result

  • The checkbox selection is correct.

Actual result

  • Checking the checkbox appear a strange selection arround the box.

Regression range

  • I will come back with regression range ASAP.

Additional notes

  • Not reproduced on Chrome, only if navigate there with tab keyboard key.

This is how the site is styled:

.comment-form [class^="comment-form-"] > input {
    width: 100%;
}
input[type="file"]:focus, input[type="checkbox"]:focus, input[type="radio"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

So not much we can do other than asking the site to fix it, but it's a really minor cosmetic issue and I don't think it's worth it.

Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: