Closed
Bug 1465016
Opened 8 years ago
Closed 8 years ago
Font editor gets confused when disabling font-variation-settings in rules view
Categories
(DevTools :: Inspector, defect, P2)
DevTools
Inspector
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: mbalfanz, Assigned: rcaliman)
References
Details
Attachments
(1 file)
|
905.25 KB,
video/mp4
|
Details |
The font editor writes to the wrong property if you disable font-variation-settings in the rules view.
STR:
1. Go to a site like v-fonts.com
2. Inspect the first font
3. change the weight
4. disable font-variation-settings in the rules view
5. change the weight again
Expected result:
- the font editor keeps writing to the "font-weight" property
Actual result:
- the font editor writes to the disabled font-variation-settings
On a side note: when the user disables for example font-weight (w/o disabling font-variation-settings before) the editor will still write to font-weight, which I think is expected.
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → rcaliman
Status: NEW → ASSIGNED
Updated•8 years ago
|
Product: Firefox → DevTools
| Assignee | ||
Updated•8 years ago
|
See Also: → 1470416
Summary: Font editor get's confused when disabling font-variation-settings in rules view → Font editor gets confused when disabling font-variation-settings in rules view
Comment 1•8 years ago
|
||
As discussed with Martin, this bug does not reproduce anymore as is. Let's close this ticket.
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
Updated•5 years ago
|
Component: Inspector: Fonts → Inspector
You need to log in
before you can comment on or make changes to this bug.
Description
•