Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.8.2, 1.8.2-EE-GA_P02
-
Fix Version/s: EE-1.8.2.GA_P03, 2.1-Beta, 3.0, EE-2.0.0.GA_P01
-
Component/s: None
-
Labels:None
-
Environment:ICEfaces 1.8.2
Firefox 3.x, 4 and IE 7, 8, 9.
-
Assignee Priority:P2
Description
ice:panelTooltip-components may be filled dynamically with content by implementing a display listener:
<ice:panelTooltip id="..." displayListener="#{tooltipController.displayListener}" ... displayOn="hover" hideOn="mouseout">
...
</ice:panelTooltip>
This feature currently conflicts with blockUIOnSubmit as this parameter causes the tooltip to flicker. This can be reproduced in the component show case (Layout Panels -> Tooltip panel) by activating blockUIOnSubmit and hovering one of the provinces.
<ice:panelTooltip id="..." displayListener="#{tooltipController.displayListener}" ... displayOn="hover" hideOn="mouseout">
...
</ice:panelTooltip>
This feature currently conflicts with blockUIOnSubmit as this parameter causes the tooltip to flicker. This can be reproduced in the component show case (Layout Panels -> Tooltip panel) by activating blockUIOnSubmit and hovering one of the provinces.
Activity
Field | Original Value | New Value |
---|---|---|
Support Customer Ref. #s | 9972 |
Affects Version/s | 1.8.2-EE-GA_P02 [ 10226 ] |
Support Customer Ref. #s | 9972 | 9972 - https://na5.salesforce.com/5007000000G4Sff |
Salesforce Case | [5007000000G4Sff] |
Fix Version/s | EE-1.8.2.GA_P03 [ 10251 ] | |
Fix Version/s | 1.8.3 [ 10211 ] | |
Assignee Priority | P2 | |
Assignee | Mircea Toma [ mircea.toma ] | |
Priority | Major [ 3 ] | Minor [ 4 ] |
Environment |
ICEfaces 1.8.2 Firefox 3.x (probably other browsers are affected as well) |
ICEfaces 1.8.2 Firefox 3.x, 4 and IE 7, 8, 9. |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #24521 | Tue May 10 01:57:15 MDT 2011 | mircea.toma | |
Files Changed | ||||
![]() |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Fix Version/s | EE-2.0.0.GA_P01 [ 10271 ] | |
Fix Version/s | 2.1 [ 10241 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #24547 | Wed May 11 14:49:57 MDT 2011 | mircea.toma | |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #24548 | Wed May 11 14:56:42 MDT 2011 | mircea.toma | |
Files Changed | ||||
![]() |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | 2.1-Beta [ 10291 ] | |
Fix Version/s | 1.8.3 [ 10211 ] | |
Fix Version/s | 2.1 [ 10241 ] |
Fix Version/s | 3.0 [ 10241 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Testing shows this issue seems to be limited to Firefox browsers (3.x, 4), and IE browsers. The tooltip panel displays, but quickly disappears. On Chrome and Safari it correctly remains visible (while mouse is hovered over a province name).