-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Settings panels validating fake mouse input on Chrome #583
Comments
+1 Its from long back. But I thought only I am facing that problem, hence |
I've encountered this, though I can't reliably replicate it. Not totally sure what causes it, but I will continue to debug. |
I noticed a pattern. I thought it can be useful to you for replicating the problem. Steps: |
It happens only when dashboard is loading and you follow above step. from angular-strap.js, removing line 716 to 721 makes it fine, but introduces one more bug: when you close the dialog and re-open it, tab is not selected properly however content is correct. |
Fixed here d0f90b0 |
Hi,
There is a strange behavior with Google Chrome (27 and 28 tested), when you are in any setting panel (like the Dashboard Settings) and you just move the mouse cursor over the browser it will randomly select other settings tabs without the need to click (like if position events were mixed into left-mouse click events).
It seems to appear on a very recent commit (max 2 days).
You can quickly reproduce on http://demo.kibana.org, go to "Dashboard Settings", play a little with selecting tabs and quickly your tabs begin to cycle just by moving the mouse around.
Cheers,
-- Mathieu
The text was updated successfully, but these errors were encountered: