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.

Change History (1)

comment:1 Changed 10 years ago by tj.vantoll

Resolution: notabug
Status: newclosed

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.

Note: See TracTickets for help on using tickets.