Grid rows scrambled on high screen resolution
On resolutions of 1024x768 or higher (and especially 1280x1024), the grid seems to scramble rows as i move the mouse across the grid, or scroll the grid.
The problem only appears IF the height of the grid is over a certain px size AND mouseover coloring and alternate row coloring are switched on.
I am using Grid2Beta3.
The page is generated using php, smarty and sql2000. I've modified the example to work as a plain static .htm file
Using the links below you should be able to reproduce the issue on IE6 (6.0.2900) if the resolution is 1280x1024 or higher (1024x768 resolution may show the problem depending how much of IE is taken up by toolbars). I cannot reproduce the problem with firefox.
If i dont set alternate row coloring and mouseover coloring i dont get the problem.
Hopefully someone out there can point out what i am doing wrong.
Here is a screenshot of the problem (just in case you cannot reproduce the prob with the links below
http://www.phpkb.com/gridtest/sample_1.png
Example 1: 100% height/width
As i move the mouse over the grid, rows seem to get scrambled. the header row sometimes disapears if i mouse over it.
http://www.phpkb.com/gridtest/grid_100pc.htm
Example 2:
I took the same code from example1 BUT i commented out the mouseover style and alternate color style
as you can see, no more scrambled rows.
http://www.phpkb.com/gridtest/grid_100pc_norowcolor.htm
Example 3:
I set the grid height/width to 400px and put row coloring on.
No problem.
http://www.phpkb.com/gridtest/grid_small.htm
Example 4:
I set the height/width to 900px/700px and put row coloring on.
The problem is back.
http://www.phpkb.com/gridtest/grid_big.htm
The problem only appears IF the height of the grid is over a certain px size AND mouseover coloring and alternate row coloring are switched on.
I am using Grid2Beta3.
The page is generated using php, smarty and sql2000. I've modified the example to work as a plain static .htm file
Using the links below you should be able to reproduce the issue on IE6 (6.0.2900) if the resolution is 1280x1024 or higher (1024x768 resolution may show the problem depending how much of IE is taken up by toolbars). I cannot reproduce the problem with firefox.
If i dont set alternate row coloring and mouseover coloring i dont get the problem.
Hopefully someone out there can point out what i am doing wrong.
Here is a screenshot of the problem (just in case you cannot reproduce the prob with the links below
http://www.phpkb.com/gridtest/sample_1.png
Example 1: 100% height/width
As i move the mouse over the grid, rows seem to get scrambled. the header row sometimes disapears if i mouse over it.
http://www.phpkb.com/gridtest/grid_100pc.htm
Example 2:
I took the same code from example1 BUT i commented out the mouseover style and alternate color style
as you can see, no more scrambled rows.
http://www.phpkb.com/gridtest/grid_100pc_norowcolor.htm
Example 3:
I set the grid height/width to 400px and put row coloring on.
No problem.
http://www.phpkb.com/gridtest/grid_small.htm
Example 4:
I set the height/width to 900px/700px and put row coloring on.
The problem is back.
http://www.phpkb.com/gridtest/grid_big.htm
Abe
December 14,