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

Randomly nothing will happen when you click on quick search #53

Closed
iamfaisalkhan opened this issue May 23, 2019 · 2 comments
Closed

Randomly nothing will happen when you click on quick search #53

iamfaisalkhan opened this issue May 23, 2019 · 2 comments
Assignees

Comments

@iamfaisalkhan
Copy link

Browser: Chrome version 74.0
Nodebb: v1.12.1

The clicks on quick search stop responding randomly before working again. If you search something in quick search box and from the dropdown click on a result item then, what appears to be very random, those clicks will simply close the search box and nothing will happen. The search results remains there and if you open the drop-down and click on the same item couple of times, it eventually works. Clicking on something else still works.

I don't see any error in the developer's console either.

Please, let me know if others have seen this behavior. If it is known or if you guys need additional information to re-produce.

Other than this dbsearch plugin, we have embed, mention, write api plugins installed.

@fais3000
Copy link

@barisusakli This happens on Nodebb: v1.12.2 too, with no other custom plugins except DB search

@barisusakli
Copy link
Owner

I think this happens because this timeout is too small https://github.com/NodeBB/NodeBB/blob/master/public/src/app.js#L642.

I am going to increase it so it catches the click handlers.

barisusakli added a commit to NodeBB/nodebb-plugin-composer-default that referenced this issue May 23, 2019
@barisusakli barisusakli self-assigned this May 23, 2019
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

3 participants