• Eduardo Sanz García's avatar
    Focus on annotations rely on inter-frame communication · d9966ae4
    Eduardo Sanz García authored
    `BucketBar` was setting the focus when hovering on the left-pointed
    buckets. That relied on direct access to the anchors, which it is not
    always possible. Instead, now the `BucketBar` communicates with a new
    RPC event, `focusAnnotations`, in the `guest-host` channel (analogous to
    the `focusAnnotations` in the `sidebar-guest` channel.
    
    I have made a small improvement: when hovering a left-pointed bucket,
    not only focus the anchor's highlights but also the corresponding
    annotation cards in the sidebar. The same can be done for top and
    bottom-pointed buckets.
    d9966ae4
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...
highlighter-test.js Loading commit data...
notebook-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...