Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P02
-
Fix Version/s: EE-4.0.0.GA, EE-3.3.0.GA_P03, 4.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:All
-
Assignee Priority:P2
-
Support Case References:Support Case #12989 - https://icesoft.my.salesforce.com/5007000000kxFTq
-
Workaround Exists:Yes
-
Workaround Description:
Description
When an ace:menuItem (used in an ace:menuBar for this scenario) value attribute is dynamically updated, the update cases the component to lose a span tag responsible for some styling:
Before:
<a...>
<span class="wijmo-wijmenu-text">
<span class="ui-icon ui-icon-home wijmo-wijmenu-icon-left"></span>
<span class="wijmo-wijmenu-text">Home</span>
</span>
</a>
After:
<a...>
<span class="ui-icon ui-icon-home wijmo-wijmenu-icon-left"></span>
<span class="wijmo-wijmenu-text">Home</span>
</a>
Before:
<a...>
<span class="wijmo-wijmenu-text">
<span class="ui-icon ui-icon-home wijmo-wijmenu-icon-left"></span>
<span class="wijmo-wijmenu-text">Home</span>
</span>
</a>
After:
<a...>
<span class="ui-icon ui-icon-home wijmo-wijmenu-icon-left"></span>
<span class="wijmo-wijmenu-text">Home</span>
</a>
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion