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

A scroll bar appears after a click on #agMenu #901

Closed
Matheo13 opened this issue May 12, 2016 · 4 comments
Closed

A scroll bar appears after a click on #agMenu #901

Matheo13 opened this issue May 12, 2016 · 4 comments

Comments

@Matheo13
Copy link

Matheo13 commented May 12, 2016

After a click on an #agMenu (a filter icon)in order to display the filter, a scroll bar appears then disappears.
You can see it directly in the doc:
https://www.ag-grid.com/javascript-grid-filtering/index.php
(I didn't investigated yet)

Thank you verry much for your work.

@Matheo13 Matheo13 changed the title A scroll bar show after click on #agMenu A scroll bar appears after a click on #agMenu May 12, 2016
@rafaelcorreiapoli
Copy link

Any updates on this? I'm also facing this issue

@ceolter
Copy link
Contributor

ceolter commented Jun 29, 2016

popup is no placed before adding to dom. originally it was place after the grid (which showed popup) and the positioned where menu should appear (actually i set it to location 0,0 before adding, which prevents popup, as the position logic is after that)

@rafaelcorreiapoli
Copy link

@ceolter I'm still having this issue, i'm using
"ag-grid": "^4.2.7",
"ag-grid-react": "^4.2.0",

@ceolter
Copy link
Contributor

ceolter commented Jul 12, 2016

fixed in v5.0

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

3 participants