Skip to content

Conversation

@ahmedsameha1
Copy link
Contributor

This is my attempt to handle #6537 for the TextSelectionToolbarTextButton widget.

@github-actions github-actions bot added a: text input Entering text in a text field or keyboard related problems framework flutter/packages/flutter repository. See also f: labels. f: material design flutter/packages/flutter/material repository. labels Nov 12, 2025
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request adds a regression test to ensure that TextSelectionToolbarTextButton does not crash when rendered in a zero-sized area. The test places the widget within a SizedBox.shrink() and correctly asserts that its size is zero, effectively preventing a potential crash scenario. The added test is clear, concise, and improves the robustness of the widget. The change is beneficial and I have no further comments.

Copy link
Contributor

@dkwingsmt dkwingsmt left a comment

Choose a reason for hiding this comment

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

Checklist:

  • The test is in the correct file
  • The test name goes “does not crash at zero area”
  • The target widget is wrapped by Center (or is fullscreen)
  • The target widget does not have an overlay, or the overlay is tested
  • The target widget is expected to have a size of exactly Size.zero

@dkwingsmt dkwingsmt added the autosubmit Merge PR when tree becomes green via auto submit App label Nov 19, 2025
@auto-submit auto-submit bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Nov 19, 2025
@auto-submit
Copy link
Contributor

auto-submit bot commented Nov 19, 2025

autosubmit label was removed for flutter/flutter/178374, because - The status or check suite Mac customer_testing has failed. Please fix the issues identified (or deflake) before re-applying this label.

@victorsanni victorsanni added the autosubmit Merge PR when tree becomes green via auto submit App label Nov 21, 2025
@auto-submit auto-submit bot added this pull request to the merge queue Nov 21, 2025
Merged via the queue into flutter:master with commit c5d2104 Nov 21, 2025
70 of 71 checks passed
@flutter-dashboard flutter-dashboard bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Nov 21, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Nov 21, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Nov 21, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Nov 21, 2025
auto-submit bot pushed a commit to flutter/packages that referenced this pull request Nov 21, 2025
flutter/flutter@9f383e0...d438df3

2025-11-21 jason-simmons@users.noreply.github.com [ Tool ] Use a separate output directory when the native hooks run the build system (flutter/flutter#178840)
2025-11-21 dolt@guide.inc Fix Windows Enter key after focus loss (flutter/flutter#178523)
2025-11-21 engine-flutter-autoroll@skia.org Roll Dart SDK from 369795548c09 to c788b6a7aefd (1 revision) (flutter/flutter#178924)
2025-11-21 engine-flutter-autoroll@skia.org Roll Skia from 51fd48dccfb8 to d4e9d2873bfd (4 revisions) (flutter/flutter#178912)
2025-11-21 1063596+reidbaker@users.noreply.github.com Add changelog for 3.38.2 (flutter/flutter#178796)
2025-11-21 engine-flutter-autoroll@skia.org Roll Dart SDK from 003a42bad376 to 369795548c09 (2 revisions) (flutter/flutter#178899)
2025-11-21 engine-flutter-autoroll@skia.org Roll Skia from b9eafe0fab0c to 51fd48dccfb8 (1 revision) (flutter/flutter#178897)
2025-11-21 engine-flutter-autoroll@skia.org Roll Dart SDK from 0894b46fff76 to 003a42bad376 (1 revision) (flutter/flutter#178889)
2025-11-21 ahmedsameha1@gmail.com Make sure that a TextSelectionToolbarTextButton doesn't crash in 0x0 … (flutter/flutter#178374)
2025-11-21 ahmedsameha1@gmail.com Make sure that a CupertinoSpellCheckSuggestionsToolbar doesn't crash … (flutter/flutter#177978)
2025-11-21 ahmedsameha1@gmail.com Make sure that a TabBar doesn't crash in 0x0 environment (flutter/flutter#178201)
2025-11-20 ahmedsameha1@gmail.com Make sure that a ToggleButtons doesn't crash in 0x0 environment (flutter/flutter#178454)
2025-11-20 engine-flutter-autoroll@skia.org Roll Skia from d7b961c5f305 to b9eafe0fab0c (6 revisions) (flutter/flutter#178888)
2025-11-20 97480502+b-luk@users.noreply.github.com Add macrobenchmark perf test for drawing arcs (flutter/flutter#178690)
2025-11-20 engine-flutter-autoroll@skia.org Roll Dart SDK from 5b21f8a7d5d3 to 0894b46fff76 (1 revision) (flutter/flutter#178881)
2025-11-20 engine-flutter-autoroll@skia.org Roll Skia from 6284b4f09e14 to d7b961c5f305 (1 revision) (flutter/flutter#178867)
2025-11-20 engine-flutter-autoroll@skia.org Roll Fuchsia Linux SDK from 0z3qxzY6CWb8iVxEf... to Y-cMdgKy3d6EnibWR... (flutter/flutter#178865)
2025-11-20 engine-flutter-autoroll@skia.org Roll Packages from 8f72e4b to b1e2fb0 (6 revisions) (flutter/flutter#178868)

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 louisehsu@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://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
okorohelijah pushed a commit to okorohelijah/flutter that referenced this pull request Nov 21, 2025
flutter#178374)

This is my attempt to handle
flutter#6537 for the
TextSelectionToolbarTextButton widget.

Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com>
Co-authored-by: Victor Sanni <victorsanniay@gmail.com>
mboetger pushed a commit to mboetger/flutter that referenced this pull request Dec 2, 2025
flutter#178374)

This is my attempt to handle
flutter#6537 for the
TextSelectionToolbarTextButton widget.

Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com>
Co-authored-by: Victor Sanni <victorsanniay@gmail.com>
reidbaker pushed a commit to AbdeMohlbi/flutter that referenced this pull request Dec 10, 2025
flutter#178374)

This is my attempt to handle
flutter#6537 for the
TextSelectionToolbarTextButton widget.

Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com>
Co-authored-by: Victor Sanni <victorsanniay@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

a: text input Entering text in a text field or keyboard related problems f: material design flutter/packages/flutter/material repository. framework flutter/packages/flutter repository. See also f: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants