[Webkit-unassigned] [Bug 29426] New: [Qt] [REG] Webkit crash for some type of object (if the type contains +)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 18 07:43:30 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=29426
Summary: [Qt] [REG] Webkit crash for some type of object (if
the type contains +)
Product: WebKit
Version: 528+ (Nightly build)
Platform: Other
OS/Version: Mac OS X 10.5
Status: NEW
Keywords: Qt
Severity: Normal
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: vestbo at webkit.org
This bug report originated from issue QTBUG-3923
<http://bugreports.qt.nokia.com/browse/QTBUG-3923>
--- Description ---
Webkit crash when there is an object in the html if the type of this object
contains the character plus (+).
Here is the minimal example to reproduce the problem:
int main(int argc, char **argv){
QApplication app(argc, argv);
QWebView view;
view.setHtml("<object type=\"application/rss+xml\"></object>");
view.show();
return app.exec();
}
--
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