Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jsfiddle.net - Focus styling remains displayed on label on double click #57104

Closed
webcompat-bot opened this issue Aug 25, 2020 · 5 comments
Closed
Labels
browser-firefox engine-gecko The browser uses the Gecko rendering engine priority-normal severity-minor The site has a cosmetic issue.
Milestone

Comments

@webcompat-bot
Copy link

webcompat-bot commented Aug 25, 2020

URL: https://jsfiddle.net/6zdy4p0r/

Browser / Version: Firefox 79.0
Operating System: Windows 7
Tested Another Browser: Yes Chrome

Problem type: Something else
Description: focus styling on label on double click remains in firefox
Steps to Reproduce:
If you double click the label "mylabel" then in Firefox 79.0 the focussed label keeps the focus styling. In Chrome Version 84.0.4147.135 (Official Build) (64-bit) the double click does not keep the focus styling. Opera Version:70.0.3728.106 is same behaviour as Chrome. Test page https://jsfiddle.net/6zdy4p0r/

Browser Configuration
  • None

From webcompat.com with ❤️

@webcompat-bot webcompat-bot added the action-needsmoderation The moderation has not yet been completed label Aug 25, 2020
@webcompat-bot webcompat-bot added this to the needstriage milestone Aug 25, 2020
@webcompat-bot webcompat-bot added the browser-fixme This requires manual assignment for the browser name label Aug 25, 2020
@webcompat-bot webcompat-bot changed the title In the moderation queue. jsfiddle.net - see bug description Aug 25, 2020
@webcompat-bot webcompat-bot added browser-firefox engine-gecko The browser uses the Gecko rendering engine priority-normal and removed action-needsmoderation The moderation has not yet been completed browser-fixme This requires manual assignment for the browser name labels Aug 25, 2020
@softvision-oana-arbuzov softvision-oana-arbuzov changed the title jsfiddle.net - see bug description jsfiddle.net - Focus styling remains displayed on label on double click Aug 25, 2020
@softvision-oana-arbuzov softvision-oana-arbuzov added the severity-minor The site has a cosmetic issue. label Aug 25, 2020
@softvision-oana-arbuzov
Copy link
Member

Thanks for the report, I was able to reproduce the issue.
FocusStyllingRemains

Tested with:
Browser / Version: Firefox Nightly 82.0a1 (2020-08-24)
Operating System: Windows 10 Pro

Moving to Needsdiagnosis for further investigation.

@karlcow
Copy link
Member

karlcow commented Dec 7, 2020

I do not experience this on Firefox Nightly 85.0a1 (2020-12-05) (64-bit) on macOS.
Is it only windows? Or is it happening with a mouse and not the touchpad.
I also can't reproduce on Firefox 83 still on macOS.

Let's open a bug.

A more concise test is

data:text/html,<!doctype html><input type="checkbox" id="input1"><label for="input1" tabindex=0>my label</label>

@karlcow
Copy link
Member

karlcow commented Dec 7, 2020

Ah no wait, I misunderstood the reported bug. It's about the styling. specifically retaining the focus styling. Then yes I can reproduce the issue.

@karlcow
Copy link
Member

karlcow commented Dec 7, 2020

fwiw, Chrome doesn't draw the focus outline on a single click either. So not sure which is right. The issue is more that keep the focus style once the element has been clicked, but not chrome.

@karlcow
Copy link
Member

karlcow commented Dec 7, 2020

Close as duplicate of https://bugzilla.mozilla.org/show_bug.cgi?id=1680997

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser-firefox engine-gecko The browser uses the Gecko rendering engine priority-normal severity-minor The site has a cosmetic issue.
Projects
None yet
Development

No branches or pull requests

3 participants