[Webkit-unassigned] [Bug 13026] incomplete render of menu (assertion failing in -[WebBaseNetscapePluginView saveAndSetNewPortStateForUpdate:])

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 12 01:46:29 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13026





------- Comment #3 from mitz at webkit.org  2007-03-12 01:46 PDT -------
                if (pixelFormat == 0) {
                    // Not a valid pixel format - don't render at all.
                    offscreenBounds.top = 0;
                    offscreenBounds.left = 0;
                    offscreenBounds.right = 0;
                    offscreenBounds.bottom = 0;
                    rowBytes = 0;
                    pixelFormat = k32BGRAPixelFormat;
                }

These parameters are invalid for NewGWorldFromPtr, which returns a -50 error.
Not sure that's the best way to accomplish "don't render at all", even if this
code is not supposed to be reached. In the test case, the 0 pixelFormat is what
QDPixelFormatFromCGBitmapInfo() returns for kCGBitmapByteOrderDefault. Is there
a way to resolve kCGBitmapByteOrderDefault in compile time?


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list