Categories | Question details Back To List | ||
Field of ed/edtxt type has strange reaction on Home and End keys in edition mode for IE Field of ed/edtxt type has strange reaction on Home and End keys in edition mode for IE. If text is longer then cell's size on pressing End key cursor reaches only to the end of the cell, but not to the text's end. The same with the Home key if cursor is on the end of text. For FF it is ok. Used last version 30/10/2007 Settings: mygrid.setInitWidths("50,125,*,25") mygrid.setColAlign("center,left,left,center") mygrid.setColTypes("ro,ed,ed,ro"); mygrid.enableResizing("false,false,false,false") mygrid.enableAutoHeight(true) Answer posted on Nov 02, 2007 06:03 Unfortunately this behaviour can't be controled - it is native browser functionality. |