Open
Bug 1412287
Opened 8 years ago
Updated 3 years ago
Subdialog of in-content preferences can not be styled from l10n strings
Categories
(Firefox :: Settings UI, defect, P4)
Firefox
Settings UI
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | wontfix |
People
(Reporter: stoyan, Unassigned)
Details
Attachments
(1 file)
|
45.16 KB,
image/png
|
Details |
The "min-height" property from "appManager.style" l10n string ID is not respected. I can see the browser frame content receiving the correct styling from the string, but the containing frame has other smaller value.
Comment 1•8 years ago
|
||
Code: http://searchfox.org/mozilla-central/rev/40e8eb46609dcb8780764774ec550afff1eed3a5/browser/components/preferences/applicationManager.xul#17
To reproduce: in the Applications section, select for example Web Feed, click the app dropdown and "Application Details…"
Not sure if this belongs to ::Theme or ::Preferences.
Comment 2•8 years ago
|
||
> The "min-height" property from "appManager.style" l10n string ID is not respected. I can see the browser frame content receiving the correct styling from the string, but the containing frame has other smaller value.
It should be respected at load time. We just don't react to dynamic changes of that `style` attribute in my experience.
But if you plug the right style via DTD entry, it should affect the size of the dialog.
Updated•8 years ago
|
Component: Theme → Preferences
Updated•8 years ago
|
status-firefox57:
--- → wontfix
Priority: -- → P4
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•