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

Button click question #68

Closed
GreenArrow18 opened this issue May 22, 2020 · 1 comment
Closed

Button click question #68

GreenArrow18 opened this issue May 22, 2020 · 1 comment
Assignees
Labels
documentation Update documentation

Comments

@GreenArrow18
Copy link

GreenArrow18 commented May 22, 2020

Steps to reproduce:

  1. Press a button (but don't release it)
  2. Move the mouse outside the button
  3. Move back the mouse inside the button
  4. Release while inside the button

I was expecting that this will still generate a valid click event because the initial press and final release are on the same button.

However, it does not register a click event. Is this expected?

EDIT: I have modified the question and issue description, as the click outside events I previously mentioned were normal (for other buttons in the same gui).

@GreenArrow18 GreenArrow18 changed the title Button click outside question Button click question May 22, 2020
@Insality
Copy link
Owner

In Druid, button for click event button should be pressed and released on this without leave node zone. I will add this to documentation. Thanks!

But, yea, this is the bug, click_outside event should be not trigger in this case.

Edit: oh, see. You say it work as expected for click_outside. But anyway I'll check it!

@Insality Insality self-assigned this May 22, 2020
@Insality Insality added the documentation Update documentation label May 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Update documentation
Projects
None yet
Development

No branches or pull requests

2 participants