-
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
I've noticed an issue when using Splitters to shrink a ListView that resizes together with the shrinking container. Once you shrink it to the smallest size possible, the browser tab hangs forcing you to close the unresponsive tab.
Reproduction on the Playground (move the splitter all the way to the right)
This issue persists on Chrome, Edge, and FireFox. Seems like an infinite loop or recursion occurs during resizing.
Pasting in the code bellow:
<vbox style="padding: 5px;" width="100%" height="100%">
<splitter direction="horizontal" width="100%" height="100%">
<box width="75%" height="100%">
</box>
<box width="25%" height="100%">
<listview id="lv1" width="100%" height="100%">
<data>
<item text="List item 1" />
<item text="List item 2" />
<item text="List item 3" />
<item text="List item 4" />
<item text="List item 5" />
</data>
</listview>
</box>
</splitter>
</vbox>
Metadata
Metadata
Assignees
Labels
No labels