Hi Arlen The other issue was performance: the more complex CSS based scrolling is not as well optimised by current browsers, and generates repaint events during scrolling - killing performance on mobile devices. The current scroll behaviour manages to avoid repaints during scrolling.
Anyhow, with the <$scrollable> widget it will be easy to customise things so that the story river scrolls in the way that you want; just wrap the story river in a scrollable widget. Best wishes Jeremy. On Wed, Mar 26, 2014 at 2:43 PM, Arlen Beiler <[email protected]> wrote: > Hi Everyone, > > > https://github.com/Jermolene/TiddlyWiki5/commit/59ac38a3da8ea85422f1955a0513f25c1f223333 > > >> The problem was that the scrollable required that the mouse be over the >> story river itself in order to scroll it with the wheel. If we fallback to >> scrolling the story by scrolling the browser body then we are able to >> scroll even if the mouse is over the sidebar. > > > I actually like it if the story river doesn't scroll when you scroll the > sidebar. It makes it feel much cleaner because I can quickly scroll to the > bottom or top without unrelated parts of the page suddenly scrolling. > > Just a thought. > --Arlen > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWikiDev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/tiddlywikidev. > For more options, visit https://groups.google.com/d/optout. > -- Jeremy Ruston mailto:[email protected] -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywikidev. For more options, visit https://groups.google.com/d/optout.
