[Webkit-unassigned] [Bug 29839] New: Meta-refresh JavaScript URL fails to stop loading and cannot be canceled
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 28 23:21:14 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=29839
Summary: Meta-refresh JavaScript URL fails to stop loading and
cannot be canceled
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh Intel
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: Page Loading
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: dbates at webkit.org
CC: kdecker at apple.com, sullivan at apple.com
Created an attachment (id=40284)
--> (https://bugs.webkit.org/attachment.cgi?id=40284)
Example
When the HTML Meta element specifies a refresh event to occur after 0 seconds
and the URL is a JavaScript URL then the Safari UI always shows "Loading..."
and it can't be canceled (by clicking on the X to the right of the word
"Loading...").
Notice Window->Activity does not show that anything is loading. So, I believe
this is a UI issue (though, I have not had a chance to confirm).
Note, this issues seems to happen for any JavaScript URL, regardless of whether
the JavaScript results in a modal dialog like in the example. For instance, it
occurs for: <meta http-equiv="refresh" content="0; url=javascript:0">
--
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