Opened 10 years ago
Closed 10 years ago
#8991 closed bug (notabug)
datepicker date in calendar does not file event onclick with IE8
Reported by: | chrisza | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.core | Version: | 1.10.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I found that datepicker provided code "return false;" in <td onclick>, which incompatible with IE8, resulting in user cannot select day in calendar. I have my personal fixed to check version of browser and trim the onclick attribute.
Note: See
TracTickets for help on using
tickets.
Hi chrisza, thanks for taking the time to contribute to the jQuery UI project. Unfortunately jQuery does not support the use of inline event handlers http://docs.jquery.com/Won't_Fix#Inline_Event_Handlers.