Search and Top Navigation
#8991 closed bug (notabug)
Opened January 21, 2013 08:54AM UTC
Closed January 21, 2013 01:27PM UTC
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.
Attachments (0)
Change History (1)
Changed January 21, 2013 01:27PM UTC by comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
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.