Bug 116393 - [GTK] Undefined or Invalid parameter in GMail Hangouts
Summary: [GTK] Undefined or Invalid parameter in GMail Hangouts
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-18 08:53 PDT by Mike Qin
Modified: 2017-03-11 11:00 PST (History)
2 users (show)

See Also:


Attachments
Undefined or Invalid parameter in title, timestamp, and notification. (23.89 KB, image/png)
2013-05-18 08:53 PDT, Mike Qin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Qin 2013-05-18 08:53:35 PDT
Created attachment 202206 [details]
Undefined or Invalid parameter in title, timestamp, and notification.

A massive number of Undefined or Invalid parameter in GMail Hangouts. This is new Hangouts interface in GMail.

I tried with QtWebKit, it doesn't have this problem at all, so I guess here it's a GTK Backend specific problem. Has anyone encounter this problem before?

This problem might affect other website as well, it seems to me it's a JS capability problem. I'm marking this as P2.

Thanks
Comment 1 Mike Qin 2013-05-18 12:51:48 PDT
I dig around the gmail JS a little bit. It seems that webkitgtk is hit on code like this:

function Sia(b,a,c,d,e,g){var h=a.Zpa,n=a.qeb,p=+c[h];isNaN(p)?g.push("Undefined or invalid parameter - "+h)

So, variable h is following after the error message. It seems to indicate that object a doesn't have member Zpa.

Any ideas on where went wrong?

Thanks
Comment 2 Zan Dobersek 2013-05-23 05:21:08 PDT
What WebKitGTK+ version are you using?
The Hangouts are functioning OK with WebKit2GTK+ 2.0 and the Google Talk Plugin 3.19.1.0-1.
Comment 3 Mike Qin 2013-05-23 08:19:15 PDT
(In reply to comment #2)
> What WebKitGTK+ version are you using?
> The Hangouts are functioning OK with WebKit2GTK+ 2.0 and the Google Talk Plugin 3.19.1.0-1.

Thanks for your reply.

I'm using WebKit2Gtk 2.0.2, could that be an regression between 2.0.0 and 2.0.2?
Comment 4 Zan Dobersek 2013-05-23 12:34:12 PDT
This also worked with trunk, so a regression in the stable branch is somewhat unlikely, but not impossible.
Could you also please check what version of the Google Talk Plugin are you using?