[Webkit-unassigned] [Bug 71477] New: [Qt] fast/forms/select-list-box-mouse-focus.html crashes with ENABLE_NO_LISTBOX_RENDERING=1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 3 08:51:18 PDT 2011


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

           Summary: [Qt] fast/forms/select-list-box-mouse-focus.html
                    crashes with ENABLE_NO_LISTBOX_RENDERING=1
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cshu at webkit.org
                CC: hausmann at webkit.org


If we set CONFIG += use_qt_mobile_theme in Source/WebKit.pri, which adds ENABLE_NO_LISTBOX_RENDERING=1 to DEFINES in WebCore.pro, the menuList will be used and WTR aborts when running the above layout test.
The abort message comes from Qt5 qxcbwindow.cpp, qFatal("no window!").

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