• Eduardo Sanz García's avatar
    Fix create of a page not in VitalSource · 55f2ec61
    Eduardo Sanz García authored
    After #4176, the 'create note' button has stopped working in
    VitalSource. That's because we don't create the guest frame in the host
    frame. Creating a note relayed on one of the guest frames having a
    frameIdentifier` with value `null`. That's not longer the case.
    
    Now, when creating a page note we send the request to the first
    connected guest frame. This is analogous to #4177.
    
    In addition, we only send `textUnselected`, `textSelected` and
    `createAnnotation` RPC events to only specific guest frames. That
    simplifies the logic by avoiding to send a `frameIdentifier`.
    55f2ec61
Name
Last commit
Last update
..
anchoring Loading commit data...
components Loading commit data...
config Loading commit data...
integrations Loading commit data...
test Loading commit data...
util Loading commit data...
.eslintrc.js Loading commit data...
adder.js Loading commit data...
annotation-counts.js Loading commit data...
bucket-bar-client.js Loading commit data...
bucket-bar.js Loading commit data...
features.js Loading commit data...
frame-observer.js Loading commit data...
guest.js Loading commit data...
highlighter.js Loading commit data...
hypothesis-injector.js Loading commit data...
icons.js Loading commit data...
index.js Loading commit data...
notebook.js Loading commit data...
range-util.js Loading commit data...
selection-observer.js Loading commit data...
sidebar-trigger.js Loading commit data...
sidebar.js Loading commit data...
toolbar.js Loading commit data...