[Webkit-unassigned] [Bug 60879] New: Mouse button release not recognized with QWebView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 16 03:14:19 PDT 2011


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

           Summary: Mouse button release not recognized with QWebView
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        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 an area from the chart. Following page http://www.highcharts.com/demo/line-time-series has a zoomable time series chart where the selected area should be zoomed in. With QtWebKit (in Qt 4.7.2) the mouse release is not recognized thus selecting an area 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/line-time-series"));
    w.show();
}

Actual Results:
The selection for zooming area works ok, but the mouse release is not working hence the zoom in is not happening.

Additional Information:
With Qt 4.6.2 it was possible to select an area for zooming in.

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