USPS.com keyboard covers address input field
Categories
(GeckoView :: IME, defect, P1)
Tracking
(firefox65 wontfix, firefox66 affected, firefox67 affected)
People
(Reporter: cpeterson, Assigned: m_kato, NeedInfo)
References
Details
(Keywords: papercut, Whiteboard: [geckoview:fenix:p1])
Reporter | ||
Comment 1•6 years ago
|
||
Comment 3•6 years ago
|
||
Reporter | ||
Comment 4•6 years ago
|
||
Updated•6 years ago
|
Assignee | ||
Comment 5•6 years ago
|
||
Assignee | ||
Comment 7•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Updated•6 years ago
|
Assignee | ||
Comment 8•6 years ago
|
||
I cannot reproduce this today.... (Focus 8.0.6) hmm.
Assignee | ||
Comment 10•6 years ago
|
||
OK, I close as WFM. But I continue same issue by bug 1149300.
Comment 11•5 years ago
|
||
Works fine except when the field has a css property position set to fixed (uncommented).
This occurs only with GeckoView. With Android WebView the Field is displayed at the top of the keyboard.
#mycurrentmessage {
/position : fixed;/
bottom : 0;
left : 0;
right : 0;
background-color: #ffffff;
border: 1px solid #e6e6e6;
margin-top: 20px;
/arrondir les coins en haut à gauche et en bas à droite/
border-radius: 10px 10px;
/min-height: 20%;/
}
Comment 12•5 years ago
|
||
Works fine except when the field has a css property position set to fixed (uncommented).
This occurs only with GeckoView. With Android WebView the Field is displayed at the top of the keyboard.
#mycurrentmessage {
/*position : fixed;*/
bottom : 0;
left : 0;
right : 0;
background-color: #ffffff;
border: 1px solid #e6e6e6;
margin-top: 20px;
border-radius: 10px 10px;
}
Assignee | ||
Comment 13•5 years ago
|
||
(In reply to Guy Abossolo Foh from comment #12)
Works fine except when the field has a css property position set to fixed (uncommented).
This occurs only with GeckoView. With Android WebView the Field is displayed at the top of the keyboard.
Could you file a new bug since this is another issue?
Comment 14•5 years ago
|
||
(In reply to Makoto Kato [:m_kato] from comment #13)
(In reply to Guy Abossolo Foh from comment #12)
Works fine except when the field has a css property position set to fixed (uncommented).
This occurs only with GeckoView. With Android WebView the Field is displayed at the top of the keyboard.Could you file a new bug since this is another issue?
Yes, I going to file a new bug. Thanks.
Reporter | ||
Comment 16•3 years ago
|
||
Moving some keyboard bugs to the new GeckoView::IME component.
Description
•