Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    TreeGrid bug - rowClick on folders does not always fire when animateFolders = true

    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

    #2
    We can't make any sense of this report.

    It's not clear whether you're talking about opening the row via the opener icon or via double-click, but either way, the animation doesn't even start until the mouseUp. So there would be no way to have the animation complete or not complete in time since it never starts..

    Also, rowClick is not in general called for clicks on the opener, whether animation is on or off.

    Comment

    Working...
    X