Open
Bug 1325266
Opened 8 years ago
Updated 3 years ago
Weird discontinuities when using tab-size with 'vh' and 'vw' units
Categories
(Core :: Layout: Block and Inline, defect)
Tracking
()
NEW
People
(Reporter: MatsPalmgren_bugz, Unassigned)
Details
(Keywords: testcase)
Attachments
(1 file, 1 obsolete file)
649 bytes,
text/html
|
Details |
STR:
1. load the attached testcase
2. resize the window
ACTUAL RESULTS
When monotonically narrowing the window size the space between letters decrease
(as expected) but it seems to hit zero (for say 1vw) too soon, and when it does
the space between letters jumps to larger (correct?) value, before it starts to
decrease again.
Comment 1•8 years ago
|
||
Hmm. Interestingly, I also see such discontinuities in Chrome when the test-case is changed to use tab-size.
![]() |
||
Comment 2•3 years ago
|
||
I can reproduce in the 3 rendering engines (Blink, WebKit, Gecko), the same behavior.
New test case using tab-size
instead of -moz-tab-size
Attachment #8820994 -
Attachment is obsolete: true
![]() |
||
Updated•3 years ago
|
Summary: Weird discontinuities when using -moz-tab-size with 'vh' and 'vw' units → Weird discontinuities when using tab-size with 'vh' and 'vw' units
![]() |
||
Updated•3 years ago
|
status-firefox98:
--- → affected
Updated•3 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•