Opened 16 years ago
Closed 15 years ago
#1443 closed bug (fixed)
Safari evalScript is Async
Reported by: | john | Owned by: | john |
---|---|---|---|
Priority: | major | Milestone: | 1.2.2 |
Component: | core | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
This is different from all the other browsers, one alternative is to inject a script into the DOM.
Reference: http://dean.edwards.name/weblog/2006/11/sandbox/#comment70076
Change History (3)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Even a "solution" posted here doesn't work at all - even when just copy-and-pasted: http://trac.dojotoolkit.org/ticket/236
comment:3 Changed 15 years ago by
Milestone: | 1.1.4 → 1.2.2 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Version: | 1.1.3 → 1.2.1 |
Fixed in SVN rev [3501].
Note: See
TracTickets for help on using
tickets.
This technique works in Safari 3: http://blog.mikebulman.com/2007/03/17/safari-eval-in-global-scope/
But I can't find a non-async technique that works in Safari 2.