Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.8
-
Fix Version/s: 1.8.2
-
Component/s: ICE-Components
-
Labels:None
-
Environment:tomcat
Description
Consider an ice:inputText component with onblur="iceSubmitPartial(form, this, event);". When tabbing out of the component, the partial submit will be done, but the component gets the focus again.
---example---
<ice:form id="myFormID">
<ice:outputLabel value="input 1"/>
<ice:inputText onblur="iceSubmitPartial(form, this, event);" value="#{mimacomBean.string}"/>
<br/>
<ice:outputLabel value="input 2"/>
<ice:inputText />
</ice:form>
PS: Switch partialSubmit is explicitely not wanted
PPS: Version 1.7.2 behaves right
---example---
<ice:form id="myFormID">
<ice:outputLabel value="input 1"/>
<ice:inputText onblur="iceSubmitPartial(form, this, event);" value="#{mimacomBean.string}"/>
<br/>
<ice:outputLabel value="input 2"/>
<ice:inputText />
</ice:form>
PS: Switch partialSubmit is explicitely not wanted
PPS: Version 1.7.2 behaves right
Issue Links
- depends on
-
ICE-4461 Current component focus is lost on input level update.
-
- Closed
-
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [50070000008n5Rw] |
Description |
Consider an ice:inputText component with onblur="iceSubmitPartial(form, this, event);". When tabbing out of the component, the partial submit will be done, but the component gets the focus again. ---example--- <ice:form id="myFormID"> <ice:outputLabel value="input 1"/> <ice:inputText onblur="iceSubmitPartial(form, this, event);" value="#{mimacomBean.string}"/> <br/> <ice:outputLabel value="input 2"/> <ice:inputText /> </ice:form> Note: Switch partialSubmit is explicitely not wanted |
Consider an ice:inputText component with onblur="iceSubmitPartial(form, this, event);". When tabbing out of the component, the partial submit will be done, but the component gets the focus again. ---example--- <ice:form id="myFormID"> <ice:outputLabel value="input 1"/> <ice:inputText onblur="iceSubmitPartial(form, this, event);" value="#{mimacomBean.string}"/> <br/> <ice:outputLabel value="input 2"/> <ice:inputText /> </ice:form> PS: Switch partialSubmit is explicitely not wanted PPS: Version 1.7.2 behaves right |
Assignee | Ken Fyten [ ken.fyten ] |
Fix Version/s | 1.8.2 [ 10190 ] | |
Assignee | Ken Fyten [ ken.fyten ] | Adnan Durrani [ adnan.durrani ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Resolution | Won't Fix [ 2 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |