-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
fix: Text Inside ListView - Column or Row #226
Comments
Also encountered this 🙋♂️ |
Thanks for opening this issue, I'll look into it next week to see what exactly is going on with the semantic tree! |
Variating inside a ListView with Wrap, Flex, Row or Collumn, gives the same result, not identifiable element in fluttium. |
just for notice, it may be related to the semantics tree, and it worked in my case to add a Semantics Widget above these elements and add to it a label summarizing what it was supposed to find inside. |
@wolfenrain curious about the prioritization of this. We're evaluating fluttium and this seems to be a pretty big blocker, but maybe there's a semi-simple workaround? I tried fiddling with |
I never reported my findings here, so thanks for resurfacing it! So it seems that both the column and row widgets don't expose their child semantics correctly in a few cases, or Fluttium doesn't find them correctly. In theory it should work with the semantics wrapping but if it is indeed a lookup/expose problem then it will be a blocker either way. I'll prioritize this issue for the next few days because it is quite annoying 😅 |
@PiotrFLEURY shared some information regarding a similar problem here: #308 (comment) This might be also what's going on with the columns and rows. Just sharing here for completion sake |
Description
when i put text inside column and wrap listview text not found also happen when change column to row
Steps To Reproduce
Expected Behavior
You have pushed the button this many times: and counter must be pass or found
Screenshots
The text was updated successfully, but these errors were encountered: