Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.2
-
Fix Version/s: EE-4.2.0.GA
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Any
Description
When using an inField label, the mask is applied to the label. So, if you have, for example, mask="***" and label="abcde", you will only see 'abc' in the label, instead of 'abcde'.
<ace:maskedEntry mask="***" label="abcde" labelPosition="inField" />
<ace:maskedEntry mask="***" label="abcde" labelPosition="inField" />
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Mircea Toma [ mircea.toma ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #51486 | Mon May 08 17:32:40 MDT 2017 | mircea.toma | |
Files Changed | ||||
![]() |
Fix Version/s | EE-4.2.0.GA [ 13071 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Fix 'inField' rendering of the label by setting the label value on widget initialization.