Re: Scrolling to make sure that a Zone is visible

2010-06-03 Thread Pierce Wetter
>> b. If I should contribute some sort of "scroll" effect to >> Tapestry.ElementEffect. > > I'd pick this route, then you can just set the "show" attribute to > "scroll" in whatever zones you want to have this behavior and not > duplicate the code. You might want to use > http://www.proto

Re: Scrolling to make sure that a Zone is visible

2010-06-02 Thread Josh Canfield
> It doesn't seem like the default zone update functions will ensure that the > browser scrolls to show a zone. Right, that'd be something you'd want to implement yourself. >b. If I should contribute some sort of "scroll" effect to > Tapestry.ElementEffect. I'd pick this route, then