mleibman / SlickGrid

A lightning fast JavaScript grid/spreadsheet
http://wiki.github.com/mleibman/SlickGrid
MIT License
6.81k stars 1.98k forks source link

Opera Horizontal Scroll #68

Open jcastagnino opened 14 years ago

jcastagnino commented 14 years ago

I'm moving horizontally in Opera and columns don't move, just the rows are moving. I'm trying example1 to test. Is anyone getting the same error?

mleibman commented 14 years ago

I'm getting that too. Unfortunately, I have no experience dealing with Opera's idiosyncracies. Anybody?

vlsi commented 13 years ago

That basically comes from 100000px. According to http://dev.opera.com/forums/topic/737982 Opera does not handle scrollLeft when the container is more than 32767px big.

The fix is to update definition of $headers and $secondaryHeaders (alter 100000px to 32766px)

mleibman commented 13 years ago

Thank you!
The only remaining Opera issue is the vertical scrollbar on the page when you start scrolling the grid down. Any ideas why that's happening?