<t:inputCalendar> component does not handle submission via the enter key in IE6
-------------------------------------------------------------------------------
Key: TOMAHAWK-1107
URL: https://issues.apache.org/jira/browse/TOMAHAWK-1107
Project: MyFaces Tomahawk
Issue Type: Bug
Components: Calendar
Affects Versions: 1.1.6
Environment: Windows XP, IE 6, MyFaces 1.1.5, Tomahawk 1.1.6
Reporter: Todd Gould
When using a tag such as:
<t:inputCalendar id="SinceAlertTime"
value="#{alertSummaryController.sinceTime}"
popupDateFormat="MM/dd/yyyy HH:mm:ss" helpText="MM/dd/yyyy
HH:mm:ss"
title="MM/dd/yyyy HH:mm:ss"
popupSelectDateMessage="Select [date] as date"
renderAsPopup="true" renderPopupButtonAsImage="true"
onkeypress="if( event.keyCode == 13 ) { this.form.submit();
return false; }">
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.