Prevent visualization element from blocking mouse interaction in test:dev UI.#8364
Merged
cjcenizal merged 1 commit intoelastic:masterfrom Sep 20, 2016
Merged
Conversation
Contributor
|
LGTM |
elastic-jasper
added a commit
that referenced
this pull request
Sep 20, 2016
--------- **Commit 1:** Prevent visualization element from blocking mouse interaction in test:dev UI. * Original sha: 9907f93 * Authored by CJ Cenizal <cj@cenizal.com> on 2016-09-20T02:12:22Z
elastic-jasper
added a commit
that referenced
this pull request
Sep 20, 2016
--------- **Commit 1:** Prevent visualization element from blocking mouse interaction in test:dev UI. * Original sha: 9907f93 * Authored by CJ Cenizal <cj@cenizal.com> on 2016-09-20T02:12:22Z
cjcenizal
added a commit
that referenced
this pull request
Sep 20, 2016
[backport] PR #8364 to 5.x - Prevent visualization element from blocking mouse interaction in test:dev UI.
cjcenizal
added a commit
that referenced
this pull request
Sep 20, 2016
[backport] PR #8364 to 5.0 - Prevent visualization element from blocking mouse interaction in test:dev UI.
airow
pushed a commit
to airow/kibana
that referenced
this pull request
Feb 16, 2017
[backport] PR elastic#8364 to 5.x - Prevent visualization element from blocking mouse interaction in test:dev UI. Former-commit-id: 632c7fa
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When you run
npm run test:dev, a Chrome instance opens up that displays the results of tests as they run. You can click on a test to restrict subsequent re-runs to just that test. If you try to click a test or test suite in the top half of the Chrome window, there's a visualization element that blocks your click. This PR addspointer-events: noneto that element to solve this problem.