jQWidgets Forums

jQuery UI Widgets Forums Grid Multiple column groupings not working with keyboard navigation

Tagged: 

This topic contains 2 replies, has 2 voices, and was last updated by  gawyndragonspawn 6 years, 5 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author

  • gawyndragonspawn
    Participant

    Greetings,

    I have found what I think is an issue with jqxGrid, a fiddle demonstrating the issue can be found here: https://jsfiddle.net/gawyndragonspawn/dn203pzo/11/

    This is a greatly simplified version of the grid settings I’m actually using, but the important things here are groupsexpandedbydefault: true, and the groups: [“lastname”, “productname”]; it should be noted that I’ve been able to consistently reproduce this error regardless of the dataset, the columns grouped, or whether there are any custom cell/group renderers in play.
    To see the effect, collapse any of the top level (lastname) groups, select a visible cell, and attempt to navigate using the keyboard arrow keys. You’ll see the grid immediately jump partway down the grid, even though the correct cell IS selected via the keyboard navigation. My best guess is there’s something scrolling the grid to where it thinks the bounddata index is, even though it’s no longer at that physical point due to the group being collapsed. With all groups expanded, keyboard navigation works exactly as expected.

    Is this behavior something that is expected, or is it indeed a bug? If it’s expected, is it possible to override the scrolling part of the keyboard navigation routines? Any help would be appreciated.

    Regards,
    Dan


    Peter Stoev
    Keymaster

    Hi Dan,

    Thank you for the feedback. We will test the scenario and create a work item about it.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    https://www.jqwidgets.com


    gawyndragonspawn
    Participant

    Hi Peter,

    Thank you kindly. If you could please keep me abreast of the situation, I would appreciate it. I tried creating a workaround for it, but was unsuccessful.

    Regards,
    Dan

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.