Bug 113931
Summary: | [Qt] New fast/forms/select/popup-closes-on-blur.html fails after r147548 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ádám Kallai <kadam> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | gustavo, ossy, szledan, tkent, zarvai |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 113220 | ||
Bug Blocks: | 87008 |
Ádám Kallai
It started to fail after r147548 (http://trac.webkit.org/changeset/147548).
Diff is here:
--- /ramdisk/qt-linux-64-release/build/layout-test-results/fast/forms/select/popup-closes-on-blur-expected.txt
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/fast/forms/select/popup-closes-on-blur-actual.txt
@@ -3,7 +3,7 @@
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS internals.isSelectPopupVisible(popup) is true
+FAIL internals.isSelectPopupVisible(popup) should be true. Was false.
PASS internals.isSelectPopupVisible(popup) is false
PASS successfullyParsed is true
Could you check what happened to it?
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Gustavo Noronha (kov)
That is a new test, added in that revision. The problem is there doesn't seem to be platform-neutral way of causing the combo box to open. Currently we're using the event sender to send a space key press, which works on most ports it seems. How do you open the combobox with a keypress on qt?
Jocelyn Turcotte
=== 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.