vuido
vuido copied to clipboard
issues with Area
I've run across a number of issues with the <Area> and <AreaText> components, which may be libUI issues, but very well may be race conditions in vuido. When <Area> is placed inside <Box>, it renders inside a 1x1 box, making it appear it has not worked at all.
Now to further confuse things... in linux (GTK), adding scrollable="false" height="1"
appears to make it render at least well enough for my purposes... however, that hacky little fix does not seem to work for windows.
Code wise, i've pretty much copy pasted the examples... Is there a way we can force a layout update? I'm not sure thats where the issue is, but thats where my suspicions lie.