工作流队列页面上 Oracle webcenter 内容(WCC aka UCM)中的工作流“操作菜单”弹出窗口未显示在正确位置。单击操作菜单时,弹出窗口显示在图标前面(即在右侧位置),但是当我向下滚动窗口并单击操作菜单时,它显示在其位置上方。我已将标准称为 include 。
我认为,解决此问题的一种方法是使用 super ie 覆盖此标准,然后自定义弹出窗口的位置。
如果这是 WCC 的错误,那么是否有任何解决方法而不是寻求上述解决方案。
" style="vertical-align:middle"> text-align:center"> " title="" src="" height="16" width="16" border="0" onclick="showPopup('popup__' , 'actIcon_', 事件);">
<$AllowReview=1, ShowWorkflowStepInfo=1, AllowCheckin = "", AllowCheckout = "", IsStaging=""$>
<$if isTrue(dIsCheckedOut)$>
<$AllowReview=""$>
<$if dCheckoutUser like UserName$>
<$AllowCheckin=1$>
<$endif$>
<$elseif not dDocTitle$>
<$AllowReview="", AllowCheckout=1$>
<$elseif strIndexOf(#active.dWfStepType, ":C:") > -1$>
<$AllowCheckout=1$>
<$endif$>
<$if strEquals(#active.wfQueueActionState, "APPROVE")$>
<$AllowReview=""$>
<$endif$>
<$if AllowReview and dWfStepType and strIndexOf(dWfStepType, ":R:") < 0
and ((not isTrue(#env.AutoContributorAllowsReview) or
strIndexOf(dWfStepType, ":CA:") < 0))$>
<$AllowReview=""$>
<$endif$>
<$if dProjectID$>
<$IsStaging=1$>
<$endif$>
<$include workflow_action_popup$>
</td>