[Webkit-unassigned] [Bug 184686] New: Cursor / caret not repositioning when parent div / iframe of input is translated using translate3d

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 17 01:10:35 PDT 2018


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

            Bug ID: 184686
           Summary: Cursor / caret not repositioning when parent div /
                    iframe of input is translated using translate3d
           Product: WebKit
           Version: Safari 11
          Hardware: iPhone / iPad
                OS: iOS 11
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sriduth.jayhari at juspay.in
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

Consider the following HTML

<div id="myInput">
  <input>
</div>

Steps to reproduce:

* Focus on input element inside div#myInput
* Set 'style' to 'transform: translate3d(0, 20px, 0)' using setAttribute on div#myInput

Observation:

The caret / cursor does not move along with the input.

-- 
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/20180417/5a0f5462/attachment-0001.html>


More information about the webkit-unassigned mailing list