Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.1-Beta
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Tomcat 7.0.12
-
Assignee Priority:P1
Description
The poc has been updated to use the ace:tooltip with displayListener in Screen2. When hovering over the ace:tooltip the following javascript error shows up in the console:
this.target.parents is not a function
[Break On This Error] formId = this.target.parents('form:first').attr('id');
In tooltip.js:
ice.ace.Tooltip.prototype.triggerDisplayListener = function() {
formId = this.target.parents('form:first').attr('id');
this.target.parents is not a function
[Break On This Error] formId = this.target.parents('form:first').attr('id');
In tooltip.js:
ice.ace.Tooltip.prototype.triggerDisplayListener = function() {
formId = this.target.parents('form:first').attr('id');
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion