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

Settings panels validating fake mouse input on Chrome #583

Closed
gelim opened this issue Oct 16, 2013 · 5 comments
Closed

Settings panels validating fake mouse input on Chrome #583

gelim opened this issue Oct 16, 2013 · 5 comments

Comments

@gelim
Copy link

gelim commented Oct 16, 2013

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

@dhawani
Copy link

dhawani commented Oct 16, 2013

+1

Its from long back. But I thought only I am facing that problem, hence
didn't report. It happens only in chrome not in Firefox.

@rashidkpc
Copy link
Contributor

I've encountered this, though I can't reliably replicate it. Not totally sure what causes it, but I will continue to debug.

@dhawani
Copy link

dhawani commented Oct 22, 2013

I noticed a pattern. I thought it can be useful to you for replicating the problem.

Steps:
Open a config dialog.
Do multiple clicks on different tabs and mouse over to tabs.

@dhawani
Copy link

dhawani commented Oct 22, 2013

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.

@rashidkpc
Copy link
Contributor

Fixed here d0f90b0

MadameSheema added a commit to MadameSheema/kibana that referenced this issue Jan 31, 2023
…mplate

Adds request template for sec-eng-productivity
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

4 participants
@gelim @dhawani @rashidkpc and others