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

middle-click+drag scrolling does not work #8

Closed haku closed 10 years ago

haku commented 13 years ago

suspect its because of the way you have created the scrolling div and might actually be a firefox bug.

haku commented 13 years ago

btw, its called "auto scroll" and my be disabled in FF by default... preferences > advanced > general > auto scroll.

ianrenton commented 13 years ago

I'll play around with it. It probably does just scroll the top-level pane, which in the case of n-column SuccessWhale doesn't have scrollbars.

If that is a Firefox limitation, there's no real way to work around it without making the top-level pane the thing that scrolls - ugliness then ensues, as well as having to scroll all the way to the bottom in order to scroll right. Best avoided if possible :)

ianrenton commented 13 years ago

Nice. IE8's equivalent works fine :P

ianrenton commented 10 years ago

Fixed in 3.0-dev, because the scrolling is managed differently. (The whole page scrolls with a position:fixed header, rather than having an inner div that scrolls.