svh(and it's logical version) unit should take the keyword search bar, which can be dynamically expanded in the bottom of the page, into consideration
Categories
(Toolkit :: Find Toolbar, defect)
Tracking
()
People
(Reporter: zjz, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
See the uploaded test.html, it provides a case to prove that the current svh(and its logical version) isn't 100% safe to avoid obscuring page contents.
When the search bar in the bottom is opened or hided, the size and the position of the content of test.html get obscured, which does not comply to what the W3C document suggests.
Edit: obscured => reflowed
Comment 1•2 years ago
|
||
You mean in Firefox desktop or mobile? In desktop the search bar changes the height of the viewport.
Reporter | ||
Comment 2•2 years ago
|
||
(In reply to Emilio Cobos Álvarez (:emilio) from comment #1)
You mean in Firefox desktop or mobile? In desktop the search bar changes the height of the viewport.
I mean the desktop version(I set the platform item to Desktop).
Yes, it changes the height of the viewport, so contents streamed in vertical direction could get obscured.
Reporter | ||
Updated•2 years ago
|
Reporter | ||
Updated•2 years ago
|
Comment 3•2 years ago
|
||
But content isn't obscured, it's reflowed because the viewport is smaller. What am I missing?
Reporter | ||
Comment 4•2 years ago
|
||
(In reply to Emilio Cobos Álvarez (:emilio) from comment #3)
But content isn't obscured, it's reflowed because the viewport is smaller. What am I missing?
Sorry for the wrong word, it is correct to call it "reflowed".
Whatever, the viewport is changed, so it's an unexpected UX if I am using a "safe" svh, isn't it?
Comment 5•2 years ago
|
||
Well, not really. That's been the behavior for ages, vh
/ vw
change with that. So this is mostly a proposal to change the Find UI inside Firefox, more than a bug in the style system.
Reporter | ||
Comment 6•2 years ago
|
||
(In reply to Emilio Cobos Álvarez (:emilio) from comment #5)
Well, not really. That's been the behavior for ages,
vh
/vw
change with that. So this is mostly a proposal to change the Find UI inside Firefox, more than a bug in the style system.
I think you meant Bug 869543 . I'd be glad to see this issue resolved either way, let's remain this issue as open, while tracking Bug 869543, if Bug 869543 is fixed, this bug can be closed.
Reporter | ||
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Comment 7•2 years ago
|
||
The severity field is not set for this bug.
:enndeakin, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•2 years ago
|
Description
•