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

FloatingButtonBar Clicking issue #26

Open
timunie opened this issue Oct 4, 2021 · 1 comment
Open

FloatingButtonBar Clicking issue #26

timunie opened this issue Oct 4, 2021 · 1 comment
Projects
Milestone

Comments

@timunie
Copy link
Contributor

timunie commented Oct 4, 2021

Hi @PieroCastillo

there is an issue where the Click doesn't work everywhere. See video attached:
FloatingButtonClickingIssue

I already know the root cause:

  • The ItemsPresenter is Transparent bur still above the ToggleButton.
  • This leads to the ItemsPresenter eating up the Click-Event

Possible Solution:

  • Set IsHitTestVisible=false
  • Set IsTabStop=false
  • Set Focusable=false
  • or alternative: Set IsVisible=false (But this may break animation)

Happy coding
Tim

@PieroCastillo
Copy link
Owner

PieroCastillo commented Oct 6, 2021

I think that's a bug with the Bounds, I'll work in that

@PieroCastillo PieroCastillo added this to To do in 0.1.5 Nov 5, 2021
@PieroCastillo PieroCastillo moved this from To do to To Do (Priority) in 0.1.5 Nov 5, 2021
@PieroCastillo PieroCastillo added this to the v0.1.5 milestone Jan 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo (Priority)
0.1.5
To Do (Priority)
Development

No branches or pull requests

2 participants