• Robert Knight's avatar
    Don't close the sidebar for pointer events within the bounds of the sidebar · 6aeeed8c
    Robert Knight authored
    Fix an issue where clicking in transparent areas of the bucket bar could close
    the sidebar when side-by-side mode is disabled. Such clicks are allowed to
    bubble up to `document.body` because the user may be trying to click on a
    scrollbar thumb or other element in this area. However we don't want these
    clicks to close the sidebar like clicking elsewhere on the document does, as
    this can be annoying if the user was trying to click on eg. a sidebar bucket but
    missed.
    
    In fixing this, the separate mouse and touch event listeners have been replaced
    with a pointer event listener, as this is now supported in all of our target
    browsers.
    6aeeed8c
Name
Last commit
Last update
..
integration Loading commit data...
adder-test.js Loading commit data...
annotation-counts-test.js Loading commit data...
bucket-bar-client-test.js Loading commit data...
bucket-bar-test.js Loading commit data...
empty.html Loading commit data...
features-test.js Loading commit data...
frame-observer-test.js Loading commit data...
guest-test.js Loading commit data...
highlight-clusters-test.js Loading commit data...
highlighter-test.js Loading commit data...
notebook-test.js Loading commit data...
profile-test.js Loading commit data...
range-util-test.js Loading commit data...
selection-observer-test.js Loading commit data...
sidebar-test.js Loading commit data...
sidebar-trigger-test.js Loading commit data...
toolbar-test.js Loading commit data...