Bug 53011 - Hitting command-r does not force a reload
Summary: Hitting command-r does not force a reload
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-24 07:45 PST by Martin Häcker
Modified: 2011-01-24 07:45 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Häcker 2011-01-24 07:45:28 PST
JavaScript that executes can almost arbitrarily long prevent this from happening.

This is really annoying if a bug in the web-application you develop causes an infinite loop that doesn't get caught by the execution timeouts. (Workaround: wait really long and hope that the multiple execution timouts that come up after a really lengthy ammount of times allow you to kill enough of the js that is running to be able to reload or kill the browser.