#2746 closed bug (fixed)
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>');
Change History (3)
comment:1 Changed 15 years ago by
Owner: | changed from paul to iMarc |
---|
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 14 years ago by
Milestone: | → 1.5 |
---|
Note: See
TracTickets for help on using
tickets.
Fixed in r5409. Thanks!