Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resizing subgrids not working for more than 2 subgrids #7330

Closed
taauntik opened this issue Aug 18, 2023 · 0 comments
Closed

Resizing subgrids not working for more than 2 subgrids #7330

taauntik opened this issue Aug 18, 2023 · 0 comments
Assignees
Labels
bug Something isn't working forum Issues from forum OEM OEM customer resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@taauntik
Copy link

Forum post

I'm having a small bug when resizing subgrids.
To reproduce the bug I used the "Big data set demo", where I created two subgrids (A and B) and populated both with some columns.

Resizing subgrid B seems to create no problems, neither when enlarging nor when shrinking.

While enlarging subgrid A (the leftmost one) I noticed that dragging quickly causes the resizing of the subgrid to stop (as if it lost focus).

When shrinking, the problem seems to not happen.

Here's the subgrid config

  subGridConfigs : {
      a : { width : 150 } ,
      b : { width  : 150 },
  },

and that's the column config

    columns : [
        { type : 'rownumber', region: 'a' },
        { text : 'Id', field : 'id', width : 50, hidden : false, region: 'a'},
        { text : 'First name', field : 'firstName', flex : 1, region: 'b'},
        { text : 'Surname', field : 'surName', flex : 1, region: 'b' },
        { text : 'Score', field : 'score', type : 'number', flex : 1, region: 'b'}
    ],

I didn't make any other change.
Can you help me with that?

ezgif.com-optimize.gif

@taauntik taauntik added bug Something isn't working forum Issues from forum OEM OEM customer labels Aug 18, 2023
@matsbryntse matsbryntse self-assigned this Aug 22, 2023
@matsbryntse matsbryntse changed the title Resizing subgrids stops when dragging fast Resizing subgrids not working for more than 2 subgrids Aug 22, 2023
@matsbryntse matsbryntse added ready for review Issue is fixed, the pull request is being reviewed resolved Fixed but not yet released (available in the nightly builds) and removed ready for review Issue is fixed, the pull request is being reviewed labels Aug 22, 2023
@matsbryntse matsbryntse added this to the 5.5.2 milestone Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working forum Issues from forum OEM OEM customer resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

2 participants