Skip to main content

Search and Top Navigation

#8567 closed bug (duplicate)

Opened September 12, 2012 12:16PM UTC

Closed September 12, 2012 12:24PM UTC

Last modified September 12, 2012 12:24PM UTC

DatePicker should override the Native HTML5 DatePicker

Reported by: Montago Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.datepicker Version: 1.8.23
Keywords: Cc:
Blocked by: Blocking:
Description

I'm writing my pages in ASP.NET MVC4 with HTML5, Razor, Modernizr and Jquery and JqueryUI enabled.

I've run into troubles with especially the DatePicker.

my input-field is generated by MVC and decorated by JqueryUI and thus ill end up with a TYPE=DATE which invokes the Chrome 21 HTML5 Native DatePicker

Idealy i would like that JQueryUI would override the native datepicker because JQUI already carry the style im using for my site - i dont want to use the native picker.

could this be done ?

Attachments (0)
Change History (2)

Changed September 12, 2012 12:24PM UTC by scottgonzalez comment:1

resolution: → duplicate
status: newclosed

There is no clean way to do this. I've petitioned browser vendors to make this possible, but it's already been pulled out of CSS and i don't have much hope for this being easy in the next few years.

Changed September 12, 2012 12:24PM UTC by scottgonzalez comment:2

Duplicate of #8406.