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

Searching (using /) for text beginning with \b causes tab to hang #347

Open
devvyn opened this issue Dec 17, 2015 · 0 comments
Open

Searching (using /) for text beginning with \b causes tab to hang #347

devvyn opened this issue Dec 17, 2015 · 0 comments

Comments

@devvyn
Copy link

devvyn commented Dec 17, 2015

Issue

I realize there are limits to the Chrome search API, but I'm hoping something can be done to alleviate fatal hangs when beginning a search with the characters \b.

Steps to reproduce:

  1. /
  2. \b

Expected results:

Nothing (yet)

Actual results:

Tab hangs, has to be copied & closed to continue session.

Workaround

When searching with /, always type the character that's intended to proceed the slash, followed by substantial search term(s), then backtrack and prepend the slash. Example:

When you desire to search for "\blog\b" (that is, "log" as a stand-alone word):

  1. /
  2. blog\b
  3. Arrow keys left, or home key, or control-a, command-a, or whatever floats your boat and gets your cursor to the beginning of the line
  4. \
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