-
28 Mar 2011 9:19 AM #1
[FIXED-EXTJSIV-435] DataViewModel not accepting keyboard navigation
[FIXED-EXTJSIV-435] DataViewModel not accepting keyboard navigation
Hi,
Keyboard navigation is not firing events - onNavKey - for DataViews. This is working for the RowSelectionModel for grids. It appears that
is missing from the bindComponent (it is in the initKeyNav which is called by bindComponent in RowSelectionModel).Code:view.el.set({ tabIndex: -1 });
For now I stuck this in the DataView render listener which works and it now fires select event when using keyboard navigation as expected.
Cheers,
-Paul
-
28 Mar 2011 10:53 PM #2Sencha - Desktop Packager Dev Team
- Join Date
- Mar 2007
- Location
- Baltimore, MD.
- Posts
- 1,745
- Vote Rating
- 5
Hi Paul,
Thanks for pointing this out! Indeed the DataView was missing a tabIndex in order to obtain focus and collect key events. This will be fixed in the next release.
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[FIXED-505][3.1.1-beta] Grid/Combo keyboard navigation bug
By ExtMore in forum Ext 3.x: BugsReplies: 1Last Post: 4 Mar 2010, 5:57 PM -
[FIXED][GXT 2.1.0] TreePanelDragSource breaks keyboard navigation
By mbaumbach in forum Ext GWT: Bugs (2.x)Replies: 1Last Post: 20 Jan 2010, 9:29 PM -
[FIXED-398][3.1] Keyboard Navigation broken in TreePanel
By grubi in forum Ext 3.x: BugsReplies: 4Last Post: 22 Dec 2009, 5:00 PM -
[FIXED][3.*,2.*]Tree keyboard navigation visits hidden nodes.
By Animal in forum Ext 3.x: BugsReplies: 7Last Post: 5 Aug 2009, 9:08 PM -
View in New Tab by Keyboard Navigation
By adelphus in forum Ext 2.x: Help & DiscussionReplies: 0Last Post: 27 Aug 2008, 4:21 AM


Reply With Quote