jQWidgets Forums

jQuery UI Widgets Forums Grid Nested grid wrapper focus causes main grid instability

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 11 years, 4 months ago.

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

  • Michael Arrastia
    Participant

    Hello,

    The rows in my grid are expandable. When the rows are expanded they contain a nested grid.

    I am finding in Chrome 33.0.1750.154 and IE 9 that when I click inside the nested grid the focus() function is invoked on the nested grid’s wrapper. This behaviour has been introduced by the this.editcell check in _handlemousedown.

    If the wrapper of the nested grid is not fully in view the focus() function causes the wrapper to become fully visible. This causes the main grid to shift up as many rows as necessary to make the nested grid wrapper visible.

    When that behaviour happens the main grid becomes unusable:
    1) It is no longer possible to scroll to the top of the main grid.
    2) The row expansion buttons on the main grid stop working.

    This behaviour is generally reproducible on my grid, but occasionally it does not happen.

    JQWidgets 3.2.1
    jquery-1.9.1
    jquery-ui-1.9.2

    Thank you,
    Michael


    Peter Stoev
    Keymaster

    Hi Michael,

    Thank you for the feedback. We will debug that scenario and if we reproduce it, we will create a new work item.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.