Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.0.BETA2
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces 3.1.0 BETA2
-
Assignee Priority:P1
Description
If the new ace:autoCompleteEntry component used for a page content that is dynamically added. The component does not function and no errors are thrown. The original issue was that when a tabs content was changed and the content included the autoCompleteEntry component it would not work. But if the autoCompleteEntry was included in the initial rendered content, it would work for the dynamically changed tab content.
I've been able to reproduce this in a non-tabSet test case. I have a menu that dynamically changes the src attribute of a ui:include. Adding the following tag to the page does not help the issue:
<icecore:config mandatoryResource="autoCompleteEntry"/>
I've been able to reproduce this in a non-tabSet test case. I have a menu that dynamically changes the src attribute of a ui:include. Adding the following tag to the page does not help the issue:
<icecore:config mandatoryResource="autoCompleteEntry"/>
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Steps to reproduce issue: