Changes between Initial Version and Version 1 of Ticket #15000, comment 1
- Timestamp:
- Mar 11, 2012, 5:35:51 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15000, comment 1
initial v1 10 10 this.focusArea(this._currentAreaIdx); 11 11 }}} 12 13 EDIT: 14 The problem with _delayedCellFocus focusing the header is that it is called every time renderPage of the scroller fires. Focusing the header as you are scrolling would not be desired. Perhaps the original intention of this was to focus the header on the initial page render?