-
Notifications
You must be signed in to change notification settings - Fork 33
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
jqui_resizable cannot return the current size in time #77
Comments
Hi @Jonesmacke2 , with the commit 0b35989, |
Thanks to the author for maintaining the code efficiently! There is another bug: when jqui_resizable was used in renderUI, jqui_resizable cannot get the correct plotOutput ID, but the uiOutput ID |
Hi @Jonesmacke2 Thanks again for identifying the new issue. The ID problem is now fixed with ac8ad77 |
My plot resizes only after browser page is toggled between "full page" and "normal page" (F11 key) Should this be open as new issue or is this a browser issue? I have a shiny app built in modules. The
The output of this module in the
The
I have tried with and without spinner and got the same result: able to drag the corner to any size but then I have to toggle the browser page to resize the plot on screen. Also, the spinner functionality disappears once I implement resizable plot. Please advise, thank you! UPDATE: I am posting a link to show what I meant: between dragging the corner and resizing the plot as shown in the animation, I need to toggle the browser page between full and normal, in any succession. |
jqui_resizable cannot return the current size in time. Usually the returned size is the last adjusted size.
The text was updated successfully, but these errors were encountered: