Bug 11326
| Summary: | occasionally reproducible failure of javacript | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | tim bates <timothy.c.bates> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | ap, mrowe |
| Priority: | P1 | ||
| Version: | 420+ | ||
| Hardware: | Mac | ||
| OS: | OS X 10.4 | ||
| URL: | http://www.ted.com/tedtalks/ | ||
tim bates
1. go to the URL
--> blank page
2. open in it firefox
--> nice page
3. open this URL in Safari 420 (fake passing the has flash test)
http://www.ted.com/tedtalks/index.cfm?flashEnabled=1
--> nice page
regression: try the base URL in Safari Tiger release
--> works fine
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Hmm, I cannot reproduce this - locally built TOT (with Flash 9 installed) opens the page just fine.
Mark Rowe (bdash)
Also works fine for me.
tim bates
works for me too after quit and restarting safari. I don't know how the app got into this states of JScript not working - pref has always been to run jscript.
tim bates
ok. the jscript bug rears its head again.
url = <http://www.anc.inf.ed.ac.uk/neuroinformatics/photos.html>
if i rollover any image thumb, i get the mickey mouse hand of action, but click, and the cursor reverts to a pointer, and (parenthetically proving i have JScript on), i get this error in the JScript Console.
line1: ReferenceError: Can't find variable: screenshot
undefined
(this is linked to bug 11325, so it should be marked as dup)
Alexey Proskuryakov
I can reproduce this behavior, but it is just a bug on the page - the screenshot() function is really not defined anywhere.