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>
Works for me as expected at gnome-shell/Adwaita. Which DE/Theme do you use?
I use lxde/openbox with adwaita-dark theme but I tried Clearlook and checkbox doesn't rendered correctly too.
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/).
Ok I will try it this evening.
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.