-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Scrolling in subgrid also scrolls parent grid #4156
Comments
@swalters comments:
|
More testing: Both scroll in Chrome 44 Win 8.1 |
SomeKittens
added a commit
to SomeKittens/ui-grid
that referenced
this issue
Aug 15, 2015
…croll Previously, the stopPropagation function was not on scrollEvent, causing scrolling in subgrids to also scroll the main grid. This PR exposes stopProp and calls it on subgrid scroll fixes angular-ui#4156
swalters
added a commit
that referenced
this issue
Aug 16, 2015
fix(expandable): fix #4156 by calling stopProp on subgrid scroll
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expand subgrid with more entries than vertical space. Attempt to scroll subgrid. Note that parent grid scrolls as well.
Repro found on
Retrieve data for subGrid when expanding
(furthest one down) here: http://ui-grid.info/docs/#/tutorial/216_expandable_gridChrome/OSX
The text was updated successfully, but these errors were encountered: