Closed kjk closed 8 years ago
it seems to work. At least in chrome and safari
I think I narrowed down when it happens. When there are no results, resizing works fine.
When there are many results (e.g. run select * from city
in world database), resizing pretty much doesn't work. I imagine this is related to slowness of re-rending. I imagine resizing also re-renders everything.
I think it's related: we used to limit number of entries we show at once (to 100?) but for select * from city
I see 4079 results and rendering that is going to be slow. Not sure when it changed.
Tested on safari.
I tried to resize sidebar. Sometimes it doesn't work at all. Even when it does, it doesn't resize live but only after mouse is released.