[Webkit-unassigned] [Bug 36640] New: Flash transparency + Webkitgtk transparency issue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 25 20:53:33 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36640

           Summary: Flash transparency + Webkitgtk transparency issue
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://www.kirupa.com/developer/mx/transparency.htm
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Plug-ins
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kerpz at yahoo.com


Provided the link above the right click functions doesn't work (minor issue).
Another thing is, when loading it with my webkitgtk app with "transparency
enabled" crashes with these message:

[root at development mywebkit]# ./test
The program 'test' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 1010 error_code 8 request_code 140 minor_code 3)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

//////////////////// snippet start here //////////////////////////

    GdkScreen *screen = gtk_widget_get_screen(main_window);
/* -- commented to avoid crashing the app --
    GdkColormap *rgba = gdk_screen_get_rgba_colormap(screen);
    if (rgba && gdk_screen_is_composited (screen))
    {
        gtk_widget_set_default_colormap(rgba);
        gtk_widget_set_colormap(GTK_WIDGET(main_window), rgba);
    }
*/

    // Create a WebView, set it transparent, add it to the window
    //WebKitWebView* web_view = WEBKIT_WEB_VIEW(webkit_web_view_new());
    webkit_web_view_set_transparent(WEBKIT_WEB_VIEW(web_view), TRUE);

//////////////////// snippet end here //////////////////////////

as you can see I commented the app transparency to avoid the crashing
is this fixable?

Thanks and Regards,
Philip B.

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



More information about the webkit-unassigned mailing list