Open
Bug 1232528
Opened 10 years ago
Updated 3 years ago
Horizontal scroll bar overlaps page content during URL bar slide in or overstretch scrolling
Categories
(Firefox for iOS :: Browser, defect)
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| fxios | + | --- |
People
(Reporter: rnewman, Unassigned)
References
(Depends on 1 open bug)
Details
Attachments
(1 file)
|
292.81 KB,
image/png
|
Details |
Open a page wider than the viewport.
Scroll down. Scroll back up.
The horizontal scroll bar moves away from the keyboard over the page content.
| Reporter | ||
Comment 1•10 years ago
|
||
Screenshot.
| Reporter | ||
Updated•10 years ago
|
tracking-fxios:
--- → ?
Comment 3•10 years ago
|
||
Confirmed. You can see this best when you are on a page where you can pan up and down to show/hide the toolbar.
It looks like the inset between the keyboard and the horizontal scrollbar is exactly the same height as the toolbar. Maybe we change the insets globally instead of just the top?
Flags: needinfo?(sarentz) → needinfo?(sleroux)
Comment 4•10 years ago
|
||
We don't set any contentInsets on the web view but we do adjust the top/bottom constraints for the dynamic url bar. I think what's happening here is that the constraint is set to include a toolbar and the reason we're seeing web content below the scroll bar is because the web view doesn't clip to it's frame.
Flags: needinfo?(sleroux)
| Reporter | ||
Updated•10 years ago
|
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•