-
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 issues with pinning enabled #3317
Comments
Duplicate of #3260. |
Sorry I didn't identify this correctly with the other open issue. The "trackpad" in the name of the other one threw me off. Maybe it is useful as information for debugging and solving this issue that the scrolling doesn't work only when we are at the top (I didn't saw this mentioned in the other task description) |
I can't recreate this issue on latest master. @PaulL1 can you? |
I can't exactly recreate that, but on the 203 tutorial I get a little different behaviour between the body and pinned left. It's nowhere near as noticeable as it was, but on the pinned container if I scroll aggressively it sometimes propagates to the parent, whereas on the body container no matter how hard I scroll (with trackpad) it doesn't seem to propagate to parent. I'm not sure if that's enough to be worth worrying about though - certainly it could go to 3.1. |
I can still reproduce this on the tutorial page (which I suppose it is using the latest unstable release). The scroll works correctly only when one uses the right-most "container": Let me know if I can provide more details on this. |
will fix in #3772 |
This is fixed but unfortunately for tablets now you can "scroll" (list the table content only on the last pinned column) on the rest of the columns its not working. |
Still it does not allow me to scroll till bottom of grid, |
There seems to be a weird problem with scrolling in the grid when pinning the columns is enabled. We experience this problem in our application but this is also very easy to reproduce on the examples provided on ui-grid.info.
Here are some reproduction steps:
I have to mention that in our application we only pin columns to the left, so the right part of the grid is all filled with unpinned columns, and this problem is still reproducible: the scroll works only if you initially scroll over the unpinned columns area.
Basically, the pattern that I identified would be that the scrolling works initially only on the right most "container" (where "container" means an area with either pinned or unpinned columns).
Let me know if you need me to provide another plunkr or other reproduction steps that would help you.
Also I have to mention that I am using Chrome with the latest version available (41), but I was able to reproduce this with IE (11) and Mozilla Firefox (37).
The text was updated successfully, but these errors were encountered: