Open
Bug 1209805
Opened 10 years ago
Updated 3 years ago
RuleNodeCacheConditions should be set to "uncacheable" when we look at parentFont->mAllowZoom
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox44 | --- | affected |
People
(Reporter: heycam, Unassigned)
Details
In various places during style computation we look at a parent nsStyleFont's mAllowZoom to adjust font sizes for text zooming. Any time we do that we should be calling aConditions.SetUncacheable().
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•