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

[Grid] Filter menu does not open in FireFox when content is scrolled #2257

Closed
dtopalov opened this issue May 9, 2019 · 3 comments
Closed
Assignees

Comments

@dtopalov
Copy link
Contributor

dtopalov commented May 9, 2019

The Grid Filter Menu is not opening as expected when the Grid table is scrolled. The issue is observable in FireFox only, and only when the component where the Popup is attached to (typically the app root component) is not a block element:

https://stackblitz.com/edit/angular-vskmo1-9s8ajp?file=index.html

As a workaround, set the root element's display to block:

https://stackblitz.com/edit/angular-vskmo1-nnx5ju?file=index.html

@svetq
Copy link
Contributor

svetq commented May 13, 2019

seems related to angular/angular#28911

@tsvetomir tsvetomir self-assigned this May 14, 2019
@josefkoller
Copy link

try to set block-style at your root-component (that really worked for us)

;)

@tsvetomir
Copy link
Member

Fixed in v4.0.0

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