jQWidgets Forums

jQuery UI Widgets Forums Grid jqxGrid drag selection breaks keyboard navigation

This topic contains 2 replies, has 2 voices, and was last updated by  ChaseRLewis73003 8 years, 4 months ago.

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

  • ChaseRLewis73003
    Participant

    The keyboard navigation seems to stop working if a drag selection begins in checkbox cells.

    Steps to reproduce:
    1. Start a drag selection within the checkbox cell
    2. Drop outside the checkbox cell
    3. Note the keyboard navigation no longer works

    Here is a jsFiddle:
    https://jsfiddle.net/ChaseRLewisAlamode/e185g08d/4/

    If the dragging begins in any cell other than a checkbox (as far as I can tell) keyboard navigation continues to work. This is consistent in Chrome Version 55.0.2883.87 . Checkbox cells are the only ones I have editable so it might have something to do with that instead.

    Any help on this matter would be appreciated.


    Peter Stoev
    Keymaster

    Hi ChaseRLewis73003,

    It depends on what’s on focus. If it is not the Grid cell and is another HTML element the Grid keyboard navigation will not work as it expects a Grid cell to be on focus.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com


    ChaseRLewis73003
    Participant

    Hey Peter, I feel the jsFiddle and instructions weren’t even paid attention too. The grid never loses focus. You create a selection entirely within the grid. Even checking with console I can see the grid never loses focus but keyboard navigation breaks and never returns no matter how you click or even if setting focus programatically. You can do this all day and have no issue until you begin a drag selection from the checkbox field.

    Any assistance (preferably after testing jsFiddle with simple replication steps provided) is much appreciated.

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

You must be logged in to reply to this topic.