[Webkit-unassigned] [Bug 17412] New: Website partially rendered. 2 errors reported in the console

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 17 12:01:37 PST 2008


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

           Summary: Website partially rendered. 2 errors reported in the
                    console
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: Macintosh
               URL: http://gaia.hdfrench.com/rips.php
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bpresles at mac.com


The http://gaia.hdfrench.com/rips.php website doesn't render well, even with
both Safari 3.04 and latest WebKit nightly.

The console reports 2 errors:

SyntaxError: Parse error
http://gaia.hdfrench.com/rips.php (line 1309)

ReferenceError: Can't find variable: phpmyvisitesURL
http://gaia.hdfrench.com/stat/phpmyvisites.js (line 116)

Both error seems indeed true, as there is a </table> at the end of the page
after the </html> which could explain the parse error, and as the
phpmyvisitesURL  variable used in the pmv_log(phpmyvisitesURL,
phpmyvisitesSite, pagename, a_vars); method call seems indeed not declared.

Use Firefox to see the page fully rendered.


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