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: 🐛 Fixed cursor not changing to click mode issue (#503) #504

Merged

Conversation

Sahil-Simform
Copy link
Collaborator

Description

fix: 🐛 Fixed curser not changing to click mode issue

  • When cursor is hovering over the default action widget it does not change to click mode

Checklist

  • The title of my PR starts with a Conventional Commit prefix (fix:, feat:, docs: etc).
  • I have followed the Contributor Guide when preparing my PR.
  • I have updated/added tests for ALL new/updated/fixed functionality.
  • I have updated/added relevant documentation in docs and added dartdoc comments with ///.
  • I have updated/added relevant examples in examples or docs.

Breaking Change?

  • Yes, this PR is a breaking change.
  • No, this PR is not a breaking change.

Related Issues

Closes #503

CHANGELOG.md Outdated
@@ -161,4 +163,4 @@ Added onTargetTap callback feature [#10](https://github.com/simformsolutions/flu

## [0.1.0] - Initial release on 22nd Augest, 2019.

* First release.
* First release.~~

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

^^

@Sahil-Simform Sahil-Simform force-pushed the issue/issue-503_curser_not_changing_to_click_in_web branch from c3c92fd to 15c764f Compare February 26, 2025 05:05
Copy link
Collaborator

@aditya-css aditya-css left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please consider supporting mouse cursor in other areas as well.

@Sahil-Simform Sahil-Simform force-pushed the issue/issue-503_curser_not_changing_to_click_in_web branch 2 times, most recently from f3f47c0 to 6ad96bc Compare February 26, 2025 07:43
@Sahil-Simform Sahil-Simform force-pushed the issue/issue-503_curser_not_changing_to_click_in_web branch from 6ad96bc to 183e093 Compare February 26, 2025 07:57
@aditya-css aditya-css merged commit 817e005 into master Feb 26, 2025
2 checks passed
@aditya-css aditya-css deleted the issue/issue-503_curser_not_changing_to_click_in_web branch February 26, 2025 08:02
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

Successfully merging this pull request may close these issues.

[web] - default TooltipActionButton's do not have click cursors
3 participants