kjk / dbworkbench

Database workbench for Mac and Windows
MIT License
5 stars 1 forks source link

Resizing of sidebar doesn't work when many results shown #58

Closed kjk closed 8 years ago

kjk commented 8 years ago

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.

thellimist commented 8 years ago

it seems to work. At least in chrome and safari

kjk commented 8 years ago

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.