h3 / jquery-utils

Automatically exported from code.google.com/p/jquery-utils
MIT License
0 stars 0 forks source link

Problems with handle #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create text input and img element beside text input
2. Call timepickr function on text input with handle pointing to img id
3. Click on image

What is the expected output? What do you see instead?
Unable to choose time if using handle to start input
<input name="sTime" id="sTime" type="text" autocomplete="off"/><img
src="./images/clock.gif" id="sPick">

What version of the product are you using? On what operating system?
Latest version with jQuery 1.3 running on Windows XP

Please provide any additional information below.

Original issue reported on code.google.com by quikb...@gmail.com on 5 Feb 2009 at 5:39

GoogleCodeExporter commented 9 years ago
Now fixed (see trunk)

Original comment by hainea...@gmail.com on 6 Aug 2009 at 6:05