:: Forum >>

tab focus lost only IE

obj.setController("myTabKeys", {
onKeyTab: "selectNextCell",
onKeyShiftTab: "selectPreviousCell"
});

when tab press, change cell, but focus lost.
click in cell, focus return.

why?! bug?! please anwser me!
jose da silva
Monday, November 6, 2006
obj.onCellTextChanging = function(text, column, row){

if (column == 1) { // column-1 only
if (text.match(/[^0-9.+-]/)){
return "error"; // prevent non-digits
}
}
}

obj.onCellTextChanging + obj.setController("myTabKeys", {..} = bug in IE????????

jose da silva
Monday, November 6, 2006
with grid.refresh, cell focus lost.
not bug, bug is me!

sorry!
jose
Monday, November 6, 2006

This topic is archived.


Back to support forum

Forum search