0

我正在使用 Alfresco 4.2b

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

包含嵌入字段的 div 在“样式”中的高度始终为 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>

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

4

2 回答 2

1

我认为您需要在 Alfresco 中进行更深入的搜索。

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

于 2012-12-27T23:54:16.133 回答
1

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

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

于 2013-01-02T20:14:21.627 回答