Categories | Question details Back To List | ||||||||
Keyboard usage in grid in accordion Hi i have a grid inside an accordion cell and i have enabled keyboard support: grid.enableKeyboardSupport(true) but when i am in a cell and click the tab button it doesnt go to the next cell. it actually starts going through the tabs in my browser am i missing something? thanks Answer posted by Support on Nov 12, 2008 02:46 Unfortunately the issue can't be reconstructed. You can check next online sample http://dhtmlx.com/docs/products/dhtmlxAccordion/samples/components/grid.html?un=1226488118000 If it still occurs for you - please provide any kind of sample where problem can be reconstructed ( you can send it directly to support@dhtmlx.com ) Answer posted on Nov 14, 2008 06:03 hi , I have noticed the problem comes what files are included - if i comment out all the ext scripts then it works fine. if I include the dhtmlxgrid_keymap_excel.js file or the dhtmlxgrid_keymap_extra.js file then it stops working i just included all your files in my template in case i need them, but these must be for a reason that conflicts with the keyboard support. what exactly are these files for? also, i have noticed the folloewing bug:
Answer posted by Support on Nov 14, 2008 06:38 >> have noticed the problem comes what files are included - if i comment out all the ext scripts then it works fine. >> if I include the dhtmlxgrid_keymap_excel.js file or the dhtmlxgrid_keymap_extra.js file then it stops working The keymap files are override each other, if you are using dhtmlxgrid_keymap_extra.js it will disable normal keyboard navigation. Suite package contains dhtmlx.js , which can be used for developement, it contains all core js files compiled in single file. >>then it starts tabbing through the options of the clist instead Problem confirmed and fixed, fix will be released as part of next build. Answer posted on Nov 14, 2008 06:44 thanks, can you not provide me with the fix? thanks Answer posted by Support on Nov 14, 2008 07:50 Updated js file attached to email. Attachments (1)
Answer posted on Nov 14, 2008 07:57 i installed this file but it didnt fix the problem. first it displayed this message: this.editor.obj.select is not a function k9_0_0:function(){this.editStop();var z...is.editor.obj)this.editor.obj.select()}, then it reverted back to what it was doing before Answer posted by Support on Nov 17, 2008 04:59 Problem can't be reconstructed locally. If it still occurs for you - please provide any kind of sample where issue can be reconstructed ( you can send it directly to support@dhtmlx.com ) Answer posted on Nov 17, 2008 05:06 i think it is likely you have updated other files since last build and i dont have those files, and is therefore leading to this conflict. i will wait to your next release before receiving this update thanks |