[Webkit-unassigned] [Bug 68236] New: [Qt] Mouse button press not recognized with QWebView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 16 03:19:37 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=68236

           Summary: [Qt] Mouse button press not recognized with QWebView
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: Event Handling
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: titta.heikkala at digia.com


Overview:
When opening an xhtml file with a chart one should be able to select a bar from the chart. Following page http://www.highcharts.com/demo/column-drilldown has a bars where selecting a bar should open different view. With QtWebKit (in Qt 4.7.4) the mouse press is not recognized thus selecting a bar is not possible.

Steps to Reproduce:
With the following (simple) code the issue can be reproduced:
int main(int argc, char *argv[])
{
    QApplication a(argc, argv);
    QWebView w;
    w.load(QUrl("http://www.highcharts.com/demo/column-drilldown"));
    w.show();
}

Actual Results:
Selecting a bar has no effect.

Additional Information:
With Qt 4.6.2 it was possible to open another view by selecting a bar. (The chart works with Firefox, Safari and IE)

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