-
12 Oct 2010 10:37 AM #1
[FNR] Key Navigation in CellSelectionModel ignores isSelectable method
[FNR] Key Navigation in CellSelectionModel ignores isSelectable method
In the CellSelectionModel several of your mapped keys do not test for "isSelectable" when they move to a new cell. Specifically :
KEY_HOME
KEY_END
KEY_PAGEUP
KEY_PAGEDOWN
These keys have hardcoded Columns and/or Rows set for them, and should check with the "isSelectable" method and increment as needed.
-
13 Oct 2010 7:13 AM #2
Fixed in SVN as of revision 2261
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
Arrow key navigation in edit Grid
By ust in forum Ext 3.x: Help & DiscussionReplies: 12Last Post: 28 Dec 2012, 10:29 AM -
Key Navigation in Dataview
By notdet in forum Ext 2.x: Help & DiscussionReplies: 4Last Post: 21 Sep 2010, 12:29 AM -
[FNR] TabPanel key navigation
By Andrey Minogin in forum Ext GWT: Bugs (2.x)Replies: 5Last Post: 1 Jun 2010, 5:37 AM -
CellSelectionModel bug on IE7 when a key pressed
By Skeleton in forum Ext 1.x: BugsReplies: 4Last Post: 19 Apr 2007, 1:04 PM


Reply With Quote