Bug #2269
GWT: 0.6.1, Synchronize Simple_Viewer_beta usage between XTZ import module and TXM portal
Status: | New | Start date: | 10/18/2017 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% |
|
Category: | Edition | Spent time: | - | |
Target version: | Portal 0.7 |
Description
Currently, the viewer (zoom, pan, etc.) does not work on corpora created with XTZ module due to difference in file names. See email by Lars Döhling :
1. TXMWEB.jsp refers to Simple_Viewer_beta_1.1.js instead of Simple_Viewer_beta_1.1-min.js --> fix: added "-min" in @src 2. The viewer images are located in images/toolbar as specified by viewer.toolbarImages inside toolbar-ext.js. However, all facs html files redefine viewer.toolbarImages to images/icons where they are located in the TXM file (but not at the portal). --> fix: copied toolbar/*.png to icons, as symlinks do not work here I think a better solution would be to keep the default path images/toolbar, i.e. fix the TXM file by removing the viewer.toolbarImages redefinition and rename images/icons to images/toolbar.
History
#1 Updated by Matthieu Decorde over 2 years ago
- Target version changed from Portal 0.6.2 to Portal 0.7