Bug 38306 - JavaScript isnt working under r58391
Summary: JavaScript isnt working under r58391
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-28 20:31 PDT by Rüdiger Cordes
Modified: 2022-04-23 19:34 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rüdiger Cordes 2010-04-28 20:31:34 PDT
Following isnt working:

<HTML>
<BODY onload="alert('juhu')">BODY</BODY>
</HTML>
Comment 1 Alexey Proskuryakov 2010-04-30 17:30:46 PDT
I cannot reproduce this with a local debug build of r58534 on Tiger/PowerPC. Could you please try a newer nightly build, and also make sure that you don't have JavaScript disabled?
Comment 2 Rüdiger Cordes 2010-05-01 05:00:03 PDT
Even in r58572 it isnt working. JavaScript is enabled. I will restart the PowerBook to see what happens.
Comment 3 Rüdiger Cordes 2010-05-02 07:01:07 PDT
Even in r58638 and after restart JavaScript isnt working.
When its not reproducable for you it seems to be a problem of my installation. Although Webkit is new installed something is not working.
Comment 4 Rüdiger Cordes 2010-05-02 07:10:15 PDT
JavaScript is running. I testet it with acid3test.

Its my programming environment that leads to this problem: PHP-Aquarium 1.4.4. So I will have a look at it and will give the result.

Rüdiger