Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.3
-
Fix Version/s: EE-4.0.0.GA, EE-3.3.0.GA_P03, 4.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:IE9.0.19 on windows 7
-
Assignee Priority:P1
Description
To set an <ace:autocompleteEntry readonly="true" ...> has no effect. disabled="true" has no effect either. In both cases the user can type input. Just the drop-down-box disappears.
Tested with ICEfaces 4 trunk r43843 using IE 11, Chrome 39 and FF 33. All issues are still occurring with the exception of IE 11, where, when set to readonly=true the cursor is not changed but the text appears ghosted.
When inspecting the DOM in all browsers, aria-readonly="true" is shown when readonly is selected.