I learned a new word today. On Wed, Apr 12, 2017 at 2:28 AM Jean-Philippe ANDRÉ <[email protected]> wrote:
> jpeg pushed a commit to branch master. > > > http://git.enlightenment.org/core/efl.git/commit/?id=bc4f803d37016e1f242c702bb39a9f766496af89 > > commit bc4f803d37016e1f242c702bb39a9f766496af89 > Author: Jean-Philippe Andre <[email protected]> > Date: Wed Apr 12 11:31:21 2017 +0900 > > scroller: Fix wheel scroll with imbricated H+V scrollers > > Test scenario: > elementary_test -to "Scroller 2" > > Use the mouse wheel to scroll inside the horizontal scroller > (the one with many "...Horizontal scrolling..." buttons). This > scroller should scroll horizontally. When reaching the end of > this scroller, the main vertical scroller should take over > and scroll vertically, but only after a 0.5s timeout has passed. > > Before this patch, you could wait forever and scrolling inside > the horizontal scroller would never trigger a scroll in the main > vertical scroller, despite reaching the end point. > > In 1.18 both the main and the horizontal scrollers scroll > simultaneously. The imbricated vertical scrollers seem to work > as designed, but not H inside V. > > @fix > --- > src/lib/elementary/elm_interface_scrollable.c | 28 > +++++++++++++++++++-------- > 1 file changed, 20 insertions(+), 8 deletions(-) > > ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
