Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-4.3.0.GA_P02, EE-3.3.0.GA_P08
-
Fix Version/s: EE-4.3.0.GA_P03, EE-3.3.0.GA_P09
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Any
-
Support Case References:Support Case 14673 - https://icesoft.my.salesforce.com/5004u00002VNuhm
Description
The ace:autoCompleteEntry component is not rendering the following pass-through attributes: "alt", "dir", "lang", "maxlength", "size", and "title". This JIRA is to fix this issue so that these attributes are rendered.
Activity
Arturo Zambrano
created issue -
Arturo Zambrano
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | EE-4.3.0.GA_P03 [ 13570 ] | |
Fix Version/s | EE-3.3.0.GA_P09 [ 13781 ] |
Arturo Zambrano
made changes -
Assignee | Arturo Zambrano [ artzambrano ] |
Arturo Zambrano
made changes -
Description | The ace:autoCompleteEntry is not rendering the following pass-through attributes: "alt", "dir", "lang", "maxlength", "size", and "title". This JIRA is to fix this issue so that these attributes are rendered. | The ace:autoCompleteEntry component is not rendering the following pass-through attributes: "alt", "dir", "lang", "maxlength", "size", and "title". This JIRA is to fix this issue so that these attributes are rendered. |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #53389 | Thu Jul 29 18:47:01 MDT 2021 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryRenderer.java
|
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
r53389: Render the "alt", "dir", "lang", "maxlength", "size", and "title" pass-through attributes.
r53390: Applied fix to the EE 3.3 maintenance branch.