Bug 101942
Summary: | [Qt][QGLWidget] Enabling QGLWidget on Mac has rendering issues | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexandru Chiculita <achicu> |
Component: | WebKit Qt | Assignee: | Zeno Albisser <zeno> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | zeno |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Alexandru Chiculita
Enabling the QGLWidget on MacOSX has some rendering and input issues. I'm not sure yet if these are only input event issues or just repainting issues.
This is the command I've tried, but it looks like other pages reproduce the issue too.
bin/QtTestBrowser -graphicsbased -webgl -gl-viewport http://html.adobe.com/webstandards/csscustomfilters/cssfilterlab/
I see the lots of the following messages on the console:
QMacCGContext:: Unsupported painter devtype type 1
QBackingStore::flush() called with non-exposed window, behavior is undefined
Nov 12 08:48:59 QtTestBrowser[53645] <Error>: CGContextSaveGState: invalid context 0x0
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Zeno Albisser
This issue should be resolved by: https://bugs.webkit.org/show_bug.cgi?id=103497
You will need to execute: ./bin/QtTestBrowser -graphicsbased -webgl -gl-viewport -tiled-backing-store
*** This bug has been marked as a duplicate of bug 103497 ***