RESOLVED INVALID 30511
Rotating the QGraphicsWebView on google.com shows black areas around the images
https://bugs.webkit.org/show_bug.cgi?id=30511
Summary Rotating the QGraphicsWebView on google.com shows black areas around the images
Kenneth Rohde Christiansen
Reported 2009-10-19 06:04:05 PDT
This is only using the X11 backend, so it seems a Qt graphicsssystem X11 backend issue. Outcommenting 155 if (!image->hasAlpha() && painter->compositionMode() == QPainter::CompositionMode_SourceOver) 156 painter->setCompositionMode(QPainter::CompositionMode_Source); in ImageQt.cpp / BitmapImage::draw Will make it work for X11, but that way we loose the optimization of using Source (write) instead of SourceOver (read + write)
Attachments
Holger Freyther
Comment 1 2009-10-19 06:48:02 PDT
I think fixing it in Qt can not be that bad. It clearly must happen in a case where the X11 engine passes things on to raster and then back. The question is more who is introducing the black rect.
Antonio Gomes
Comment 2 2009-10-19 06:50:15 PDT
(In reply to comment #1) > The question is more who is introducing the black rect. it might not be related to this bug specifically, bug <select> when 'size' attr is > 1 also draws back bg
Andreas Kling
Comment 3 2010-03-16 04:37:56 PDT
Reproduced with r56001.
Diego Gonzalez
Comment 4 2011-02-24 15:09:03 PST
Cannot reproduce this bug in r79560
Jocelyn Turcotte
Comment 5 2014-02-03 03:50:34 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. 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.
Note You need to log in before you can comment on or make changes to this bug.