Opened 13 years ago
Closed 13 years ago
#5061 closed defect (fixed)
dijit.Tree patch for Safari 2
Reported by: | jgarfield | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 1.0.1 |
Component: | Dijit | Version: | 1.0 |
Keywords: | dijit, tree, dijit.Tree, Safari 2 | Cc: | |
Blocked By: | Blocking: |
Description
dijit.Tree does not currently parse in Safari 2. After doing some debugging and working with phiggins, we found that all we needed to do was change 1 line of code at Line #763.
function onComplete(childItems){
to
var onComplete = function(childItems){
I've supplied a .patch file for this fix and marked it for 1.0.1
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | Ticket 5061.patch added |
---|
comment:1 Changed 13 years ago by
Owner: | set to Adam Peller |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
.patch file for Ticket #5061