-
Type: Bug
-
Status: Resolved
-
Priority: Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: WEBUI-0.8.0
-
Component/s: Web UI
PDF previewer is showing a platform error.
The preview uses an iframe with a wrong URL.
Reproduce
http://webui.demo.nuxeo.com/nuxeo/ui/#!/browse/default-domain/workspaces/Pouer/Contract-CD.pdf
The preview iframe url
Possible factors
On <nuxeo-pdf-viewer> element:
return this.resolveUrl('pdfjs/web/viewer.html?file=' + file);
returns ..nuxeo//bower_components.. instead of ..nuxeo/ui/bower_components..
Nelson
probably related with the move of elements from elements/elements.html to elements.html
Guillaume
Else could it be related to the fact that the baseUri looks like `http://webui.demo.nuxeo.com/nuxeo//ui/elements.html`
- is duplicated by
-
NXP-20649 Fix preview not showing up on task view for office documents
- Resolved