Details
Description
If you have an input field with singleSubmit set to true and you enter a value and tab out, focus returns to that field rather than moving on to the next input field in the form. Test case and screenshot attached.
Activity
Migration
created issue -
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #32350 | Sat Nov 24 22:35:43 MST 2012 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/inputText/InputTextRenderer.java
|
Migration
made changes -
Field | Original Value | New Value |
---|---|---|
Reporter | Migration [ remote ] | Tyler Johnson [ tyler.johnson ] |
Migration
made changes -
Assignee | Steve Maryka [ steve.maryka ] | Ted Goddard [ ted.goddard ] |
Migration
made changes -
Fix Version/s | 1.2 Beta [ 10344 ] |
Migration
made changes -
Attachment | screenshot-1.jpg [ 15002 ] |
Philip Breau
made changes -
Fix Version/s | 1.2 Beta [ 10344 ] |
Ted Goddard
made changes -
Fix Version/s | 1.3 Beta [ 10373 ] |
Ted Goddard
made changes -
Assignee | Ted Goddard [ ted.goddard ] | Judy Guglielmin [ judy.guglielmin ] |
Judy Guglielmin
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
The response contains
<eval><![CDATA[ice.applyFocus('j_idt8:firstName');]]></eval></changes>
causing the focus to be reset to the original field.