Skip to content
  • unarist's avatar
    c7908e2d
    Fix scroll behavior and others on paused timeline (#4864) · c7908e2d
    unarist a rédigé
    Resolved:
    
    * Lot of redundant renders while mouse moving
    * Scroll jumping when timeline loaded
    * Scroll position isn't kept when statuses below the scrollTop was deleted then new status arrived
    
    Unresolved:
    
    * Scroll position isn't kept when statuses over the scrollTop was deleted then new status arrived
    -> It needs to know which statuses are over the scrollTop
    * New status indicator should be active when new statuses arrived while mouse moved recently
    -> It needs a) update indicator in ScrollableList, or b) set scrollTop status while mouse moving
    c7908e2d
    Fix scroll behavior and others on paused timeline (#4864)
    unarist a rédigé
    Resolved:
    
    * Lot of redundant renders while mouse moving
    * Scroll jumping when timeline loaded
    * Scroll position isn't kept when statuses below the scrollTop was deleted then new status arrived
    
    Unresolved:
    
    * Scroll position isn't kept when statuses over the scrollTop was deleted then new status arrived
    -> It needs to know which statuses are over the scrollTop
    * New status indicator should be active when new statuses arrived while mouse moved recently
    -> It needs a) update indicator in ScrollableList, or b) set scrollTop status while mouse moving
Chargement en cours