You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a tricky one. The html input is hidden when substituted. A mousedown on the substituted pixi-text switches the visibility to the html input. however, for the cursor to be set correctly, the input would've had to be visible before that mousedown occured. i'll have check if it's possible to trigger a synthetic copy of that exact mousedown event on the html input, and if that will actually set the cursor position.
On Fri, Feb 7, 2020 at 3:24 PM Mwni ***@***.***> wrote:
This is a tricky one. The html input is hidden when substituted. A
mousedown on the substituted pixi-text switches the visibility to the html
input. however, for the cursor to be set correctly, the input would've had
to be visible before that mousedown occured. i'll have check if it's
possible to trigger a synthetic copy of that exact mousedown event on the
html input, and if that will actually set the cursor position.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#17>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACHMDKABTBOXASPVRJZZXDRBVVLPANCNFSM4KROQNUA>
.
Steps to reproduce:
Current behavior:
Text cursor is placed in original location, in the middle
Expected behavior:
Text cursor is placed where mouse cursor clicked
Here's git showing this behavior:
https://giphy.com/gifs/hosFDTCEf9Zhldlf7O
The text was updated successfully, but these errors were encountered: