• Robert Knight's avatar
    Update bucket bar when scrollable containers are scrolled · 62a3f966
    Robert Knight authored
    The bucket bar updated the location of buckets when the document or root content
    element was scrolled, but not when scrollable descendants (eg.  created by
    `overflow: scroll`) were scrolled. This is because we were listening for the
    `scroll` event, which does not bubble. Use a capture listener instead.
    
    Fixes #5463
    62a3f966
Name
Last commit
Last update
..
annotator Loading commit data...
boot Loading commit data...
images/icons Loading commit data...
shared Loading commit data...
sidebar Loading commit data...
styles Loading commit data...
test-util Loading commit data...
types Loading commit data...
karma.config.js Loading commit data...
tsconfig.json Loading commit data...