You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,14 @@ All notable changes for each version of this project will be documented in this
7
7
### General
8
8
-`IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
9
9
- a new property `event` has been introduced to `IGridEditEventArgs` and `IGridEditDoneEventArgs`; the property represents the original DOM event that triggers any of Grid editing events like `rowEditEnter`, `cellEditEnter`, `cellEdit`, `cellEditDone`, `cellEditExit`, `rowEdit`, `rowEditDone`, `rowEditExit`
10
+
-**Behavioral Change** -
11
+
When there isn't a previous active node and the user enters the grid using tab or shift + tab key:
12
+
the first fully visible element is activated: /no scroll bar positioning is reset/changed;
13
+
If there is a previous active node in the grid - the previously active node is reactivated without resetting the scroll positions;
14
+
If we follow the default tab navigation and we are currently on a data cell with / rowIndex: -1, columnIndex: 6/ for example
15
+
when we tab down to the root summaries the summary cell with visible column index 6 should be activated and scroll into the view;
16
+
The same applies if you shift+tab to the headers header cell with visible index 6 is activated and scrolled into the view;
17
+
If you have an active node and go to another tab and then return back the active node and the current scroll position should not be changed;
0 commit comments