Results 85 comments of Renzo Olivares

@Piinks this looks like the same issue. I'll take a look and confirm.

Hi @alekoleg the description of the problem and workaround can be found here https://github.com/flutter/flutter/issues/127017#issuecomment-1564992595 . Essentially it is to wrap the outer scroll view in a `MediaQuery` widget and define...

I'll check on the google testing issues @bleroux.

@bleroux There is one test failure that i'm not too sure is expected or not. Before this change the `prefix`/`prefixText` would not show when the `floatingLabelBehavior` is set to `FloatingLabelBehavior.always`,...

@Piinks it is unfortunately. A similar issue was reported in https://github.com/flutter/flutter/issues/124421 and I have a temporary workaround / explanation of the context of the issue here https://github.com/flutter/flutter/issues/124421#issuecomment-1500666795. A similar workaround...

@MousyBusiness do you have a reproducible example I can test out?

@MousyBusiness sorry for the late reply. The workaround I posted should still work in this case. You just have to move the added `MediaQuery` widget to encapsulate the `GestureDetector` that...

@justinmc Looks like this bug existed before any of my recent scrolling changes. It looks like the culprit is that we are trying to bring the selection into view when...

@tgucio sorry this wasn't ready for review. This depends on another PR so some files are not related to this one. Appreciate the feedback nonetheless :)