Robert Knight
Robert Knight
Pros of static configuration: - Easier to specify, especially for less technically adept page authors - Easier to reason about for debugging Pros of dynamic APIs: - Allows changing the...
From a quick look, I think this is what is happening: 1. The view page has the URL http://jmorris-11758-6403.show.tikiwiki.org/tiki-index.php?page=HomePage2 and includes a `` tag pointing to the edit page: ``....
Can you provide a link to the Semantic Scholar page you are testing with? I was not able to reproduce with Firefox 111's built-in PDF viewer, but I could reproduce...
It turns out this is actually a feature for screen reader users on Windows. When reviewing and "selecting" text in the most popular screen readers, JAWS and NVDA, the selection...
Unfortunately there is nothing I can see in the `selectionchange` event itself that differs depending on whether find-in-page or another method was used. One difference I do see is that...
It is still true that we don't have an explicit hint for scrollability as we do in eg. tables where we have a shadow. I do think the control nevertheless...
This may have some connection to https://github.com/hypothesis/client/issues/5568.
I can reproduce when using the Hypothesis bookmarklet in Firefox 109.0.1, which uses PDF.js v3.2.47 [feb6f5951] (see console logs). I cannot reproduce in the same browser when accessing the PDF...
> Hello, will Hypothesis become compatible with PDF.js of higher versions in the future? Eventually, yes. We have other work that is a higher priority for us at present. Most...
Looks like the issue is to do with https://github.com/hypothesis/client/blob/290d22a8640446fb0d2e1bed93b8ce9a36bf891b/src/annotator/integrations/html-metadata.js#L63 and character encoding. On this particular URL `decodeURIComponent(document.location.href)` fails. `decodeURIComponent` expects percent-encoded characters in the URL to be a sequence of...