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
Ken Fyten
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Affects | [Documentation (User Guide, Ref. Guide, etc.), Compatibility/Configuration] | |
Assignee Priority | P1 | |
Assignee | yip.ng [ yip.ng ] |
Arran Mccullough
made changes -
Salesforce Case | [5007000000MHwLg] |
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 |
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 |
yip.ng
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Also note that the TLD doc for labelPosition and IndicatorPosition doesn't show the "none" value.