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

SelectableRegion onSelectionChange should be called when the selection changes #134215

Merged
merged 3 commits into from Sep 9, 2023

Conversation

Renzo-Olivares
Copy link
Contributor

This change makes sure to call onSelectionChange in all cases when selection might change including:

  • Dragging selection handles
  • Mouse drag to select
  • Keyboard actions
  • Long press drag to select

Pre-launch Checklist

  • I read the [Contributor Guide] and followed the process outlined there for submitting PRs.
  • I read the [Tree Hygiene] wiki page, which explains my responsibilities.
  • I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement].
  • I signed the [CLA].
  • I listed at least one issue that this PR fixes in the description above.
  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making, or this PR is [test-exempt].
  • All existing and new tests are passing.

@github-actions github-actions bot added the framework flutter/packages/flutter repository. See also f: labels. label Sep 7, 2023
Copy link
Contributor

@chunhtai chunhtai left a comment

Choose a reason for hiding this comment

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

LGTM

@Renzo-Olivares Renzo-Olivares added the autosubmit Merge PR when tree becomes green via auto submit App label Sep 9, 2023
@auto-submit auto-submit bot merged commit 2c477b1 into flutter:master Sep 9, 2023
67 checks passed
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Sep 10, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Sep 10, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Sep 11, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Sep 11, 2023
auto-submit bot pushed a commit to flutter/packages that referenced this pull request Sep 11, 2023
flutter/flutter@7c28e8e...219efce

2023-09-11 polinach@google.com Cover more tests with leak tracking. (flutter/flutter#134363)
2023-09-11 engine-flutter-autoroll@skia.org Roll Flutter Engine from e9f1696e5060 to 2b5961cbc40d (1 revision) (flutter/flutter#134424)
2023-09-11 engine-flutter-autoroll@skia.org Roll Flutter Engine from ac6be4dbf821 to e9f1696e5060 (1 revision) (flutter/flutter#134410)
2023-09-11 engine-flutter-autoroll@skia.org Roll Flutter Engine from 1aa11b644855 to ac6be4dbf821 (1 revision) (flutter/flutter#134407)
2023-09-11 engine-flutter-autoroll@skia.org Roll Flutter Engine from 7e41b064eb23 to 1aa11b644855 (2 revisions) (flutter/flutter#134404)
2023-09-11 engine-flutter-autoroll@skia.org Roll Flutter Engine from 04d836f69571 to 7e41b064eb23 (1 revision) (flutter/flutter#134396)
2023-09-10 engine-flutter-autoroll@skia.org Roll Flutter Engine from 2acd60d6baed to 04d836f69571 (1 revision) (flutter/flutter#134392)
2023-09-10 engine-flutter-autoroll@skia.org Roll Flutter Engine from 59b08263f7cc to 2acd60d6baed (1 revision) (flutter/flutter#134391)
2023-09-10 engine-flutter-autoroll@skia.org Roll Flutter Engine from a2af0c6965be to 59b08263f7cc (1 revision) (flutter/flutter#134384)
2023-09-10 engine-flutter-autoroll@skia.org Roll Flutter Engine from 47d1a045d140 to a2af0c6965be (1 revision) (flutter/flutter#134375)
2023-09-10 dacoharkes@google.com Native assets support for MacOS and iOS (flutter/flutter#130494)
2023-09-10 engine-flutter-autoroll@skia.org Roll Flutter Engine from feea98d6d0ae to 47d1a045d140 (1 revision) (flutter/flutter#134368)
2023-09-10 engine-flutter-autoroll@skia.org Roll Flutter Engine from 4edbefa5e8f7 to feea98d6d0ae (1 revision) (flutter/flutter#134365)
2023-09-09 rmolivares@renzo-olivares.dev SelectableRegion onSelectionChange should be called when the selection changes (flutter/flutter#134215)
2023-09-09 engine-flutter-autoroll@skia.org Roll Flutter Engine from b8afb6deacf3 to 4edbefa5e8f7 (1 revision) (flutter/flutter#134360)
2023-09-09 engine-flutter-autoroll@skia.org Roll Flutter Engine from d1913cb6a276 to b8afb6deacf3 (1 revision) (flutter/flutter#134356)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-packages
Please CC camillesimon@google.com,rmistry@google.com,stuartmorgan@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Packages: https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autosubmit Merge PR when tree becomes green via auto submit App framework flutter/packages/flutter repository. See also f: labels.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants