-
Notifications
You must be signed in to change notification settings - Fork 156
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug🏃 priority: high✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.grid: row-addinggrid: tree-grid
Description
Description
When a new child record is added, the parent record is wrong. The following precondtions should be met to reproduce this:
- all records must have been previously collapsed - either manually or by invoking the tree grid's
collapseAll()
method. - the grid should be scrollable after expanding the records
- the grid needs to be scrolled a bit after some records are expanded
- igniteui-angular version: all supported
- browser: any
Steps to reproduce
- Open this demo
- Collapse all records
- Now expand "Victoria Lincoln" and "Yang Wang" so that the grid gets scrollable again.
- Scroll the grid a bit.
- Attempt to add a child row to "Yang Wang" through the action strip. As a result the target record is collapsed.
- Observe where the add row UI is rendered. When editing is finished, the new record is added as a child to the previous record, and not the target one.
Result
Add row UI is not in the proper place and the new record is added as child to the record above.
Expected result
Have the add row UI in the correct place and for the new record to be added as child to the target record.
Attachments
Attach a sample if available, and screenshots, if applicable.
Metadata
Metadata
Assignees
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug🏃 priority: high✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.grid: row-addinggrid: tree-grid