Skip to content
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

Column set horizontal scroll bar does not scroll when clicking on it in IE #307

Closed
sgodden opened this issue Oct 12, 2012 · 2 comments
Closed

Comments

@sgodden
Copy link

sgodden commented Oct 12, 2012

If you look at the 'complex columns' test page in IE, and go to the second example, with one locked column set, you will see that you cannot scroll the column set horizontally by clicking in the area between the scroller and the arrow. The only way to scroll in IE is to grab and drag the scroller, or to click on the arrows at either edge.

I have created a test page of raw HTML using exactly the same CSS properties as ColumnSet uses to render its scrollers, and it works fine. So it is something to do with the use of this technique within a dgrid somehow.

@ghost
Copy link

ghost commented Dec 21, 2012

Turns out the kicker was that the div the scrollbar was in was exactly the height of the scrollbar. Adding 1 to that fixes it. Fixed this and did some overdue refactoring in 88e565b

@ghost ghost closed this as completed Dec 21, 2012
@sgodden
Copy link
Author

sgodden commented Dec 24, 2012

Awesome thank you - tested and working fine for us.

Very much appreciated!

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant