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

Search input bugs #875

Closed
callumlocke opened this issue Feb 9, 2015 · 2 comments
Closed

Search input bugs #875

callumlocke opened this issue Feb 9, 2015 · 2 comments

Comments

@callumlocke
Copy link

  1. type some text e.g. "abc"
  2. hit cmd+A to select all, then quickly type some other text e.g. "123"

Instead of replacing the selected text, it gets appened, i.e. "abc123".

This happens only when you type quite fast. Affects Chrome on OS X, not tested in other browsers.

I'm also seeing characters randomly going missing from the middle of words as I type, which is harder to reproduce step-by-step, but is really annoying. I think these bugs are due to race conditions, where partial search request callbacks are refocusing (or just rewriting the value of) the search input.

@wbond
Copy link
Owner

wbond commented Feb 9, 2015

Thanks for taking the time to submit an issue.

The website and issues are located at https://github.com/wbond/packagecontrol.io.

@wbond
Copy link
Owner

wbond commented Mar 10, 2015

This is being tracked at wbond/packagecontrol.io#42

@wbond wbond closed this as completed Mar 10, 2015
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

2 participants