Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.7.2
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
Description
When a selectOneRadio or selectBooleanCheckbox has focus and the user hits the enter key the closest commandButton gets submitted. Here is some sample code to reproduce this issue:
<ice:form id="form1">
<ice:selectOneRadio id="idCommitmentTime" value="1">
<f:selectItems id="sel1" value="#{testBean.selList}"/>
</ice:selectOneRadio>
<br/>
<ice:commandButton value="test it" onclick="javascript:testOne();" tabindex="2"/>
</ice:form>
<script>
function testOne(){
alert('ICEfaces');
}
</script>
<ice:form id="form1">
<ice:selectOneRadio id="idCommitmentTime" value="1">
<f:selectItems id="sel1" value="#{testBean.selList}"/>
</ice:selectOneRadio>
<br/>
<ice:commandButton value="test it" onclick="javascript:testOne();" tabindex="2"/>
</ice:form>
<script>
function testOne(){
alert('ICEfaces');
}
</script>
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Arran Mccullough
created issue -
Arran Mccullough
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [50070000007ZDaj] |
Ken Fyten
made changes -
Summary | Hiting enter key when radio or checkbox has focus causes submit to occur on closest button | Pressing enter key when radio or checkbox has focus causes submit to occur on closest button |
Ken Fyten
made changes -
Fix Version/s | 1.8DR#3 [ 10143 ] | |
Assignee Priority | P2 | |
Assignee | Yip Ng [ yip.ng ] |
Ken Fyten
made changes -
Comment |
[ Isn't this the standard HTML behavior? To toggle the radio button or check box, you should use the space bar, not the enter key. ] |
yip.ng
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
yip.ng
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
yip.ng
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 1.8 [ 10161 ] | |
Assignee Priority | P2 |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Yip Ng [ yip.ng ] |