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

Hiding Rightmost Column obscures new Rightmost Column Menu Button #3953

Closed
JLLeitschuh opened this issue Jul 8, 2015 · 1 comment
Closed

Comments

@JLLeitschuh
Copy link
Contributor

Reproducable using the demo here: http://ui-grid.info/docs/#/tutorial/121_grid_menu

  1. Hide the rightmost column
  2. Try to use the new rightmost column menu.
@JLLeitschuh
Copy link
Contributor Author

Workaround would be to wrap https://github.com/angular-ui/ng-grid/blob/master/src/js/core/directives/ui-grid-header-cell.js#L210
In a $timeout
Tested and it works. Any objections to fixing it this way?

JLLeitschuh added a commit to JLLeitschuh/ui-grid that referenced this issue Nov 24, 2015
Fixes the column menu being hidden when columns are
removed.

Closes angular-ui#3953
imbalind pushed a commit to imbalind/ui-grid that referenced this issue Nov 25, 2015
Fixes the column menu being hidden when columns are
removed.

Closes angular-ui#3953
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant