Bug 72720 - [Qt] QtTestBrowser click position is incorrect with Qt 5
Summary: [Qt] QtTestBrowser click position is incorrect with Qt 5
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-18 05:40 PST by Nandor Huszka
Modified: 2012-01-19 00:33 PST (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nandor Huszka 2011-11-18 05:40:23 PST
After resizing QtTestBrowser clicking happens in another line, than we want. In order it slips down about 2 lines. Putting down the window to the tray, and back, temporarily recovers this problem.
Comment 1 Csaba Osztrogonác 2011-11-18 05:47:35 PST
It seems it as a Qt5-WK1 API bug/regression, because it works fine with QtTestBrowser built with Qt4 and MiniBrowser built with Qt5.

You can easily reproduce it if you run layout tests with many fails. For example Tools/Script/old-run-webkit-tests --platform mac -p css2.1 . And
then links of results.html are in two lines in QtTestBrowser. If you resize
QtTestBrowsesr, you get this bug.
Comment 2 Csaba Osztrogonác 2011-11-18 05:50:17 PST
Guys, have you got any idea how can we fix this annoying bug? Is it a bug in WebKit or in Qt?
Comment 3 Balazs Ankes 2012-01-19 00:17:57 PST
I checked it today (2012-01-19) and the bug isn't valid anymore.