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