[Webkit-unassigned] [Bug 30605] New: Unsupported attribute set on QGraphicsWebView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 20 16:05:45 PDT 2009


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

           Summary: Unsupported attribute set on QGraphicsWebView
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kenneth at webkit.org


Using Qt 4.6 trunk and the QGraphicsWebView I get a lot of error output like:

QGraphicsWidget::setAttribute: unsupported attribute 14                         

According to Qt docs, 14 is the Qt::WA_InputMethodEnabled which is indeed being
set:

WebKit/qt/Api/qgraphicswebview.cpp:   
q->setAttribute(Qt::WA_InputMethodEnabled, enable);

This line doesn't seem to be doing what it is supposed to, so either it should
be replaced or Qt should be fixed to make it work.

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