Skip to content
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

Enable 'Find in page' functionality in hypertext panels #2559

Open
DarthTealc opened this issue Dec 13, 2024 · 0 comments
Open

Enable 'Find in page' functionality in hypertext panels #2559

DarthTealc opened this issue Dec 13, 2024 · 0 comments
Labels
Dependency: Awesomium The request relates to Awesomium and thus will not be fulfilled as it is deprecated in favor of CEF. Dependency: CEF The request relates to Chromium.

Comments

@DarthTealc
Copy link

Details

Would it please be possible to have some functions to enable the 'find in page' functionality in hypertext panels? This would allow users to search when useful, especially for locally generated pages where using a serverside search isn't viable and locally embedding a javascript search library is overkill.

Suggestions

:AllowFind(true) / :AllowFind(false) - If true, allows the user to do ctrl+f to make the panel appear whenever they want. 'false' is default and behaves as current.
:OpenFind() /:CloseFind() - Opens or closes the find panel. This ignores the 'AllowFind' and would be for scripts to have their own button or lua-initiated find instead of using ctrl+f.

If this isn't possible to implement in the old engine on main branch, it would still be beneficial for the x86-64 branch.

Example in Steam

Image

@robotboy655 robotboy655 added Dependency: Awesomium The request relates to Awesomium and thus will not be fulfilled as it is deprecated in favor of CEF. Dependency: CEF The request relates to Chromium. labels Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependency: Awesomium The request relates to Awesomium and thus will not be fulfilled as it is deprecated in favor of CEF. Dependency: CEF The request relates to Chromium.
Projects
None yet
Development

No branches or pull requests

2 participants