In FF at the begining of edition apears a space character

In FF at the begining of edition appears a blank space character.



I call

mygrid.addRow(rowId);

mygrid.selectCell(mygrid.getRowIndex(rowId),0,false,false,true);



edit the first cell ok and press Tab to edit the second cell

In that moment in the second cell appears a blank space at the begining



Also, if nothing is entered in the cell, its borders are not drown.



Use version 30/10/2007

In IE both issues above do not appear.



mygrid.setHeader(“Option,Description,”)

mygrid.setColumnIds(“Title,Description,Delete”);

mygrid.setInitWidths(“250,*,25”)

mygrid.setColAlign(“left,left,center”)

mygrid.setColTypes(“ed,edtxt,ro”);

mygrid.enableResizing(“false,false,false”)



mygrid.enableAutoHeight(true)

mygrid.enableEditEvents(false, true, true)

mygrid.setSkin(“xp”)

Problem confirmed and fixed, fix will be released as part of next build.
If you need fix ASAP - please contact directly at support@dhtmlx.com , and provide your ref. number - we will send you updated code.