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
Fixmleibman#302 and mleibman#319 (though the user seems confused abo…
…ut his own bug report):
- Use a fixed position (i.e. always on screen) hidden DIV as a focusable keyboard event sink, and focus on that instead of the grid canvas. Since it is always in the viewport, no scrolling occurs. We still listen to events from editors bubbling up to the canvas and set focus on canvas clicks.
- Exposed a "focus()" method on the grid.
- Got rid of IE's .setActive() call since we have a better mechanism now.
- Fixed "fast" arrow key navigation when asyncEditorLoading is on.
Merged in Daptiv changes.
- ADDED: "toolTipMaxLength" option.
- FIXED: not all rows getting removed by updateRowCount().
- ADDED: onHeaderContextMenu event now passes in a column definition as a second parameter.
- ADDED: "getGridPosition" method.