Export to GitHub

wave-protocol - issue #196

Creation of new wave in Firefox with sockets.io=true causes shiny


Posted on Jan 8, 2011 by Happy Cat

What steps will reproduce the problem? 1. Run the Wiab server with sockets.io = true 2. Login into web client using Firefox 3. Click on "New Wave" button

What is the expected output? What do you see instead? Expected: New wave is created. Actual: New wave is created but error is thrown. TypeError): ($location_0[stackIndex] = "SelectionW3CNative.java:200", this$static).setBaseAndExtent is not a function (see attached file)

What changeset or version are you using? On what operating system? changeset: 819 Ubuntu Firefox 3.6.13

Attachments

Comment #1

Posted on Jan 9, 2011 by Helpful Hippo

Is the client built with compile-gwt or compile-gwt-dev?

IIRC, that setBaseAndExtent function is part of the webkit permutation.

compile-gwt-dev only builds a webkit permutation. compile-gwt builds a firefox permutation, among others.

Does this occur with a client built with compile-gwt?

Comment #2

Posted on Jan 9, 2011 by Happy Cat

Right, it was built with compile-gwt-dev. I ll check if it works with compile-gwt.

Comment #3

Posted on Jan 14, 2011 by Happy Cat

(No comment was entered for this change.)

Status: Invalid

Labels:
Type-Defect Priority-Medium