UV version:
I'm submitting a:
Current behavior:
When I use configuration option footerPanel.options.minimiseButtons to false,
the text is not appearing.
Expected behavior:
Button text should appear in the footer panel when footerPanel.options.minimiseButtons is set to false
Notes:
I see that the following HTML
<button class="download btn imageBtn" title="Download" id="download-btn">
<i class="uv-icon uv-icon-download" aria-hidden="true"></i>
<span class="sr-only">Download</span>
</button>
uses class sr-only. That is responsible for hiding that text block.
Apparently this is set always: https://github.com/UniversalViewer/universalviewer/blob/dev/src/content-handlers/iiif/modules/uv-shared-module/FooterPanel.ts#L96
Isn't class miniseButtons in footerPanel not responsible for hiding button texts?
UV version:
I'm submitting a:
Current behavior:
When I use configuration option
footerPanel.options.minimiseButtonstofalse,the text is not appearing.
Expected behavior:
Button text should appear in the footer panel when
footerPanel.options.minimiseButtonsis set tofalseNotes:
I see that the following HTML
uses class
sr-only. That is responsible for hiding that text block.Apparently this is set always: https://github.com/UniversalViewer/universalviewer/blob/dev/src/content-handlers/iiif/modules/uv-shared-module/FooterPanel.ts#L96
Isn't class
miniseButtonsinfooterPanelnot responsible for hiding button texts?