-
Notifications
You must be signed in to change notification settings - Fork 15
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
Navigation bar in the middle of the screen #66
Comments
Hi! Some odd layout bug. The PagingGrid uses header/footer row to place the pagination bar, technically the bug is most likely there. Could you provide a test case how to reproduce the isssue? It might also help to know which browser/OS you are using (sometimes these are platform specific). I can then either fix it in Viritin or create an issue to flow-components repository. |
Hi, Thank you for your reply. You should see similar result: I am using ubuntu and the problem I can see in Chrome and Firefox. |
Hi Matti, Did you have time to check this issue? Thanks, |
Hi, I spent enough time to reproduce the issue and indeed looked like it is Vaadin Grid issue. Didn't reduce the case enough yet or figure out a workaround. I'm on a vacay and busy with some pro bono work with a big sport competition, so can't promise to look into this very soon. |
As i'm a stakeholder here as well :-P Any chance this could be looked at ? I'm happy to file an issue under Grid if needed and try to achieve something there if possible via support hours usage. |
I reduced the issue to this: vaadin/web-components#8023 |
A workaround you might be able to use:
|
Hi Matti, |
The components team seem to have been given "low/minor" classification for the issue 😤 Comments/upvotes there or prioritising that might be the easiest/fastest way to get this fixed. A potential workaround would be to move the "navigation bar" out of the vaadin-grid, web component. I don't think the the containing layout matters here at all. So then the PagingGrid should essentially be extending Composite instead of Grid. But that would break backwards compatibility at least to some extend and require to proxy a ton of Grid API. |
Hi Viritin team,
I am using pagination grid with 20 elements and the content of the gird doesn't fit the default page size so I have a scrollbar available.
When I start to scroll down, for a very short moment the (bottom) pagination bar doesn't move and it stays in the middle of the screen, when I scroll to the bottom it's going back to the right position.
Here it the screenshot:
I also noticed that initially I have 2 scrollbars visible, but later grid scroll disappears:
I am not sure if I am using some wrong page settings or it's a bug?
The text was updated successfully, but these errors were encountered: