Open
Bug 1495772
Opened 6 years ago
Updated 11 months ago
Add test for scroll bars not triggering the font inflation writing mode assertion
Categories
(Core :: Layout: Text and Fonts, enhancement, P3)
Core
Layout: Text and Fonts
Tracking
()
NEW
People
(Reporter: JanH, Unassigned)
References
Details
Attachments
(1 file)
No description provided.
Reporter | ||
Comment 1•6 years ago
|
||
The scroll bars are one special case where a change in writing mode (horizontal
vs. vertical) won't create a new font inflation flow root. This conflicts with
the assertion added in bug 1495772 that the writing mode of a child frame should
always match that of their corresponding font inflation flow root.
Because we don't actually want to inflate the scroll bars, this is fine, but
prior to bug 1495323 margin computation nevertheless calculated font size in-
flation for all frames and would therefore hit the assertion if the HTML element
itself used a non-horizontal writing mode - the scroll bars themselves always
retain the default horizontal writing mode.
We didn't have a test with both a non-horizontal writing mode on the HTML
element and font inflation enabled, so we add one here.
Updated•6 years ago
|
Priority: -- → P3
Comment hidden (off-topic) |
Comment 3•2 years ago
|
||
Sorry, there was a problem with the detection of inactive users. I'm reverting the change.
Assignee: nobody → jh+bugzilla
Updated•2 years ago
|
Severity: normal → S3
Comment 4•11 months ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Assignee: jh+bugzilla → nobody
You need to log in
before you can comment on or make changes to this bug.
Description
•