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

Is not possible to do simple nor regex text search in web text edit areas #411

Open
frank82vt opened this issue Sep 27, 2024 · 0 comments
Open

Comments

@frank82vt
Copy link

frank82vt commented Sep 27, 2024

Bug Description

After some tests (see steps to reproduce) looks like find+|Regex Find-in-Page Tool chrome addon cant do simple nor regex search inside any web text edit areas. Note that chrome text find function actually can search text inside web text edit areas, so find+ should do that too considering its chrrome addon description [1]. Its important that find+ can do searches inside web edit areas in order users can search and edit code in such placees.

Steps to Reproduce

Procedure 1

  • Open any wikipedia page e.g Wikipedia:Sandbox [2], edit source, the wikipedia source editor [3] for wikipedia:sandbox page its opened
  • write a text in the source editor edit area, for example "test text!!!"
  • run find+ chrome addon, write a query like: "test text", it give no results in source editor edit area.
  • write a regex query like: test.*, it give no results in source editor edit area

Procedure 2

  • Open github new issue page [4],
  • by default some text already exists in the edit area, for example "issue"
  • run find+ chrome addon, write a query like: "issue", it give no results in the edit area.
  • write a regex query like: issue.*, it give no results in edit area

Tasks

  • Allow find+ addon to do simple and regex search inside any web text edit areas. specially i hope the problem get solved in the wikipedia source editor edit area, that is by the way, where i found the problem the first time.

System

Browser:Chrome
OS: Windows 11 pro

References

  1. Google.com. “Find+ | Regex Find-In-Page Tool - Chrome Web Store,” 2024. https://chromewebstore.google.com/detail/find+-regex-find-in-page/fddffkdncgkkdjobemgbpojjeffmmofb.
  2. Wikipedia contributors. “Editing Wikipedia:Sandbox - Wikipedia,” n.d. https://en.wikipedia.org/w/index.php?title=Wikipedia:Sandbox&action=edit.
  3. Wikipedia contributors. “Help:Editing - Wikipedia,” n.d. https://en.wikipedia.org/wiki/Help:Editing.
  4. Github. “New Issue · Brandon1024/Find,” n.d. https://github.com/brandon1024/find/issues/new

End Notes

  1. Google.com. “Find+ | Regex Find-In-Page Tool - Chrome Web Store,”
  2. Wikipedia contributors. “Editing Wikipedia:Sandbox - Wikipedia,”
  3. Wikipedia contributors. “Help:Editing - Wikipedia,”, Editing Articles, Edit Screen(s)
  4. Github. “New Issue · Brandon1024/Find,”

Screenshots and Documentation

image
fig1.-
image
fig 2
image
fig3
image
fig4

@frank82vt frank82vt changed the title Is not possible to do simple nor regex text search in web text edit areas with find+|Regex Find-in-Page Tool Is not possible to do simple nor regex text search in web text edit areas Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant