I've isolated an example where an expansion panel can easily expand outside the bounds of the ListGrid's background colored area. I've attached a gif of what that looks like as well as some sample code to reproduce the problem. Just dump the code in the "Hello World" demo and open the first row (as in the gif):
https://www.smartclient.com/smartcli...izeIncrease=10
I'm not certain how wide I really expect it to be (I'd guess not wider than the columns?), but its inability to decide its width is a jolting visual effect. If I do things like resize the window or move my mouse over the ListGrid then the width sometimes flips back and forth.
(Note: if you keep playing with this sample code, you'll eventually see exceptions in the console and in some cases it'll result in infinite errors(?). I don't see exceptions in my real code, so I'll assume something happened when I generated this test case -- and I don't care about that).
Thanks!
Google Chrome is up to date
Version 62.0.3202.94 (Official Build) (64-bit)
https://www.smartclient.com/smartcli...izeIncrease=10
I'm not certain how wide I really expect it to be (I'd guess not wider than the columns?), but its inability to decide its width is a jolting visual effect. If I do things like resize the window or move my mouse over the ListGrid then the width sometimes flips back and forth.
(Note: if you keep playing with this sample code, you'll eventually see exceptions in the console and in some cases it'll result in infinite errors(?). I don't see exceptions in my real code, so I'll assume something happened when I generated this test case -- and I don't care about that).
Thanks!
Google Chrome is up to date
Version 62.0.3202.94 (Official Build) (64-bit)
Comment