Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.0.BETA1
-
Fix Version/s: 3.1.0.BETA2, 3.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:IF 3.1
-
Assignee Priority:P1
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
Description
Currently used "for" doesn't allow for a tooltip to target within an itertaive container due to use of findComponent to find a single clientId as a target.
Tooltip should be enhanced with alternative targeting modes to allow multiple targets within iterative containers possibly by using visitTree to collect IDs or by allowing explicit jQuery selectors as targets.
Tooltip should be enhanced with alternative targeting modes to allow multiple targets within iterative containers possibly by using visitTree to collect IDs or by allowing explicit jQuery selectors as targets.
Issue Links
- blocks
-
ICE-8134 ace:tooltip goes behind the ace:dataTable bottom and headers
-
- Closed
-
Activity
Salesforce Case | [] | |
Description |
Currently used "for" doesn't allow for a tooltip to target within an itertaive container due to use of findComponent to find a single clientId as a target. Tooltip should be enhanced to allow multiple targets within iterative containers using visitTree to collect IDs or by allowing explicit jQuery selectors as targets. |
Currently used "for" doesn't allow for a tooltip to target within an itertaive container due to use of findComponent to find a single clientId as a target. Tooltip should be enhanced with alternative targeting modes to allow multiple targets within iterative containers possibly by using visitTree to collect IDs or by allowing explicit jQuery selectors as targets. |
Assignee | Ken Fyten [ ken.fyten ] |
Salesforce Case | [] | |
Fix Version/s | 3.1.0.BETA2 [ 10336 ] | |
Fix Version/s | 3.1 [ 10312 ] | |
Affects | [Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial] | |
Assignee Priority | P1 | |
Affects Version/s | 3.1.0.BETA1 [ 10335 ] | |
Assignee | Ken Fyten [ ken.fyten ] | Arturo Zambrano [ artzambrano ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29232 | Tue May 29 12:37:11 MDT 2012 | art.zambrano | |
Files Changed | ||||
![]() ![]() ![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Salesforce Case | [] | |
Component/s | ACE-Components [ 10050 ] | |
Component/s | Components [ 10012 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Is this improvement about targeting components inside a table (or ui:repeat, etc.) from a tooltip component that is outside that table (or iterative container) ?
This is correct.