Opened 13 years ago
Closed 13 years ago
#6274 closed defect (fixed)
testEval: "it worked" only twice in IE and Safari
Reported by: | haysmark | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Core | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
See: http://archive.dojotoolkit.org/nightly/dojotoolkit/dojo/tests/_base/_loader/744/testEval.html
In FF, everything is dandy: the test prints to the console "It worked" 3 times then prints "Object's name is: light".
In IE and Safari though, I only get two "It worked" messages and nothing about the object. The Safari JavaScript? Console prints "Can't find variable: getBarMessage" and IE throws a generic "Line 10: Object Expected" error.
Change History (2)
comment:1 Changed 13 years ago by
Owner: | changed from anonymous to James Burke |
---|---|
Status: | new → assigned |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [13159]) Fixes #6274. Removing this test: it was for #744, but that is marked as wontfix.744