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
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.
Hi, yes, there are certainly some outstanding issues on splitters currently... they are getting better (slowly) but there are certainly some outstanding problems... This one is actually new to me, so ill have investigate...
Hi, yes, there are certainly some outstanding issues on splitters currently... they are getting better (slowly) but there are certainly some outstanding problems... This one is actually new to me, so ill have investigate...
Sorry! (and thanks!) Ian
No worries, man. Keep on doing the good work :)
I also stumbled upon an issue while trying to mitigate the original issue. If I try setting one of the splitter's box element a style="min-width:250px;", the tab hangs on initial render/tab open.
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:
The text was updated successfully, but these errors were encountered: