Skip to content

Conversation

@skrustev
Copy link
Member

Closes #4209

Additional information (check all that apply):

  • Bug fix
  • New functionality
  • Documentation
  • Demos
  • CI/CD

Checklist:

  • All relevant tags have been applied to this PR
  • This PR includes unit tests covering all the new code
  • This PR includes API docs for newly added methods/properties
  • This PR includes feature/README.MD updates for the feature docs
  • This PR includes general feature table updates in the root README.MD
  • This PR includes CHANGELOG.MD updates for newly added functionality
  • This PR contains breaking changes
  • This PR includes ng update migrations for the breaking changes
  • This PR includes behavioral changes and the feature specification has been updated with them

…en is loaded after initial load. #4209

It was caused due to chunk sizes not being recalclated when data is being set.
MayaKirova
MayaKirova previously approved these changes Mar 15, 2019
@VMihalkov VMihalkov self-assigned this Mar 18, 2019
@VMihalkov VMihalkov added 💥 status: in-test PRs currently being tested ✅ status: verified Applies to PRs that have passed manual verification and removed ❌ status: awaiting-test PRs awaiting manual verification 💥 status: in-test PRs currently being tested labels Mar 19, 2019
@skrustev skrustev added ❌ status: not-fixed and removed ✅ status: verified Applies to PRs that have passed manual verification labels Mar 19, 2019
@skrustev
Copy link
Member Author

skrustev commented Mar 19, 2019

There is another scenario that is not covered.
If there is no scrollbar initially , it is not shown after a row is expanded even though the grid can be scrolled.

Steps:

  1. Add paging to the root grid and set perPage to 10 or set big height so there is no scrollbar initially.
  2. Expand a row that fills the page and makes the grid scrollable.

@skrustev skrustev added 🛠️ status: in-development Issues and PRs with active development on them and removed ❌ status: not-fixed labels Mar 19, 2019
…after initial load. #4334

This was caused by the grid not reflowing even though the data exceeds the body dimensions after expanding a child and the data for it is loaded.
@skrustev skrustev added ❌ status: awaiting-test PRs awaiting manual verification and removed 🛠️ status: in-development Issues and PRs with active development on them labels Mar 20, 2019
@VMihalkov VMihalkov added 💥 status: in-test PRs currently being tested ✅ status: verified Applies to PRs that have passed manual verification and removed ❌ status: awaiting-test PRs awaiting manual verification labels Mar 21, 2019
@VMihalkov VMihalkov removed the 💥 status: in-test PRs currently being tested label Mar 21, 2019
@mpavlinov mpavlinov merged commit c94affa into 7.2.x Mar 22, 2019
@mpavlinov mpavlinov deleted the SKrastev/fix-4209 branch March 22, 2019 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

grid: hierarchical-grid version: 7.2.x ✅ status: verified Applies to PRs that have passed manual verification

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants