Oracle webcenter content(WCC,也称为UCM)中的工作流“操作菜单”弹出窗口在工作流队列页上未显示在正确的位置。单击操作菜单时,弹出窗口显示在图标前面(即在右侧位置),但当我向下滚动窗口并单击操作菜单时,它显示在其位置的上方。我将该标准称为包含。
我认为,解决这个问题的一种方法是用super覆盖此标准,即,然后自定义弹出窗口的位置。
如果这是WCC错误,那么是否有任何解决方法而不是去上面的解决方案。
" style="vertical-align:middle"> text-align:center"> " title="" src="" height="16" width="16" border="0" onclick="showPopup('popup\_\_', 'actIcon\_', event);"> <$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>发布于 2014-11-17 10:29:16
如果您认为这是一个错误,我会打开一个Oracle SR。
但是,最简单的方法可能就是自己修复它。
https://stackoverflow.com/questions/26926251
复制相似问题