Bug 7708 - REGRESSION: Flash callback to JavaScript function not working.
Summary: REGRESSION: Flash callback to JavaScript function not working.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Plug-ins (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Alexey Proskuryakov
URL: http://tests.novemberborn.net/browser...
Keywords: Regression
Depends on:
Blocks: 7707
  Show dependency treegraph
 
Reported: 2006-03-10 15:06 PST by Mark Wubben
Modified: 2006-03-12 12:28 PST (History)
1 user (show)

See Also:


Attachments
Contains the testcase linked to in the bug description. (4.54 KB, application/octet-stream)
2006-03-10 15:07 PST, Mark Wubben
no flags Details
Crash log. (22.40 KB, text/plain)
2006-03-10 15:19 PST, Mark Wubben
no flags Details
proposed fix (2.48 KB, patch)
2006-03-12 11:00 PST, Alexey Proskuryakov
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Wubben 2006-03-10 15:06:14 PST
A JavaScript function should be invoked through
Flash' fscommand() method. However, in r13170 and r13244 (the nightlies I tested this in), it is not. A testcase is available at <http://tests.novemberborn.net/browsers/safari/fscommand-redraw/callback-not-working.html>.

This bug was observed with Flash 8.0.22.
Comment 1 Mark Wubben 2006-03-10 15:07:21 PST
Created attachment 6997 [details]
Contains the testcase linked to in the bug description.
Comment 2 Mark Wubben 2006-03-10 15:19:06 PST
Created attachment 6998 [details]
Crash log.
Comment 3 Mark Wubben 2006-03-10 15:26:51 PST
My bad, appended a file to the wrong bug report.
Comment 4 Geoffrey Garen 2006-03-10 19:14:16 PST
Alert pops up for me using r13150.
Comment 5 Alexey Proskuryakov 2006-03-11 01:44:59 PST
I could reproduce with r13247.
Comment 6 Alexey Proskuryakov 2006-03-12 11:00:55 PST
Created attachment 7031 [details]
proposed fix