Hi,
In our app when using Chrome, we are experiencing strange issues when focusing items on the screen. The focus() calls seem to be really slow. Included is a screenshot from performance profiler for a simple click on a ListGrid cell with an editor: What happens is that the editor pops up and then it takes almost two seconds before the cursor is in the editor and the user can type.
I stumbled on this reported bug in Chrome: https://bugs.chromium.org/p/chromium...tail?id=780834 it references the password manager and I have tried to workaround the issue by disabling the password management from my Chrome. It seems that it has no effect on my issue.
Is this a known issue and/or is there something that could be done to fix the issue SmartGWT side ?
Chrome: Version 62.0.3202.94 (Official Build) (64-bit) on Mac OS X
SmartGwt: 6.0p latest nightly (2017-12-02)
In our app when using Chrome, we are experiencing strange issues when focusing items on the screen. The focus() calls seem to be really slow. Included is a screenshot from performance profiler for a simple click on a ListGrid cell with an editor: What happens is that the editor pops up and then it takes almost two seconds before the cursor is in the editor and the user can type.
I stumbled on this reported bug in Chrome: https://bugs.chromium.org/p/chromium...tail?id=780834 it references the password manager and I have tried to workaround the issue by disabling the password management from my Chrome. It seems that it has no effect on my issue.
Is this a known issue and/or is there something that could be done to fix the issue SmartGWT side ?
Chrome: Version 62.0.3202.94 (Official Build) (64-bit) on Mac OS X
SmartGwt: 6.0p latest nightly (2017-12-02)
Comment