[Webkit-unassigned] [Bug 8425] opacity on a group containing a blur filtered rect crashes

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Apr 16 12:06:41 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8425





------- Comment #2 from macdome at opendarwin.org  2006-04-16 12:06 PDT -------
This is probably caused by my bogus use of +[NSGraphicsContext
setCurrentContext:].  Using opactiy will cause the parent to open a
transparency layer.  Using a filter will cause the child to try and swap out
the current context with setCurrentContext while the transparency layer is
still open.  That's probably a bad thing :)  And probably what is causing the
crash.


-- 
Configure bugmail: http://bugzilla.opendarwin.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