-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mirador-image-tools : problem after clearing UI and recreating mirador #25
Comments
Similarly to ProjectMirador/mirador#3234 (comment) can you see if this approach works? |
Sorry, but It didn't solve the problem! |
@ydvelaitzky can you now try the updated approach here: ProjectMirador/mirador#3234 (comment) |
I have tried the above solution, and discovered that while that issue has been solved, this mirador-image-tools issue has not been solved. it seems that adding image-tools plugin still causes a problem. Thanks. |
Is there a solution to this? |
Hi
The html:
In some case I need to empty the container element and rebuild the viewer.
I do it with the following simple js code:
Everything worked fine until added the mirador-image-tools plugin. Now after clearing the element and rebuild mirador :
Mirador.viewer(config, [ ...miradorImageToolsPlugin, ]);
mirador navigation is displayed strange , something is wrong with the css:
I uploaded the sample to https://fjmstest.genizah.org/Temp/testMirador.html
You can see it in live. There are 2 buttons, one for seeing it in a regular case – without image-tools , and the second includes image-tools and shows the problem in the navigation area. Try to click twice on that button.
Can you please help me? Thank you so much!
The text was updated successfully, but these errors were encountered: