You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the in-development video player app, all the annotatable content is in the transcript container. The bucket bar however is in its usual location on the right side of the screen:
I find that these buckets end up being hard to see / easy to miss as they are visually detached from the container that scrolls. A possibility that we want to explore instead is attaching the bucket bar to the transcript container. This might be connected to preventing annotation of content outside of the transcript.
How does the host page specify a container to attach the bucket bar to?
The bucket bar currently lives inside the <hypothesis-sidebar> shadow DOM, which isolates it from the page's styles. We'd probably need to extract it into its own custom element with its own shadow DOM.
In the in-development video player app, all the annotatable content is in the transcript container. The bucket bar however is in its usual location on the right side of the screen:
I find that these buckets end up being hard to see / easy to miss as they are visually detached from the container that scrolls. A possibility that we want to explore instead is attaching the bucket bar to the transcript container. This might be connected to preventing annotation of content outside of the transcript.
The text was updated successfully, but these errors were encountered: