-
Notifications
You must be signed in to change notification settings - Fork 159
Widget moves out of grid and hides behind browser window #239
Comments
OK, I added a |
No, Unfortunately this makes no effect , I have emitted event on sidebar toggle and whenever the toggle happen it calls ttriggerResize() and even the function gets executed but it didn't make any effect on UI But once I manually resize the browser window everything fits into the grid again . Thanks |
Hi , Any update on this issue ? We are finding difficultly because of this Thanks |
The Does the sidebar have a slide in animation? If so I'm guessing that you're calling the Can you create a plunker to reproduce the issue so that I can investigate more? |
I had a similar problem and it worked for me:
Thanks! |
I am also facing the same issue can you please provide an example. Here you used myGrid as ViewChild and applied styles for formGrid as triggerResize. |
We are facing issue with grid item when using sidebar which toggle in/out of application
Say for example, When grid is body of the application and application contains side bar which can be removed and displayed in the application with toggle button,( Step 1) Below is the sidebar in open state
Grid items can be resized inside the grid, Below grid item position on grid when sidebar is in open state
(Step 2)When the sidebar gets closed all the grid item moved bit to the left on grid ( This is expected behavior no issue in this case).
(Step 3)Now with sidebar closed resize the grid item width (Expand the widget width towards right browser window).
(step 4) Toggle sidebar back to open state . **This made widget to get hide behind the browser window causing widget to move out of grid ** Below is the error case where widget hides behind the browser window
Expected behavior: Widget should get hit with browser window and move inwards
Below is my configuration:
Please help us to solve this issue ASAP
Thanks
Mani
The text was updated successfully, but these errors were encountered: