-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
InMethodGrid horizontal scroll broken in Chrome (with workaround) #452
Comments
Thank you for sharing this! |
I had to extend the workaround, as this did not work when the InMethodGrid was in nested in a form... This is my current version of the workaround:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With 7.1.0 the horizontal scroll is broken in Chrome. I.e. Grids with more columns as fitting on the screen have no scrollbar and don't scroll. Don't ask my why this is happening, it worked without problems with 6.14.
To fix it I use this javascript to workaround the problem:
This is monkey patching the problem, which is ugly but works for me. I have currently not the time to develop a correct fix, maybe in some weeks. If somebody else has the problem with Chrome he can use this workaround till a proper fix is developed.
The text was updated successfully, but these errors were encountered: