Side navigation
#1443 closed bug (fixed)
Opened July 31, 2007 03:01AM UTC
Closed October 01, 2007 08:18PM UTC
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
Attachments (0)
Change History (3)
Changed July 31, 2007 04:54AM UTC by comment:1
Changed July 31, 2007 04:59AM UTC by comment:2
Even a "solution" posted here doesn't work at all - even when just copy-and-pasted:
Changed October 01, 2007 08:18PM UTC by comment:3
milestone: | 1.1.4 → 1.2.2 |
---|---|
resolution: | → fixed |
status: | new → closed |
version: | 1.1.3 → 1.2.1 |
Fixed in SVN rev [3501].
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.