mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #2946] [bug] Control+F not working in result from API request #957
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#957
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JulienPerrin on GitHub (Mar 9, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2946
I haven't found an issue for this.
When doing control+F after having clicked inside the result of an API request, if I search for text that is hidden, the page will scroll, hide the search input, and not display properly the text search.
3 steps to reproduce :
control+F input is hidden and "true" is hidden. I can see it if I scroll down one time.
"true" was hidden, I see it if I scroll down a bit :

@win20 commented on GitHub (Mar 31, 2023):
Hey just wanted to leave a comment and say I was interested in working on this, however I'm having some issues setting up my local environment, after forking and cloning I'm doing pnpm install but it gives me this error:
[FAILED] Failed to load schema.MD
Anyone able to help?
Thanks
@AndrewBastin commented on GitHub (Apr 1, 2023):
@win20 thank you for your effort!
The error you are facing is most probably because you haven't set the .env file correctly. Follow the README steps exactly and it should work!
@win20 commented on GitHub (Apr 1, 2023):
@AndrewBastin Hi thank you for the response :)
But I'm still a bit confused when it says replace the contents of .env.example with your own, does this mean Ihave to create my own projects in Firebase and GraphQl and hook it up? Wouldn't I have populate them with the appropriate data or set them up accordingly? If so how would I do that please?
PS: I did just test that by creating an api key on firebase and added it which enabled
pnpm installto work but then when I runpnpm run devI get another error.@AndrewBastin commented on GitHub (Apr 2, 2023):
@win20 you can use the keys in .env.example itself to test stuff (in localhost:3000).
I would like to see the error you get while running
pnpm run devthough.@win20 commented on GitHub (Apr 2, 2023):
So I'm trying to just keep everything in .env.example the same and just change the file name to .env but this is the error I get when I run

pnpm run devand go to localhost:3000:@collinewait commented on GitHub (Apr 17, 2023):
@AndrewBastin you can have a look at the created PR https://github.com/hoppscotch/hoppscotch/pull/2996. Thanks.
@liyasthomas commented on GitHub (Aug 5, 2023):
Closing this ticket in favour of #3240. Track the progress of this issue on the successor issue ticket.