ianrenton / SuccessWhale

:whale: A web-based multi-column social network client. No longer functional or maintained!
BSD 2-Clause "Simplified" License
14 stars 7 forks source link

Double scroll bar after window resize #15

Closed haku closed 13 years ago

haku commented 13 years ago

Steps:

Sees that the size of the main area is fixed on page load.

Doing it the other way around (refreshing then making the window bigger) results in a void area at the bottom of the screen.

ianrenton commented 13 years ago

I assume there's a JavaScript hook for window resize, I'll get the main-area-resizing triggering off that.

ianrenton commented 13 years ago

Done, could you check it's working please? (in the latest source or on test.successwhale.com)

haku commented 13 years ago

Still seeing this - the outer scrollbar has 1 to 2 pixels of movement. but it does not change when the window is resized.

ianrenton commented 13 years ago

I've probably broken the two-pixels thing again by adding the number-of-columns picker. Is the adjustment on resize still not working for you? It works for me in FF4, C11 and IE8.

haku commented 13 years ago

it does resize on resize, its just out by a few px.

ianrenton commented 13 years ago

Fixx0rd. Happy to close this now?

haku commented 13 years ago

^^