[Webkit-unassigned] [Bug 176896] Wrong caret position for input field inside a fixed position parent on iOS 11

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 3 04:09:51 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=176896

luca at nolocation.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |luca at nolocation.org

--- Comment #17 from luca at nolocation.org ---
Created attachment 325880

  --> https://bugs.webkit.org/attachment.cgi?id=325880&action=review

Ipad landscape testcase

If you click on the input, the rendering will be "displaced".
What is causing the issue here is the combination of: 
- initial-scale=0.85 in the head (instead of 1)
- position:fixed for the modal-container
- page scrolling up when the keyboard is displayed

If one condition is not met, then rendering is fine

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171103/c53e782a/attachment.html>


More information about the webkit-unassigned mailing list