Skip to main content

Bug Tracker

Side navigation

#2746 closed bug (fixed)

Opened April 25, 2008 11:23PM UTC

Closed May 04, 2008 10:49AM UTC

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

Reported by: broberson Owned by: iMarc
Priority: major Milestone:
Component: ui 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 (2)

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!