Summary: | js script error webkit | ||
---|---|---|---|
Product: | [Frameworks and Libraries] kwebkitpart | Reporter: | Ferdinand Gassauer <gassauer> |
Component: | general | Assignee: | webkit-devel |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | adawit |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ferdinand Gassauer
2009-11-17 14:34:56 UTC
It is actually not a bug, but a problem with the site itself. See a snippet of what it sends below. The HTML comments are fine, but the <script> tag before the <html> one seems to trip QtWebKit. Anyhow, since all the other browsers I tested seem to gracefully handle this error, perhaps this is something QtWebKit should also handle correctly. Regardless this is an upstream issue. <!--% Response.write "HTTPS: " & Request.ServerVariables("HTTPS") %--> <script src="../jscript/menu.js" type="text/javascript"></script> <!-- CustomerID: 21 --> <!--security.TickerSymbol: RFCT--><!--- Start Menu: 0,046875--> <!--- End Menu: 0,046875--> <!--main.showminmax: false;main.style:line;main.serveraddress: jgifchartservice.ttweb.net;main.symbol: tts-2876037;main.namefortitle: RAIFF. CENTROPA THES. GR;main.last:tts-2876037,2009-11-25,13:30:00,124.54,1;main.period: monthly;gridPeriod: yearly;main.dateRange: 5Y;width: 380;height: 280--><!-- Seite ist mit folgender URL aufgerufen: https://rdg.ttweb.net/NOE/securityDetail/default.asp und wurde als HTTPS=on erkannt! --> <html> I cannot reproduce this issue with Qt 4.6. If you still can, please report this issue to bugs.webkit.org. |