Undesired jump in grid 2.5.5 with MS Internet Explorer IE
Hello,
if the height of the MS Internet Explorer is less than the grid's, the focus jumps to the middle of the grid upon clicking on the grid header for sort purposes. See example below with height set to 4000px on purpose:
This behaviour doesn't occur in Mozilla Firefox. With Firefox, the focus remains on the grid's header - which is the desired behaviour. Unfortunately, the majority of my end-users rely on MS Internet Explorer 6.0
Can anybody please confirm the effect and/or provide a workaround solution to that problem? ActiveWidgets 2.0.2. is the last version without this undesired jump behaviour.
Thank you in advance for any kind of assistance!
if the height of the MS Internet Explorer is less than the grid's, the focus jumps to the middle of the grid upon clicking on the grid header for sort purposes. See example below with height set to 4000px on purpose:
<html>
<head>
<link rel="stylesheet" type="text/css" href="./runtime/styles/xp/aw.css"></link>
<script src="./runtime/lib/aw.js"></script>
</head>
<body>
<script>
var obj=new AW.UI.Grid
var myCells=[[1],[2],[3],[4]]
obj.setColumnCount(1)
obj.setRowCount(4)
obj.setControlSize(400,4000)
obj.setCellData(myCells)
document.write(obj)
</script>
</body>
</html>
This behaviour doesn't occur in Mozilla Firefox. With Firefox, the focus remains on the grid's header - which is the desired behaviour. Unfortunately, the majority of my end-users rely on MS Internet Explorer 6.0
Can anybody please confirm the effect and/or provide a workaround solution to that problem? ActiveWidgets 2.0.2. is the last version without this undesired jump behaviour.
Thank you in advance for any kind of assistance!
catdxm
October 27,