mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #412] Browser Search not working properly #4668
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#4668
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 @bitsky6 on GitHub (Jun 6, 2024).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/412
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect when I open in advanced mode the config and I want to search for the word for example "socket" it will match all words inside the config with simply pressing CTRL + F so can find and replace in case need multiple matches.
Screenshots

On this page I search for the word socket and gives me 6 matches.
But if I actually scroll down inside the config are 2 more socket words which are not matched unless scrolled down.
This can be dangerous in case you think have found all the changes you need but actually you missed some.
Info (please complete the following information):
@0xJacky commented on GitHub (Jun 7, 2024):
Hi @bitsky6, I just load the search box module of ace editor for it, and you will be able to use the search feature by pressing Ctrl+F (Command+F for macOS) in next beta version of Nginx UI.
@bitsky6 commented on GitHub (Jun 7, 2024):
Thanks for the feedback will wait on the new one having this.