Alfresco分享网页预览崩溃问题

时间:2012-12-27 21:15:21

标签: javascript share alfresco document-preview

我正在使用Alfresco 4.2b

我有一个问题。当使用某些浏览器(现在是chrome)时,文档预览会显示折叠(它有文档,但它的高度为38px)

包含embed字段的div在“style”中的高度始终为38px(如果我尝试在firebug中更改它,则返回38px)

<div id="template_x002e_web-preview_x002e_document-details_x0023_default-full-window-div" style="position: absolute; left: 10px; top: 226px; width: 824px; height: 38px;" class="web-preview real">
    <embed type="application/x-shockwave-flash" src="/share/components/preview/WebPreviewer.swf" width="100%" height="100%" style="" id="WebPreviewer_template_x002e_web-preview_x002e_document-details_x0023_default" name="WebPreviewer_template_x002e_web-preview_x002e_document-details_x0023_default" quality="high" allowscriptaccess="sameDomain" allowfullscreen="true" wmode="transparent" flashvars="fileName=Minuta2.docx&amp;paging=true&amp;url=http%3A%2F%2Fintra.jaimeillanes.cl%2Fshare%2Fproxy%2Falfresco%2Fapi%2Fnode%2Fworkspace%2FSpacesStore%2F0a41947e-5054-4c6d-a861-caa7b0bb07e2%2Fcontent%2Fthumbnails%2Fwebpreview%3Fc%3Dforce%26lastModified%3Dwebpreview%253A1356554282043&amp;jsCallback=Alfresco.util.ComponentManager.get('template_x002e_web-preview_x002e_document-details_x0023_default').plugin.onWebPreviewerEvent&amp;jsLogger=Alfresco.util.ComponentManager.get('template_x002e_web-preview_x002e_document-details_x0023_default').plugin.onWebPreviewerLogging&amp;i18n_actualSize=Tama%C3%B1o%20actual&amp;i18n_fitPage=Adaptar%20a%20la%20p%C3%A1gina&amp;i18n_fitWidth=Adaptar%20a%20lo%20ancho&amp;i18n_fitHeight=Adaptar%20a%20lo%20alto&amp;i18n_fullscreen=Pantalla%20completa&amp;i18n_fullwindow=Maximizar&amp;i18n_fullwindow_escape=Pulse%20la%20tecla%20Esc%20para%20salir%20del%20modo%20de%20pantalla%20completa&amp;i18n_page=P%C3%A1gina&amp;i18n_pageOf=de&amp;show_fullscreen_button=true&amp;show_fullwindow_button=true&amp;disable_i18n_input_fix=false">
</div>

我一直在寻找,但我找不到任何东西。

2 个答案:

答案 0 :(得分:1)

我认为你需要在Alfresco中搜索一下“更深层次”。

检查文档详细信息模板(xml)中注入的flash预览器freemarker模板。在那个ftl或对另一个的引用应该是你所指的div。

答案 1 :(得分:1)

请参阅https://issues.alfresco.com/jira/browse/ALF-16914,这是您的问题吗?

建议您升级到最新的4.2版本,我相信它已修复。或者,你可以尝试删除它似乎触发问题的文件tablet.css文件(注意这可能会产生意想不到的副作用!)。