[Webkit-unassigned] [Bug 29533] New: Dynamically loaded scripts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 20 18:21:07 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29533

           Summary: Dynamically loaded scripts
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gessos.paul at yahoo.gr


I have AJAX loaded XHTML with javascripts:
- External, as <script src="..." />
- Internal, as <script>alert(1);</script>
- As action on events: <a href="" onclick="alert(5); return false;">whow!</a>

On external ( <script src="..." /> ) I must create a <script> element and
append on <head> element. This is a workaround needed on Firefox too, but not
on Opera.

On internal ( <script>alert(1);</script> ) I must run eval(script.text); . This
is a workaround needed on Firefox too, but not on Opera.

THE REAL PROBLEM:
As action on events ( <a href="" onclick="alert(5); return false;">whow!</a> )
doesn't work at all. Work fine on Firefox / Opera.

-- 
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