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
In IE9 I'm still having trouble getting the keyboard's preview to select the text when clicking on an input field to open the keyboard. I have set up the visible callback so that the preview's input text is selected as per your instructions in issue #25 (I opened issues #75 and #122 but didn't follow up after that due to time constraints at the time - I apologize for that and appreciate you looking into it).
In Chrome it seems to work ok, but in IE9 the text either doesn't get selected at all or it initially does but then gets un-selected again as soon as you hover over and off of the keyboard buttons (change usePreview to false and true to see the differences). If I "tab" into the input field it works so it seems to be isolated to clicking on the input to open the keyboard.
In IE9 I'm still having trouble getting the keyboard's preview to select the text when clicking on an input field to open the keyboard. I have set up the
visible
callback so that the preview's input text is selected as per your instructions in issue #25 (I opened issues #75 and #122 but didn't follow up after that due to time constraints at the time - I apologize for that and appreciate you looking into it).In Chrome it seems to work ok, but in IE9 the text either doesn't get selected at all or it initially does but then gets un-selected again as soon as you hover over and off of the keyboard buttons (change
usePreview
to false and true to see the differences). If I "tab" into the input field it works so it seems to be isolated to clicking on the input to open the keyboard.Here is your Select Text demo from the Home Page.
The text was updated successfully, but these errors were encountered: