Bug 1463162

Summary: checkboxes don't be rendered correctly
Product: [Fedora] Fedora Reporter: Mik <m.viey>
Component: firefoxAssignee: Martin Stransky <stransky>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 25CC: gecko-bugs-nobody, jhorak, kengert, m.viey, pjasicek, stransky
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-06-20 21:49:03 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Capture from a test page in FF54 none

Description Mik 2017-06-20 09:29:51 UTC
Created attachment 1289539 [details]
Capture from a test page in FF54

Description of problem:

checkboxes don't be rendered correctly

Version-Release number of selected component (if applicable):

Nom         : firefox
Architectur : x86_64
Époque      : 0
Version     : 54.0
Révision    : 2.fc25
Taille      : 152 M
Dépôt       : @System
Depuis le d : updates
Résumé      : Mozilla Firefox Web browser
URL         : https://www.mozilla.org/firefox/
Licence     : MPLv1.1 or GPLv2+ or LGPLv2+
Description : Mozilla Firefox is an open-source web browser, designed for
            : standards compliance, performance and portability.

Steps to Reproduce:

1. Display an html page with checkboxes


Actual results:

checkboxes are rendered with a 2-3 pixels point and are unselectable.

Expected results:

checkbox selectable and visible

Additional info:

see me capture. It's a test page with his code:

<html>
<body>
  <label for="filter_ref">
     <input name="filter_ref" id="filter_ref" value="1" type="checkbox">
     <span>On the left a checkbox</span>
  </label>
</body>
</html>

Comment 1 Martin Stransky 2017-06-20 09:34:40 UTC
Works for me as expected at gnome-shell/Adwaita. Which DE/Theme do you use?

Comment 2 Mik 2017-06-20 10:08:09 UTC
I use lxde/openbox with adwaita-dark theme but I tried Clearlook and checkbox doesn't rendered correctly too.

Comment 3 Martin Stransky 2017-06-20 10:24:41 UTC
Okay. can you please check Firefox nightly? You can use Fedora flatpak builds (https://firefox-flatpak.mojefedora.cz/) or download directly from mozilla.com (https://www.mozilla.org/cs/firefox/channel/desktop/).

Comment 4 Mik 2017-06-20 11:36:31 UTC
Ok I will try it this evening.

Comment 5 Mik 2017-06-20 21:49:03 UTC
I finally find the bug which come from a custom CSS rules in userContent.css. 

I made this rules because I got black font color on black background in some input field. 

But this rules also applied to the checkboxes. I tried to improve these rules.
So the problem is on my side.