Categories | Question details Back To List | ||
Cursor is visible in the left-top corner of the panel in dhtmlxLayout when the attached tree is enabled to Navigate with Keyboard Dear, I use dhtmlxLayout of 2E pattern in IE7. When a dhtmlxTree is attached to a panel of dhtmlxLayout and is enabled to navigate with Keyboard, then I focus the panel by clicking anywhere in the panel, I see a cursor twinkle in the left-top corner. the example code is as follow: <script type="text/javascript"> var navigateLayout = new dhtmlXLayoutObject("xx", "2E", "dhx_blue"); dhxTree=navigateLayout.cells("a").attachTree(0); dhxTree.enableKeyboardNavigation(true); </script> Would you like to give me some advice to eliminate the cursor? Thanks very much. Answer posted by Alex (support) on Mar 12, 2009 07:04 Hello, The latest dhtmlxtree.css and dhtmlxtree_kn.js are sent by email. Please, try to use them instead of the originals. They must fix the problem. Answer posted by Hongmin on Mar 12, 2009 19:01 Hi,
I received your email and attached file. This works now pefect!
Thanks for your help!
Best regards!
Hongmin |