Bug 72720
Summary: | [Qt] QtTestBrowser click position is incorrect with Qt 5 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Nandor Huszka <hnandor> |
Component: | WebKit Qt | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | abecsi, bank, hausmann, ossy, vestbo, webkit-sed |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Nandor Huszka
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Csaba Osztrogonác
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.
Csaba Osztrogonác
Guys, have you got any idea how can we fix this annoying bug? Is it a bug in WebKit or in Qt?
Balazs Ankes
I checked it today (2012-01-19) and the bug isn't valid anymore.