Details
Description
The android container does not render the native date control when input[type="date"] is rendered. And rendering this has other drawbacks, such as the placeholder text not appearing.
Activity
Migration
created issue -
Migration
made changes -
Field | Original Value | New Value |
---|---|---|
Reporter | Migration [ remote ] | User Philip.breau [ philip.breau ] |
Ted Goddard
made changes -
Fix Version/s | 1.3 Beta [ 10373 ] |
Philip Breau
made changes -
Assignee | Steve Maryka [ steve.maryka ] | User Philip.breau [ philip.breau ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #34631 | Wed May 01 11:28:30 MDT 2013 | philip.breau | - rendering input type="text" for type date inputText on Android container |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/inputText/InputText.java
MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/inputText/InputTextRenderer.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #34632 | Wed May 01 11:41:15 MDT 2013 | philip.breau | - rendering input type="text" for type date inputText on Android container - also fixed two broken passthru attributes, 'cols', and 'rows' |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/InputTextTag.java
|
Philip Breau
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Retest and determine if component changes are needed to render appropriate markup for android container. May be device and operating system dependent.