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

[Cp] Fix Tooltip crash when selected in a SelectableRegion (#130181) #131288

Merged

Commits on Jul 25, 2023

  1. Exclude Tooltip's overlay child from SelectableRegion (flutter#130181)

    Fixes flutter#129969 by making tooltip text unselectable (for now). 
    Also fixes some other issues uncovered when I was writing the tests.
    
    Currently `getTransformTo` only works on ancestors. I'll try to add a new method that computes the transform from 2 arbitrary render objects in the same render tree in a follow-up PR and make `Selectable` use that method instead.
    LongCatIsLooong committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    a4ffc81 View commit details
    Browse the repository at this point in the history