I'm having issues with TextItems (and other text-based input methods) when using Smart GWT 6.1p and Chrome.
When I open my GWT app for the very first time, no input fields show a cursor when focussed. You are able to enter text, but the cursor (vertical line) is not shown at all. Pressing F5 to refresh the application does not help. Opening Dev tools, or re-opening the browser tab, does resolve the issue. In order to replicate the issue afterwards I have to fully clear the browser which I achieve by reverting to a snapshot of the workstation VM. This implies that it is cache or cookie related.
Obviously this is very annoying for new users of the application. However I am unable to debug anything as merely opening dev-tools directly resolves the issue..
Is this behavior familiar to anyone here? I'm not quite sure how to approach this..
Thanks!
When I open my GWT app for the very first time, no input fields show a cursor when focussed. You are able to enter text, but the cursor (vertical line) is not shown at all. Pressing F5 to refresh the application does not help. Opening Dev tools, or re-opening the browser tab, does resolve the issue. In order to replicate the issue afterwards I have to fully clear the browser which I achieve by reverting to a snapshot of the workstation VM. This implies that it is cache or cookie related.
Obviously this is very annoying for new users of the application. However I am unable to debug anything as merely opening dev-tools directly resolves the issue..
Is this behavior familiar to anyone here? I'm not quite sure how to approach this..
Thanks!
Comment