Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.0.BETA2
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces 3.1
-
Assignee Priority:P1
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Compatibility/Configuration
Description
In order to preserve backwards behavioural compatibility we should not have these components render a label by default. Doing so would cause existing applications to suddenly have labels being rendered where none were previously.
Thus, the following components should be modified to make the default value of their "labelPosition" attribute to be effectively "none" / undefined:
ace:textEntry, ace:autoCompleteEntry, ace:dateTimeEntry, ace:textAreaEntry, ace:maskedEntry components.
Thus, the following components should be modified to make the default value of their "labelPosition" attribute to be effectively "none" / undefined:
ace:textEntry, ace:autoCompleteEntry, ace:dateTimeEntry, ace:textAreaEntry, ace:maskedEntry components.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29500 | Wed Jun 13 18:09:39 MDT 2012 | yip.ng | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/textentry/TextEntryMeta.java
MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryMeta.java MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datetimeentry/DateTimeEntryMeta.java MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/maskedentry/MaskedEntryMeta.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29499 | Wed Jun 13 17:42:54 MDT 2012 | yip.ng | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/textentry/TextEntryRenderer.java
MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/renderkit/InputRenderer.java MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/textEntry/TextEntryBean.java MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/maskedentry/MaskedEntryRenderer.java |