[GH-ISSUE #1465] Response section stays hidden on FireFox #472

Closed
opened 2026-03-16 15:33:47 +03:00 by kerem · 6 comments
Owner

Originally created by @rschristian on GitHub (Feb 4, 2021).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1465

Describe the bug

The entire "Response" section stays hidden right now on Firefox.

Opening up dev tools, it seems to be because the only element within the Response section ('#response') has a "hidden" class. Removing the class displays the Response section once again, though this does involve opening up the dev tools and manually editing the content. Not sure why that class is there to begin with.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'https://hoppscotch.io/' with FireFox
  2. See that the "Response" section is missing

Expected behavior
I'd expect to see the Response section so I can see what the HTTP method returns

Screenshots
temp
temp2
temp3

There's three images here. The first is when navigating to the page, the second is opening dev tools and highlighting the "hidden" element that seems to be the issue, the third is upon manually editing the element's class list so that "hidden" is no longer applied.

Desktop (please complete the following information):

  • OS: Manjaro Linux
  • Browser: Firefox (Developer Edition)
  • Version: v85.0b9

Additional context
Opening this up in Chrome on another device works as expected.

Originally created by @rschristian on GitHub (Feb 4, 2021). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1465 **Describe the bug** The entire "Response" section stays hidden right now on Firefox. Opening up dev tools, it seems to be because the only element within the Response section ('#response') has a "hidden" class. Removing the class displays the Response section once again, though this does involve opening up the dev tools and manually editing the content. Not sure why that class is there to begin with. **To Reproduce** Steps to reproduce the behavior: 1. Go to 'https://hoppscotch.io/' with FireFox 4. See that the "Response" section is missing **Expected behavior** I'd expect to see the Response section so I can see what the HTTP method returns **Screenshots** ![temp](https://user-images.githubusercontent.com/33403762/106924702-f4238300-66d4-11eb-8f09-b71f29ac3927.png) ![temp2](https://user-images.githubusercontent.com/33403762/106924706-f5ed4680-66d4-11eb-8e52-1cb2a679ff8b.png) ![temp3](https://user-images.githubusercontent.com/33403762/106924709-f685dd00-66d4-11eb-99fa-4edcfd7d5968.png) There's three images here. The first is when navigating to the page, the second is opening dev tools and highlighting the "hidden" element that seems to be the issue, the third is upon manually editing the element's class list so that "hidden" is no longer applied. **Desktop (please complete the following information):** - OS: Manjaro Linux - Browser: Firefox (Developer Edition) - Version: v85.0b9 **Additional context** Opening this up in Chrome on another device works as expected.
kerem closed this issue 2026-03-16 15:33:52 +03:00
Author
Owner

@liyasthomas commented on GitHub (Feb 4, 2021):

Noted. I'm inspecting this use case. Thanks for reporting the issue.

Can you reproduce this issue after doing a force refresh?

<!-- gh-comment-id:773682407 --> @liyasthomas commented on GitHub (Feb 4, 2021): Noted. I'm inspecting this use case. Thanks for reporting the issue. Can you reproduce this issue after doing a force refresh?
Author
Owner

@rschristian commented on GitHub (Feb 5, 2021):

Yes, I can still reproduce after a force refresh.

Was just able to test standard Firefox on Windows, and that's unaffected. That might narrow it down to the Arch build or the developer edition.

<!-- gh-comment-id:773683494 --> @rschristian commented on GitHub (Feb 5, 2021): Yes, I can still reproduce after a force refresh. Was just able to test standard Firefox on Windows, and that's unaffected. That might narrow it down to the Arch build or the developer edition.
Author
Owner

@liyasthomas commented on GitHub (Feb 5, 2021):

Thanks for the detailed information. Hoping to fix this ASAP.

<!-- gh-comment-id:773684337 --> @liyasthomas commented on GitHub (Feb 5, 2021): Thanks for the detailed information. Hoping to fix this ASAP.
Author
Owner

@rschristian commented on GitHub (Feb 5, 2021):

After manually clearing cookies, storage, etc. it seems to have been corrected. Seems resolved, as I can't reproduce.

Edit: Not sure what did it, apologies for not trying that earlier.

<!-- gh-comment-id:773685016 --> @rschristian commented on GitHub (Feb 5, 2021): After manually clearing cookies, storage, etc. it seems to have been corrected. Seems resolved, as I can't reproduce. Edit: Not sure what did it, apologies for not trying that earlier.
Author
Owner

@liyasthomas commented on GitHub (Feb 5, 2021):

About 3 weeks ago, we did a overhaul on UI - with more modern components and migrated to TailwindCSS.

I'm guessing - before this update you might've collapsed Response section. And came after UI overhaul. Anyways, feel free to open issue if this happens again.

<!-- gh-comment-id:773688264 --> @liyasthomas commented on GitHub (Feb 5, 2021): About 3 weeks ago, we did a overhaul on UI - with more modern components and migrated to TailwindCSS. I'm guessing - before this update you might've collapsed Response section. And came after UI overhaul. Anyways, feel free to open issue if this happens again.
Author
Owner

@rschristian commented on GitHub (Feb 5, 2021):

That sounds likely to have been the issue. Thanks for the quick response! Love the tool.

<!-- gh-comment-id:773692768 --> @rschristian commented on GitHub (Feb 5, 2021): That sounds likely to have been the issue. Thanks for the quick response! Love the tool.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#472
No description provided.