JLynch7 / SlickGrid

A lightning fast JavaScript grid/spreadsheet
https://github.com/jlynch7/SlickGrid/wiki
MIT License
89 stars 76 forks source link

frozen columns and non-frozen columns offset when scroll down in frozen columns in IE8 and IE9 #9

Closed alanchowky closed 12 years ago

alanchowky commented 12 years ago

When I try to use the grid in the IE8 and IE9 and scroll down in the frozen columns, I found that the there would be an row offset between frozen columns and non-frozen columns.

http://jlynch7.github.com/SlickGrid/examples/example-frozen-columns.html

JLynch7 commented 12 years ago

I'm having trouble reproducing this issue. Can you give a more specific list of steps?

alanchowky commented 12 years ago

I found that it appears only on the IE8. I tried using the Browser Mode to IE8 in the IE9 developer tools.

Try to scroll using mousewheel in the frozen columns. http://jlynch7.github.com/SlickGrid/examples/example-frozen-columns.html