-
24 Jun 2010 12:28 PM #1
Tabbing behavior in screen with Form Fields and Tree Panels
Tabbing behavior in screen with Form Fields and Tree Panels
I found this thread in premium:
http://www.sencha.com/forum/showthre...nd-Tree-Panels
I ran into this yesterday and came up with a different solution:
I was using a tree panel along with the row editor and noticed whenever I click a tree node, the HTML anchor item with a tabindex=1 gets focused which messes up the row editor input field tabbing if the row editor is currently visible. If the row editor isn't visible, clicking the grid to display it fixes the tabindex situation since the grid TD items are set as tabindex=0.Code:Ext.tree.TreeNodeUI.prototype.focus = function(){ return; }
Hopefully this helps someone
Similar Threads
-
Extending FormPanel into a re-usable class. Strange behavior with form fields
By johnmccaffrey in forum Ext 2.x: Help & DiscussionReplies: 11Last Post: 11 Mar 2009, 4:04 AM -
Strange behavior with form fields
By tropigeek in forum Ext GWT: Help & Discussion (1.x)Replies: 4Last Post: 11 Jun 2008, 4:04 AM -
form fields screen positiionning
By kallou in forum Ext 1.x: Help & DiscussionReplies: 0Last Post: 13 Aug 2007, 1:12 AM


Reply With Quote