Skip to main content

Search and Top Navigation

#2746 closed bug (fixed)

Opened April 25, 2008 11:23PM UTC

Closed May 04, 2008 10:49AM UTC

Last modified February 26, 2009 11:05AM UTC

UI Date Picker v3.4.3 fails in Safari 3.1.1 for Windows

Reported by: broberson Owned by: iMarc
Priority: major Milestone: 1.5
Component: ui.core Version:
Keywords: Cc:
Blocked by: Blocking:
Description

When a document is served as application/xhtml+xml, innerHTML doesn't work, and Safari throws a fit.

Passing well-formed markup into jQuery on line 99 eliminates the need for innerHTML when creating the singleton DIV, and the datepicker works.

Line 99 should read:

this._datepickerDiv = $('<div id="datepicker_div"></div>');

Attachments (0)
Change History (3)

Changed April 30, 2008 09:16AM UTC by paul comment:1

owner: pauliMarc

Changed May 04, 2008 10:49AM UTC by paul comment:2

resolution: → fixed
status: newclosed

Fixed in r5409. Thanks!

Changed February 26, 2009 11:05AM UTC by paul comment:3

milestone: → 1.5