-
Notifications
You must be signed in to change notification settings - Fork 87
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
shiny layout in a mess for Chrome browser but works well in Microsoft Edge #1562
Comments
Can you provide a minimal reproducible example app which displays this problem? |
For some reason I experience the same problem, just flipped. The layout does not display properly in Microsoft Edge, but works fine in Google Chrome for me. |
I pick the codes of one function module and I test again: works well in Edge but not okay for Chrome. |
I updated the Shiny package using the command yesterday:
and it turns out to be like this :( |
yup that's how i updated it too. something is wrong with the sidebar display |
@Linhkust Does the issue go away if you go back to the version you were using before? (The last release was 0.10.1.) |
The version of my Chrome is 126.0.6478.183 |
When I install the last version of shiny, it works fine in Chrome. However, another issue occur:
The error is the reason why I want to update the package. The Documentation for ui.update_action_button() has the parameter |
It works fine for me in both Chrome and Edge now but my versions are |
@Linhkust your app doesn't work for me because the server function is empty. But I just added I don't see any of those error messages in my Chrome console. Is it possible you have a Chrome installation that is managed by some third party software that could be imposing other security settings? Or that you have an extension installed that does that? I suggest trying to load it in incognito mode in Chrome, and also try loading it it on a different computer with Chrome installed to see if it has the same behavior. |
@Linhkust I noticed that your app UI includes nested calls to |
I replace ui.page_sidebar with ui.layout_sidebar as you suggested, but the layout in Chrome does not change. |
If you see the problem in normal mode but not incognito mode, then I think it is might be due to a Chrome extension. I suggest disabling all your extensions and see if that works. If it does work, then then add the extensions back one by one until you find the one that causes the problem. |
Glad to hear that it's working now! |
Hello,
I am developing an App using Python Shiny. It works fine for me until I update the shiny package (using the official command in the Doc). The layout is changed in Chrome, but when I open the web link in Edge, it looks as usual. Could it be due to the error:
The text was updated successfully, but these errors were encountered: