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

Make column hider button appear when there are no scrollbars #1372

Merged
merged 1 commit into from
May 26, 2017

Conversation

edhager
Copy link
Contributor

@edhager edhager commented May 26, 2017

Fix bug causing the column hider button to not appear when no scrollbars are used.

Fix #1371

Also fixes:

  • Because <button> is used for the column hider button, an additional background image is bleeding into the button on iOS. Change the implementation to use a <div> instead.
  • When the column hider extension is used with the column resize extension, the column hider button cannot be clicked when there are no scrollbars. Update the CSS to allow the column button to be clicked.

…ars are used. Fix #

Also fixes:
- Because <button> is used for the column hider button, an additional background image is bleeding into the button on iOS.  Change the implementation to use a <div> instead.
- When the column hider extension is used with the column resize extension, the column hider button cannot be clicked when there are no scrollbars.   Update the CSS to allow the column button to be clicked.
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

Successfully merging this pull request may close these issues.

Column hider button is not displayed on platforms with no scrollbar
1 participant