client
client copied to clipboard
The Hypothesis web-based annotation client.
This fixes an issue where the `show` method could position the adder incorrectly if the emptiness of `annotationsForSelection` changed since the adder was previously displayed. This is because the size...
### Expected behaviour The user should be able to change the language of the UI. ### Actual behaviour English is the only available language of the UI.
OpenStax web pages have a `* { overflow: auto }` rule in them. This gets applied to the `` element which results in the adder toolbar's children alway being hidden/clipped,...
### Steps to reproduce 1. navigate to https://www.dpreview.com/ 2. activate the extension or bookmarklet ### Expected behaviour The Sidebar should appear on the site. ### Actual behaviour The Sidebar does...
The font size of the client's adder toolbar is tiny on Stack Overflow ([example URL](https://stackoverflow.com/questions/54033808)), compared to the text on the page and in the sidebar itself: The page has...
We [landed a recent change](https://github.com/hypothesis/client/pull/3189) to make chronological sorting less "jumpy" to work with. In the referenced change, we made chronological sorting of annotations (which is the default sorting criterion...
### Steps to reproduce 1. Navigate to https://replayweb.page. 2. Activate Hypothesis Chrome Extension. 3. Select any text in the viewport.  ### Expected behaviour I expect that the Hypothesis Annotate...
In some situations the up/down-pointing arrow in the adder is positioned incorrectly and does not point at the end of the selection as expected. This happens when switching between making...
When the client creates a quote selector from selected text it ignores line break (``) elements. As a result the text quote that appears in the sidebar will join together...
In testing HTML side-by-side mode via the `html_side_by_side` feature flag, I've noticed that it often reduces the size of the main content more than necessary. Depending on the size of...