[Webkit-unassigned] [Bug 16915] New: Support <script for="..." event="..."> feature

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 17 15:40:40 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16915

           Summary: Support <script for="..." event="..."> feature
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: PC
               URL: http://www.gyao.jp/
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: help.improve.safari at gmail.com


Steps:
Load: http://www.gyao.jp/

Issue:
On loading the page, a javascript alert pops up. The javascript alert is in
Japanese language. Issue seen through many pages across the website.

Reason for why the alert is shown:
<script type="text/javascript" for="Player" event="click()">    linkAction(0); 
</script>

The above line is causing the issue. FF/IE recognizes the attributes within the
script and doesn't call the function. But Safari calls the function and gives a
javascript alert.

Other browsers:
IE /FF: don't show any alert.
Opera: shows the alert


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list