Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.7RC1
-
Fix Version/s: 1.7
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
-
Support Case References:
-
Workaround Exists:Yes
-
Workaround Description:Use ice components and add an on ice onkeypress="if (window.event.keyCode == 13) iceSubmitPartial(form,this,event);" to the ice:inputText to simulate h:inputText default behavior.
Description
The default behavior when hitting enter inside of an h:inputText is to execute the nearest command button. If you hit enter inside of the input text using the snippet below, a javascript runtime error occurs in IE. Attached is a screenshot. The run time error is ''form' is null or not an object'. Here is the snippet of code that reproduces the issue:
<ice:form>
<h:panelGrid>
<h:outputText value="Search" escape="false" />
<h:inputText id="ticketInput" value="" size="25" />
<hcommandButton action="action" value="temp" />
</h:panelGrid>
</ice:form>
<ice:form>
<h:panelGrid>
<h:outputText value="Search" escape="false" />
<h:inputText id="ticketInput" value="" size="25" />
<hcommandButton action="action" value="temp" />
</h:panelGrid>
</ice:form>
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion