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

UI Grid menu does not hide when using Mozilla Firefox #4823

Closed
Mortega92 opened this issue Dec 8, 2015 · 3 comments
Closed

UI Grid menu does not hide when using Mozilla Firefox #4823

Mortega92 opened this issue Dec 8, 2015 · 3 comments

Comments

@Mortega92
Copy link

UI Grid menu does not hide when using Mozilla Firefox, but when using Google Chome, it works perfectly fine. Please advise
ui-grid-menu-error

@zalayeto
Copy link

zalayeto commented Mar 2, 2016

It is happening to me as well.

@for-sagacity
Copy link

ng-grid--issue

My firefox version is 44.0.2
ui-grid - v3.0.7
It's still dose not work properly until using below link's some code.
#3978

http://ui-grid.info/docs/#/tutorial/121_grid_menu
up link work fine.
but my source is not work.

until resolving this issue I have to use below code.

.config([
'$animateProvider', function($animateProvider) {
$animateProvider.classNameFilter(/^((?!(ui-grid-menu)).)*$/);
}
])

cheer up~

@zalayeto
Copy link

zalayeto commented Mar 2, 2016

Yes, this workaround works for me. Thanks @for-sagacity .

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

5 participants