Open
Bug 1856028
Opened 2 years ago
Updated 5 months ago
Input field not rendered when Dynamic Toolbar scrolled to hide
Categories
(Core :: Panning and Zooming, defect, P3)
Tracking
()
NEW
People
(Reporter: ajakobi, Unassigned)
References
Details
Attachments
(2 files)
Found during work on Bug 1828235.
Steps to reproduce:
- Ensure "Scroll to hide toolbar" is enabled
- Adjust the
margin-topin the attached document such that the input would partially intersect the onscreen keyboard - Tap the input to focus it
- After the onscreen keyboard expands, scroll down to hide the dynamic toolbar
Actual result:
- The bottom part of the input field that was previously hidden behind the dynamic toolbar is not rendered
Expected result:
- The bottom part of the input field that was previously hidden behind should be rendered
Tested on Samsung Galaxy A54 5G with Firefox 117.1.0 (Build #2015973691)
| Reporter | ||
Comment 1•2 years ago
|
||
Adding a screenshot of the observed, faulty behavior.
Updated•2 years ago
|
Severity: -- → S3
Comment 2•2 years ago
|
||
Discussed this in today's planning meeting. For now, we'll add this to the Android section of the backlog, but not to Android Spint 3.
Priority: -- → P3
Comment 3•5 months ago
|
||
Botond told me in the last team meeting that this bug sounds similar to bug 2005215. They look pretty similar and to me the underlying issues are same. But unfortunately as of now it's hard to tell.
As far as I tested the test case in comment 0, I can't see any problem on the edge of the input element. I guess that's because now we don't shift the layout offset when zoom-to-focused-input is triggered.
See Also: → 2005215
You need to log in
before you can comment on or make changes to this bug.
Description
•