Edward Silverton

Results 185 comments of Edward Silverton

This isn't a regression in v4, so a "nice to have".

I just published v4.0.0-pre.50 which has these changes: https://github.com/UniversalViewer/universalviewer/commit/00344b2e727a40c42184f3e02d678ad63660e91f The more info dialogue is listening for `CANVAS_INDEX_CHANGED` and re-databinding, which updates the current range.

Hi @lguariento I'm just working on this and the demo manifests aren't available any more. Are they available at another URL?

Have put a manifest here: https://friendly-heisenberg-561472.netlify.app/MS_Gen_1042_13.json

The header is not being shown because `rangeHeader` is missing here: https://github.com/UniversalViewer/universalviewer/blob/master/src/extensions/uv-seadragon-extension/l10n/en-GB.json#L117 Have added `"rangeHeader": "About this section",` which will be in the v4 release.

Testing this locally and seeing this: ![image](https://user-images.githubusercontent.com/1334393/58702822-c41fca80-839e-11e9-9b14-891ac3ee9e8e.png) It's a problem with the logic here: https://github.com/UniversalViewer/universalviewer/blob/master/src/modules/uv-dialogues-module/DownloadDialogue.ts#L182-L185 where it's looking for a (non-existant) file extension. We need to check if the canvas...

Have added this to the next steering group call agenda. Looks like a good candidate for the next batch of Open Collective fixes.

Add an option in settings to disable all UI animations?

Could https://github.com/viewdir/iiif-explorer-component be useful? This has a breadcrumb trail that we could add hover titles to. On 4 Mar 2017 10:57 am, "Tom Crane" wrote: > For many users, the...