Open
Bug 1476454
Opened 7 years ago
Updated 3 years ago
Checkboxes seem to no longer be scaling (possibly some kind of regression) on Linux
Categories
(Core :: Widget: Gtk, defect, P5)
Tracking
()
NEW
People
(Reporter: dgsan, Unassigned)
References
()
Details
(4 keywords, Whiteboard: [DUPEME to bug 1311499?])
Attachments
(1 file)
83.67 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0
Build ID: 20180712150008
Steps to reproduce:
This is similar to https://bugzilla.mozilla.org/show_bug.cgi?id=1322171
Basically checkboxes are not scaling/resizing at all. Or rather maybe they are taking up space but not visually expanding to fill it.
Actual results:
This is similar to https://bugzilla.mozilla.org/show_bug.cgi?id=1322171
Basically checkboxes are not scaling/resizing at all.
The JS fiddle from the other report will reproduce the issue: https://jsfiddle.net/47q63vuf/.
Expected results:
The checkbox should be larger when a size is given for the checkbox. Instead it is taking up space while continuing to appear the same size.
On an Ubuntu 18.04 LTS derivative with FF 61.
(I think I screenshot the wrong JS fiddle, but the effect remains the same.)
A related note:
If I style the checkboxes after using
"-moz-appearance: none;" on them the effects of this issue go away.
Updated•7 years ago
|
Component: Untriaged → Widget: Gtk
OS: Unspecified → Linux
Product: Firefox → Core
Hardware: Unspecified → x86_64
Whiteboard: [DUPEME to bug 1311499?]
![]() |
||
Comment 2•7 years ago
|
||
reproduced on win10 too.
Comment 3•7 years ago
|
||
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0
20180717220130
(In reply to Alice0775 White from comment #2)
> reproduced on win10 too.
Works for me in Firefox 61.0.1, 62.0b9, and the currently nightly.
I just tried on FF nightly 63.0a1 (2018-07-18) (64-bit) and still have the issue after deleting all preferences, add-ons, etc.
https://screenshots.firefox.com/R7rKCUa8veUGSzCO/jsfiddle.net
![]() |
||
Comment 5•7 years ago
|
||
(In reply to Alice0775 White from comment #2)
> reproduced on win10 too.
Aha. Regarding windows10, it has been tracked on Bug 446511.
Component: Widget → Widget: Gtk
OS: All → Linux
![]() |
||
Updated•7 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
![]() |
||
Updated•7 years ago
|
Summary: Checkboxes seem to no longer be scaling (possibly some kind of regression) → Checkboxes seem to no longer be scaling (possibly some kind of regression) on Linux
Comment 6•6 years ago
|
||
Priority: -- → P5
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•