RajeshChaudhary345 / dropdown-check-list

Automatically exported from code.google.com/p/dropdown-check-list
0 stars 0 forks source link

DDCL in a form and submit in IE (enter key) #178

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
** What steps will reproduce the problem?
A form with action called a javascript function
A text field and a DropDownCheckList in the form
Press enter in the text field without click on DDCL => OK
Press enter in the text field after click on DDCL => Nothing append.

** What is the expected output? What do you see instead?
No submit

** What is your environment?
-- DropDownCheckList version:1.3
-- jQuery version:1.4.2
-- jQuery UI version:1.8.5
-- Browser and version: IE 7/8

** Please provide any additional information below/Please attach sample
html

OK in Firefox, form is submitting (very long code, i can't copy/paste here)

Original issue reported on code.google.com by lapointe...@gmail.com on 27 Apr 2011 at 10:11

GoogleCodeExporter commented 8 years ago
It sounds like you are having a problem with the focus.  When you click within 
the DDCL control, it grabs the focus and hangs onto it until you click 
somewhere else. So I am not surprised that the submit action does not fire, 
since the button does not have the focus.
I am more surprised that you are getting your expected action when using 
Firefox.

Original comment by womohun...@ittrium.com on 16 May 2011 at 3:03