Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Timeline + ScrolledHandler

    Hi,
    I have added a ScrolledHandler to the timeline (SNAPSHOT_v9.0d_2013-05-10/EVAL Deployment) but it is not called if the component is scrolled in the browser window (Firefox 20.0.1 und Chrome 26.0.1410.64). However, if I scroll via, e.g.,
    Code:
    calendar.scrollBy(10, 5);
    the handler is fired but there are no changes in the browser.

    Thanks for your help!
    Juergen

    #2
    The Timeline widget as a whole isn't what scrolls - what scrolls is actually the "body" AutoChild of the "timelineView" AutoChild (background on autochildren is here).

    Comment

    Working...
    X