Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7.2 SP1, 1.8DR#1
-
Component/s: ICE-Components
-
Labels:None
-
Environment:IE, FF
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
Description
Hi ICEfaces team,
It would be nice to add a displayOnClick attribute on the ice:panelTooltip as the same as menuPopup. Since the ice:panelTooltip often dynamically retrieve data from database, only when user needs to review some item details, then he/she clicks on the item to retrieve its data. Otherwise, if user don't want to review an item details, but he/she already his/her mouse on the item, and system will also retrieve this item data. This situation will waste some unnecessary database connections. I think that adding displayOnClick may prevent it.
Thanks a lot for considering the jira in advance.
It would be nice to add a displayOnClick attribute on the ice:panelTooltip as the same as menuPopup. Since the ice:panelTooltip often dynamically retrieve data from database, only when user needs to review some item details, then he/she clicks on the item to retrieve its data. Otherwise, if user don't want to review an item details, but he/she already his/her mouse on the item, and system will also retrieve this item data. This situation will waste some unnecessary database connections. I think that adding displayOnClick may prevent it.
Thanks a lot for considering the jira in advance.
Issue Links
- blocks
-
ICE-4848
Add "displayOn" demo to existing ice:panelTooltip demo in Component Showcase
-
- Closed
-
Activity
| Field | Original Value | New Value |
|---|---|---|
| Salesforce Case | [50070000007baph] |
| Fix Version/s | 1.8.2 [ 10190 ] | |
| Affects | [Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial] | |
| Assignee Priority | P3 | |
| Assignee | Yip Ng [ yip.ng ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #19174 | Wed Aug 19 11:12:11 MDT 2009 | yip.ng | |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/ice_cust_properties/cust-paneltooltip-props.xml
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/util/CoreUtils.java
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/paneltooltip/PanelTooltip.java
MODIFY
/icefaces/trunk/icefaces/bridge/lib/extras/tooltip_panelpopup.js
|
| Attachment | screenshot-1.jpg [ 11927 ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Summary | Add a displayOnClick attribute on the ice:panelTooltip | Add "displayOn" attribute on the ice:panelTooltip to support additional display triggering event types |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #19192 | Tue Aug 25 13:06:10 MDT 2009 | yip.ng | |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/ice_cust_properties/cust-paneltooltip-props.xml
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/util/CoreUtils.java
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/paneltooltip/PanelTooltip.java
MODIFY
/icefaces/trunk/icefaces/bridge/lib/extras/tooltip_panelpopup.js
|
| Attachment | screenshot-2.jpg [ 11939 ] |
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 1.8.2-RC1 [ 10210 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #19910 | Wed Dec 09 13:20:01 MST 2009 | adnan.durrani | 1.8.2EE panelTooltip changes moved to Compat panelTooltip towards |
| Files Changed | ||||
MODIFY
/icefaces/scratchpads/glimmer/compat/core/src/main/resources/META-INF/resources/ice-extras.js
MODIFY
/icefaces/scratchpads/glimmer/compat/component-metadata/src/main/resources/conf/ice_cust_properties/cust-paneltooltip-props.xml
MODIFY
/icefaces/scratchpads/glimmer/compat/core/src/main/java/com/icesoft/faces/util/CoreUtils.java
|
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee Priority | P3 |

Attribute and functionality added:
<ice:panelTooltip id="pnlSerPanelToolTip" displayOnClick="true" ...>
See screenshot-1 for the TLD doc.