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>');