bug: addon-actions: Unable to view the actions panel in Firefox (Desktop View)
See original GitHub issueDescribe the bug Opening storybook for any project in Firefox, the actions addon panel is not visible (I’m using Firefox: 78.0.2 64-bit) The addons panel is visible in Edge, Chrome though, and also when the browser is squished to mobile view (the panel becomes visible in mobile view in Firefox). However, the panel is visible when the same storybook is statically deployed.
To Reproduce
- Open a storybook project (example: https://propfull.github.io/kit/) - the actions panel is visible.
- Run the same project locally (https://github.com/propfull/kit/)
- Make sure addons is on in the settings by pressing
A
- Goto the canvas for a button story
- The actions panel is not available in desktop view
Expected behavior The actions panel should be visible in all views.
Screenshots
System:
Please paste the results of npx -p @storybook/cli@next sb info
here.
Environment Info:
System:
OS: macOS 10.15.6
CPU: (12) x64 Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz
Binaries:
Node: 12.16.3 - ~/.nvm/versions/node/v12.16.3/bin/node
Yarn: 1.22.4 - /usr/local/bin/yarn
npm: 6.14.5 - ~/.nvm/versions/node/v12.16.3/bin/npm
Browsers:
Chrome: 84.0.4147.89
Edge: 83.0.478.61
Firefox: 78.0.2
Safari: 13.1.2
npmPackages:
@storybook/addon-actions: ^5.3.19 => 5.3.19
@storybook/addon-docs: ^5.3.19 => 5.3.19
@storybook/cli: ^5.3.19 => 5.3.19
@storybook/svelte: ^5.3.19 => 5.3.19
Additional context Add any other context about the problem here.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Troubleshoot and diagnose Firefox problems - Mozilla Support
This article includes a series of steps you can follow, that will help you fix most problems with Firefox.
Read more >Fix problems that cause images to not show | Firefox Help
If you are experiencing difficulty downloading or viewing images in Firefox, follow the troubleshooting instructions in this article.
Read more >Restore the Menu bar in Firefox - Mozilla Support
The Firefox Menu bar (File, Edit, View, History, Bookmarks, etc.) may be hidden or missing. Learn how to restore the Menu bar.
Read more >Firefox options, preferences and settings - Mozilla Support
Options/Preferences panels give you access to Firefox settings. This article describes what types of settings are available in each panel.
Read more >Websites look wrong or appear differently than they should
This article explains how to fix problems with websites that display incorrectly in Firefox or don't work the way they should.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
There’s some state where the addons panel disappears. Try hitting “d” on the keyboard to toggle the addons panel orientation to get it back. If that doesn’t work,
localStorage.clear()
in the browser console and hard refresh.Toggling the orientation worked (
D
). Nevertheless, I can try and look at why this was an issue in the first place. Thanks 😁