Side navigation
#4899 closed bug (invalid)
Opened July 14, 2009 06:01AM UTC
Closed August 07, 2009 05:26PM UTC
Bug in UI datepicker
| Reported by: | ashish879 | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 | 
| Component: | unfiled | Version: | 1.3.2 | 
| Keywords: | Cc: | ||
| Blocked by: | Blocking: | 
Description
In ASP.NET a number of controls are rendered with the '$' inside the element Id.
Ex.
<input type="text" id="txt$sample" class="datebox" />
I can use the following 3 valid selectors to display the datepicker box;
$('#txt\\\\$sample').datepicker();
$("input:text[id$='sample']").datepicker();
$('.datebox').datepicker();
All 3 of these will display the datepicker when the textbox receives focus, but when a date is selected an exception occurs.
Once the "$" is removed from the element id, the error goes away.
Attachments (0)
Change History (1)
Changed August 07, 2009 05:26PM UTC by comment:1
| resolution: | → invalid | 
|---|---|
| status: | new → closed | 
This should be reported on the jQuery UI bug tracker.
http://jqueryui.com/development