-
30 Dec 2012 10:42 AM #1
Answered: ExtJS 4.1.1.a - Keyboard navigation issue at TreePanel
Answered: ExtJS 4.1.1.a - Keyboard navigation issue at TreePanel
Hi,
I'm facing keyboard navigation problem with TreePanel. Here's my treepanel configuration:
Finally I put the tree as a single item of window; then show it.Code:rootVisible: false, animate: true, autoScroll: true, useArrows: true, border: true, singleExpand: true,
I can't use keyboard arrows to expand/collapse items.
Is this a bug or am I missing something?
Any helps will be appreciated a lot.
Thanks in advance."People will never forget how you made them feel."
linkedin.com/in/talhakabakus
-
Best Answer Posted by talha06
I found the solution, the problem for my situation was setting selType as rowmodel. After I comment out it, keyboard navigation works as expected..
-
31 Dec 2012 8:38 AM #2
I found the solution, the problem for my situation was setting selType as rowmodel. After I comment out it, keyboard navigation works as expected..
"People will never forget how you made them feel."
linkedin.com/in/talhakabakus


Reply With Quote