Summary: | [Qt] [addToJavaScriptWindowObject] QVariant slot is not called when the argument is a QVariantList | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Farsmo <farsmo> | ||||
Component: | WebKit Qt | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | RESOLVED INVALID | ||||||
Severity: | Normal | ||||||
Priority: | P3 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
=== Bulk closing of Qt bugs === If you believe that this bug report is still relevant for a non-Qt port of webkit.org, please re-open it and remove [Qt] from the summary. If you believe that this is still an important QtWebKit bug, please fill a new report at https://bugreports.qt-project.org and add a link to this issue. See http://qt-project.org/wiki/ReportingBugsInQt for additional guidelines. |
Created attachment 105445 [details] test case Slots bound to a QWebView with addToJavaScriptWindowObject do not work when the slot expects a QVariant but the argument is a QVariantList. All other combinations seem to work fine (including QVariantMap).