Search and Top Navigation
#8537 closed bug (worksforme)
Opened August 31, 2012 03:16AM UTC
Closed October 19, 2012 08:41PM UTC
Issue with datepicker when tiggered by link with hidden input box inside li
Reported by: | brandonm | Owned by: | |
---|---|---|---|
Priority: | undetermined | Milestone: | 1.11.0 |
Component: | ui.datepicker | Version: | 1.8.23 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When triggering datepicker with text link inside li. Also having a text input with display:none style or hidden input inside the li it produces an error.
There are a couple workarounds use visibility:hidden, width:0;border:none, or a empty div after the input.
Here is my stackoverflow question where the issue and solutions were found.
http://stackoverflow.com/questions/12206793/jquery-ui-datepicker-triggered-from-text-link
Example of issue.
Attachments (0)
Change History (2)
Changed October 11, 2012 02:45PM UTC by comment:1
milestone: | 1.9.0 → 1.11.0 |
---|
Changed October 19, 2012 08:41PM UTC by comment:2
priority: | minor → undetermined |
---|---|
resolution: | → worksforme |
status: | new → closed |
This works as expected using the latest jQuery, jQuery UI, and jQuery UI css: http://jsfiddle.net/uNyXP/
Please reopen if I've missed something!