Bug 113931 - [Qt] New fast/forms/select/popup-closes-on-blur.html fails after r147548
Summary: [Qt] New fast/forms/select/popup-closes-on-blur.html fails after r147548
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 113220
Blocks: 87008
  Show dependency treegraph
 
Reported: 2013-04-04 02:31 PDT by Ádám Kallai
Modified: 2014-02-03 03:25 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ádám Kallai 2013-04-04 02:31:44 PDT
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?
Comment 1 Gustavo Noronha (kov) 2013-04-04 06:22:08 PDT
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?
Comment 2 Jocelyn Turcotte 2014-02-03 03:25:33 PST
=== 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.