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

[rustdoc] weird behavior when pressing ESC on search results #67461

Closed
GuillaumeGomez opened this issue Dec 20, 2019 · 0 comments · Fixed by #67527
Closed

[rustdoc] weird behavior when pressing ESC on search results #67461

GuillaumeGomez opened this issue Dec 20, 2019 · 0 comments · Fixed by #67527
Assignees
Labels
C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@GuillaumeGomez
Copy link
Member

No description provided.

@GuillaumeGomez GuillaumeGomez added the T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. label Dec 20, 2019
@GuillaumeGomez GuillaumeGomez self-assigned this Dec 20, 2019
@Centril Centril added the C-bug Category: This is a bug. label Dec 21, 2019
Centril added a commit to Centril/rust that referenced this issue Dec 23, 2019
…h, r=kinnison

Results show too much

Fixes rust-lang#67461.

To reproduce the current issue: search anything, then once the results appears, press escape. They should disappear then re-appear right away. This is because blurring an element triggers the "change" event.

r? @kinnison
Centril added a commit to Centril/rust that referenced this issue Dec 23, 2019
…h, r=kinnison

Results show too much

Fixes rust-lang#67461.

To reproduce the current issue: search anything, then once the results appears, press escape. They should disappear then re-appear right away. This is because blurring an element triggers the "change" event.

r? @kinnison
@bors bors closed this as completed in 6f38a15 Dec 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants