Open
Bug 1527002
Opened 6 years ago
Updated 1 year ago
Display the correct font-size in the rule-view when it's overridden by user preferences
Categories
(DevTools :: Inspector: Rules, enhancement, P3)
DevTools
Inspector: Rules
Tracking
(Not tracked)
NEW
People
(Reporter: pbro, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
304.06 KB,
image/png
|
Details |
Steps:
- Go the Firefox preferences.
- In the language and appearance advanced dialog window, there's a way to prevent websites from applying their own font sizes, and to define one that suits you better instead.
- So do that.
- Open a tab on any website.
- Open the inspector and select an element with text from that page.
The font-size displayed in the Rules view is the one coming from the CSS served by this website's server. Not the one you defined just now in about:preferences.
It would be good to show when this font-size is overridden like that. We could check if the preference is set and at least warn the user.
Here is an image showing the mappings between these settings and prefs.
See bug 1527028 for the same issue, but involving colors.
Reporter | ||
Updated•6 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•