Skip to content

Conversation

@gspencergoog
Copy link
Contributor

Description

This fixes #90044 by limiting the effect of useDeleteButtonTooltip to the delete button, instead of both the main tooltip and the delete button. This means that when useDeleteButtonTooltip was false, it used to not display the main tooltip either, but now it does.

Related Issues

Tests

  • Added a test to make sure that useDeleteButtonTooltip only applies to the delete button.

@flutter-dashboard flutter-dashboard bot added f: material design flutter/packages/flutter/material repository. framework flutter/packages/flutter repository. See also f: labels. labels Sep 21, 2021
@google-cla google-cla bot added the cla: yes label Sep 21, 2021
@gspencergoog gspencergoog requested review from LongCatIsLooong, darrenaustin and goderbauer and removed request for goderbauer September 21, 2021 17:12
@gspencergoog gspencergoog removed the request for review from LongCatIsLooong September 22, 2021 22:27
Copy link
Contributor

@darrenaustin darrenaustin left a comment

Choose a reason for hiding this comment

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

LGTM. Nice cleanup.

@gspencergoog gspencergoog merged commit 0b7dc66 into flutter:master Sep 24, 2021
@gspencergoog gspencergoog deleted the fix_chip_tooltip branch September 24, 2021 23:56
clocksmith pushed a commit to clocksmith/flutter that referenced this pull request Oct 29, 2021
…elete button. (flutter#90464)

This fixes flutter#90044 by limiting the effect of useDeleteButtonTooltip to the delete button, instead of both the main tooltip and the delete button. This means that when useDeleteButtonTooltip was false, it used to not display the main tooltip either, but now it does.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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.

Chip tooltips not showing when default delete tooltip is used

2 participants