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
Judy Guglielmin
created issue -
Judy Guglielmin
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Arturo Zambrano [ artzambrano ] |
Judy Guglielmin
made changes -
Fix Version/s | EE-3.3.0.GA_P07 [ 13118 ] | |
Fix Version/s | EE-4.3.0.GA_P01 [ 13280 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #52911 | Fri Mar 08 09:55:27 MST 2019 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datetimeentry/DateTimeEntryRenderer.java
MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/maskedentry/MaskedEntryRenderer.java MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/textareaentry/TextAreaEntryRenderer.java MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/progressbar/ProgressBarRenderer.java MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/fileentry/FileEntryRenderer.java MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/textentry/TextEntryRenderer.java |
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
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