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
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
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.
(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?
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?