[Bug] weird sticky keyboard pop up behaviour
Categories
(GeckoView :: IME, defect, P1)
Tracking
(Webcompat Priority:?, firefox91 fixed)
Tracking | Status | |
---|---|---|
firefox91 | --- | fixed |
People
(Reporter: kbrosnan, Assigned: m_kato)
References
Details
(Whiteboard: [geckoview:m90][geckoview:m91])
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
From github: https://github.com/mozilla-mobile/fenix/issues/16106.
Steps to reproduce
Click on a textbox,
Scroll down till url hides (the keyboard does not hide)
Click on any link on the pageExpected behavior
Nothing
Actual behavior
Keyboard now pops up on every page load, forever. Without any reason
Device information
- Android device: Asus Zenfone
- Fenix version: nightly
Change performed by the Move to Bugzilla add-on.
Comment 1•4 years ago
|
||
Asked for more details from bug reporter.
Reporter | ||
Comment 2•4 years ago
|
||
May be related to Bug 1673434
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Assignee | ||
Comment 3•4 years ago
|
||
I cannot reproduce original issue, but I can reproduce https://github.com/webcompat/web-bugs/issues/61014 and https://github.com/webcompat/web-bugs/issues/59509, but both may be different root cause.
https://github.com/webcompat/web-bugs/issues/61014
This uses grid and flexbox. Also, this isn't scrollable content.
https://github.com/webcompat/web-bugs/issues/59509
APZ supports root layer to scroll content, but search box in github seems to be have another layer.
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Updated•3 years ago
|
Assignee | ||
Comment 4•3 years ago
|
||
Actually, APZ's zoomToRect doens't support position: fixed content. If so,
we use PresShell's scrollIntoView instead to scroll focused content if it
isn't visible.
Comment 6•3 years ago
|
||
bugherder |
Comment 7•2 years ago
|
||
Moving some keyboard bugs to the new GeckoView::IME component.
Description
•