Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Invalid
-
Affects Version/s: 1.8.1
-
Fix Version/s: None
-
Component/s: ICE-Components
-
Labels:None
-
Environment:IE8
Description
There is a outputText with assigned popupMenu.
If these both comopnents are inside a panelGroup with overflow:scroll and a certain width the popupMenu is not aligned to the mouse pointer. Moreover it's out of view.
This does not happen
- with FF
- when overflow:scroll is not set
view:
<ice:panelGroup style="overflow:scroll; width: 300px;">
<ice:menuPopup id="menuPopupEffects">
File menu
<ice:menuItem id="effects"
value="label1">
<ice:menuItem id="highlight"
value="label3">
</ice:menuItem>
<ice:menuItem id="highlight1"
value="label4">
</ice:menuItem>
<ice:menuItem id="highlight2"
value="label5">
</ice:menuItem>
<ice:menuItem id="highlight3"
value="label6">
</ice:menuItem>
</ice:menuItem>
</ice:menuPopup>
<ice:panelGroup menuPopup="menuPopupEffects">
<ice:outputText value="TEST"/>
</ice:panelGroup>
<ice:panelGroup menuPopup="menuPopupEffects">
<ice:outputText value="TEST"/>
</ice:panelGroup>
<ice:panelGroup menuPopup="menuPopupEffects">
<ice:outputText value="TEST"/>
</ice:panelGroup>
<ice:panelGroup menuPopup="menuPopupEffects">
<ice:outputText value="TEST"/>
</ice:panelGroup>
</ice:panelGroup>
If these both comopnents are inside a panelGroup with overflow:scroll and a certain width the popupMenu is not aligned to the mouse pointer. Moreover it's out of view.
This does not happen
- with FF
- when overflow:scroll is not set
view:
<ice:panelGroup style="overflow:scroll; width: 300px;">
<ice:menuPopup id="menuPopupEffects">
File menu
<ice:menuItem id="effects"
value="label1">
<ice:menuItem id="highlight"
value="label3">
</ice:menuItem>
<ice:menuItem id="highlight1"
value="label4">
</ice:menuItem>
<ice:menuItem id="highlight2"
value="label5">
</ice:menuItem>
<ice:menuItem id="highlight3"
value="label6">
</ice:menuItem>
</ice:menuItem>
</ice:menuPopup>
<ice:panelGroup menuPopup="menuPopupEffects">
<ice:outputText value="TEST"/>
</ice:panelGroup>
<ice:panelGroup menuPopup="menuPopupEffects">
<ice:outputText value="TEST"/>
</ice:panelGroup>
<ice:panelGroup menuPopup="menuPopupEffects">
<ice:outputText value="TEST"/>
</ice:panelGroup>
<ice:panelGroup menuPopup="menuPopupEffects">
<ice:outputText value="TEST"/>
</ice:panelGroup>
</ice:panelGroup>
Issue Links
- depends on
-
ICE-4400 CLONE -ice:menuPopup does not position/render properly when used in combination with ice:panelDivider and ice:tree
- Closed
Salesforce case added