Closed
Bug 1495767
Opened 7 years ago
Closed 7 years ago
Some checkboxes not shown (height = 0)
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: github.tgoeg, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0
Build ID: 20180920131237
Steps to reproduce:
Using Firefox 62.0.2 on Linux
Visit
http://www.redmine.org/projects/redmine/search?utf8=%E2%9C%93&wiki_pages=1&q=checkbox
(or any other redmine instance)
In fact even the checkboxes in this bug report (Security, Additional Details) cannot be seen - I hope I did not check one of them.
Actual results:
Checkboxes next to
Issues News Changesets Wiki pages Messages Redmine plugins
not shown
Their computed height is 0.
Expected results:
Checkboxes should be shown.
If I manually set height to some value, the checkboxes are visible.
Works with all other browsers as well as non-quantum firefoxen.
Reporter | ||
Comment 1•7 years ago
|
||
Reporter | ||
Comment 2•7 years ago
|
||
Reporter | ||
Comment 3•7 years ago
|
||
Just found this was a user.css stanza that fixed issues with jira's create issue modal on pre-quantum firefoxen.
The offending line that made it work with older versions is this:
input, textarea, select {
-moz-appearance: none !important;
}
Disabled it just now, works as expected.
I hope this won't be needed anymore for jira.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•