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