Hi,
Version v11.0p_2017-03-20/LGPL Deployment (2017-03-20)
Google Chrome 56.0.2924.87 (Oficjalna wersja) (64-bitowa)
System operacyjny Mac OS X
When you click on a closed folder in TreeGrid with animateFolders = true, folder opens, but rowClick is not always called.
It only runs when mouseUp event happens after end of animation. If user clicks too fast and raises mouse button before end of animation, folder opens and becomes selected, but user has to click second time for rowClick.
Here are my exact parameters:
animateFolders: true,
animateFolderEffect: "smoothEnd",
animateFolderMaxRows: 50,
animateFolderSpeed: 1000
Best regards,
Janusz
Version v11.0p_2017-03-20/LGPL Deployment (2017-03-20)
Google Chrome 56.0.2924.87 (Oficjalna wersja) (64-bitowa)
System operacyjny Mac OS X
When you click on a closed folder in TreeGrid with animateFolders = true, folder opens, but rowClick is not always called.
It only runs when mouseUp event happens after end of animation. If user clicks too fast and raises mouse button before end of animation, folder opens and becomes selected, but user has to click second time for rowClick.
Here are my exact parameters:
animateFolders: true,
animateFolderEffect: "smoothEnd",
animateFolderMaxRows: 50,
animateFolderSpeed: 1000
Best regards,
Janusz
Comment