Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P06, EE-4.3.0.GA
-
Fix Version/s: EE-3.3.0.GA_P07, EE-4.3.0.GA_P01
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ace
-
Support Case References:Support Case 14436:- https://icesoft.my.salesforce.com/5000g000023gxGZ
-
Workaround Exists:Yes
-
Workaround Description:manually apply the disabled state (not acceptable)
Description
when using the following markup
<ace:textEntry disabled="true"/>
the field is disabled but the styling is not applied. currently, the styling of styleClass="ui-state-disabled" has to be manually applied to show it is disabled.
<ace:textEntry disabled="true"/>
the field is disabled but the styling is not applied. currently, the styling of styleClass="ui-state-disabled" has to be manually applied to show it is disabled.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
r52911, r52914:added disabled styling to components that were missing it (dateTimeEntry, fileEntry, maskedEntry, progressBar, textEntry, textAreEntry) to the 4.0 trunk and EE 3.3 maintenance branch