[Webkit-unassigned] [Bug 29690] New: Application Cache onchecking listeners don't get fired if there an external script
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 23 13:08:24 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=29690
Summary: Application Cache onchecking listeners don't get fired
if there an external script
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
URL: http://bogojoker.com/webkit/bug_onchecking/bad.html
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: Page Loading
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: joepeck at webkit.org
CC: andersca at apple.com
When a page has a cache manifest and includes an external script (<script
src="...">) regardless of wether or not that external script loads, any
"checking" event listeners on the Application Cache do not fire. This differs
from Firefox, which (as I would have expected) throws the checking event
listeners.
Test Cases:
Error Page: http://bogojoker.com/webkit/bug_onchecking/bad.html
Success Page: http://bogojoker.com/webkit/bug_onchecking/good.html
Steps to Reproduce:
1. Navigate to the error test page.
2. Refresh the page (see below for the reason).
Actual Results:
No alert dialog, the listener was not run.
Expected Results:
The onchecking listener should fire and an alert dialog saying "checking"
should have appeared.
Why You Had to Refresh:
This is another difference between Firefox and WebKit. Due to my testing when
initially loading a page and on subsequent loads of a page with a manifest
Firefox will fire the onchecking event. WebKit only fires the onchecking event
on subsequent loads.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list