You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception has occurred.
_AssertionError ('package:flutter/src/widgets/overlay.dart': Failed assertion: line 207 pos 12: '_overlay != null': is not true.)
To Reproduce
Demo video (app froze)451091209_7730419923692402_9121421302538562656_n.1.mp4
Steps to reproduce the behavior in the demo video:
Clone the main branch.
Add more searchfields to the example file.
Run the example app like the video below: search on the second field, then scroll back up (the second field is now out of sight), then tap on the first field.
See error
Further investigation, it seems that the Overlay Entry was invalidated by the list view due to being scroll off-screen.
[x] By clicking this checkbox, I confirm I am using the latest version of the package found on pub.dev/searchfield
Code sample
Show code sample
Well nothing much, I just put two UserSelect() on the same page. Pretty sure they don't conflict when sharing the same sample data.
I think will be fixed by handling the onTapOutside properly.
maheshj01
added
bug
Something isn't working
P3
Low Priority: A bug or a feature request we plan to work on in near future (default)
and removed
in triage
Issue is currently being triaged
labels
Jul 15, 2024
Describe the bug
To Reproduce
Demo video (app froze)
451091209_7730419923692402_9121421302538562656_n.1.mp4
Steps to reproduce the behavior in the demo video:
Further investigation, it seems that the Overlay Entry was invalidated by the list view due to being scroll off-screen.
[x] By clicking this checkbox, I confirm I am using the latest version of the package found on pub.dev/searchfield
Code sample
Show code sample
Well nothing much, I just put two UserSelect() on the same page. Pretty sure they don't conflict when sharing the same sample data.Raw code of example main.dart
The text was updated successfully, but these errors were encountered: