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

Fix: ToggleButton interaction problem in SplitButton #1297

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

newtype0096
Copy link

@newtype0096 newtype0096 commented Dec 23, 2024

  • fix: ToggleButton interaction problem in SplitButton

The flyout is displayed only when the button's image is clicked precisely, and this is inconvenient for the user.

Pull request type

Please check the type of change your PR introduces:

  • Update
  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes

What is the current behavior?

The flyout is displayed only when the red area is clicked, and the button command is executed when any other area is clicked.

image

Issue Number: [#1179] - Style Enhancement

What is the new behavior?

The flyout is displayed when any area of the ToggleButton is clicked.

image

@github-actions github-actions bot added controls Changes to the appearance or logic of custom controls. styles Topic is related to styles PR Pull request release labels Dec 23, 2024
@newtype0096 newtype0096 force-pushed the main branch 2 times, most recently from 9e00a6c to b7d5c12 Compare December 23, 2024 02:01
* fix: ToggleButton interaction problem in SplitButton

The flyout is displayed only when the button's image is clicked precisely, and this is inconvenient for the user.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
controls Changes to the appearance or logic of custom controls. PR Pull request release styles Topic is related to styles
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant