multi_trigger_autocomplete icon indicating copy to clipboard operation
multi_trigger_autocomplete copied to clipboard

Appears to be broken in Flutter 3.22.0

Open HankG opened this issue 1 year ago • 1 comments

I've created a bug over on the Flutter board related to this: https://github.com/flutter/flutter/issues/148653

The TL;DR is that it appears that something in commit 8e418d18185697e56024ef3d5784afba4ac96370 seems to have broken something that is being done with rendering the popup on Linux. I haven't had luck figuring out what exactly yet though. I'm going to keep dabbling with it to see if there is a work around. For now, using the standard example, in previous releases one would get: WorkingExample

...but now one gets:

BrokenExample

The case degenerates in a different way in my own app though.

HankG avatar May 20 '24 01:05 HankG

This change probably fixes it, since this was the test case I reported as being broken. https://github.com/flutter/flutter/issues/148653

HankG avatar Jun 30 '24 18:06 HankG