WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
30605
Unsupported attribute set on QGraphicsWebView
https://bugs.webkit.org/show_bug.cgi?id=30605
Summary
Unsupported attribute set on QGraphicsWebView
Kenneth Rohde Christiansen
Reported
2009-10-20 16:05:45 PDT
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.
Attachments
[Qt] Fix enabling of input method support on QGraphicsWebView.
(9.30 KB, patch)
2009-11-01 22:39 PST
,
Simon Hausmann
zecke
: review+
commit-queue
: commit-queue-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Simon Hausmann
Comment 1
2009-11-01 19:58:38 PST
Right, it's calling the wrong method, it should be calling QGraphicsItem::setItemFlag instead with ItemAcceptsInputMethod. I'm preparing a patch.
Simon Hausmann
Comment 2
2009-11-01 22:39:09 PST
Created
attachment 42302
[details]
[Qt] Fix enabling of input method support on QGraphicsWebView.
Holger Freyther
Comment 3
2009-11-07 01:11:44 PST
Comment on
attachment 42302
[details]
[Qt] Fix enabling of input method support on QGraphicsWebView. Looks good... I wonder if you want to call setGeometry on the QWebView too?
WebKit Commit Bot
Comment 4
2009-11-09 17:16:32 PST
Comment on
attachment 42302
[details]
[Qt] Fix enabling of input method support on QGraphicsWebView. Rejecting patch 42302 from commit-queue. Failed to run "['/Users/eseidel/Projects/CommitQueue/WebKitTools/Scripts/svn-apply', '--reviewer', 'Holger Freyther', '--force']" exit_code: 1 patching file WebKit/qt/Api/qgraphicswebview.cpp Hunk #1 FAILED at 105. 1 out of 1 hunk FAILED -- saving rejects to file WebKit/qt/Api/qgraphicswebview.cpp.rej patching file WebKit/qt/ChangeLog Hunk #1 succeeded at 1 with fuzz 3. patching file WebKit/qt/tests/qwebpage/tst_qwebpage.cpp Hunk #1 FAILED at 21. Hunk #2 FAILED at 123. Hunk #3 FAILED at 1266. Hunk #4 FAILED at 1346. Hunk #5 FAILED at 1395. 5 out of 5 hunks FAILED -- saving rejects to file WebKit/qt/tests/qwebpage/tst_qwebpage.cpp.rej
Eric Seidel (no email)
Comment 5
2009-11-09 17:31:44 PST
Looks like this was landed as
r50551
but just not closed. :(
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug