Details
-
Bug
-
Resolution: Moved
-
P2: Important
-
4.5.0
-
None
-
None
Description
opening the file below with arora resulted in high CPU usage on Windows (on Linux, it works fine)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>QWebKit test</title> <script type="text/javascript"> function nothing() { } window.setInterval(nothing,1000); </script> </head> <body>This is a test...</body> </html>