Undesired sort-behaviour in grid 2.5.3 with IE
Hello,
if the IE window's height is less than the grid, the focus jumps to middle of the grid upon clicking on the grid header (for sort purposes):
This behaviour doesn't occur in Mozilla Firefox at all. With Firefox the focus remains on the grid's header - which is the desired behaviour.
This bug has been described before, but hasn't been fixed 100%:
http://www.activewidgets.com/javascript.forum.22535.4/strange-onmouseoverheader-after-sortchange-behaviour.html
Thank you in advance for you assistance!
if the IE window's height is less than the grid, the focus jumps to middle of the grid upon clicking on the grid header (for sort purposes):
<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],[5],[6],[7],[8],[9],[10],[11],[12],[13],[14],[15],[16],[17],[18],[19],[20],[21]]
obj.setColumnCount(1)
obj.setRowCount(21)
obj.setControlSize(400,406)
obj.setCellData(myCells)
document.write(obj)
</script>
</body>
</html>
This behaviour doesn't occur in Mozilla Firefox at all. With Firefox the focus remains on the grid's header - which is the desired behaviour.
This bug has been described before, but hasn't been fixed 100%:
http://www.activewidgets.com/javascript.forum.22535.4/strange-onmouseoverheader-after-sortchange-behaviour.html
Thank you in advance for you assistance!
catdxm
February 24,