latos / wave-protocol

Automatically exported from code.google.com/p/wave-protocol
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

Original issue reported on code.google.com by vega113 on 8 Jan 2011 at 11:47

Attachments:

GoogleCodeExporter commented 8 years ago
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?

Original comment by hearn...@google.com on 9 Jan 2011 at 11:19

GoogleCodeExporter commented 8 years ago
Right, it was built with compile-gwt-dev. I ll check if it works with 
compile-gwt.

Original comment by vega113 on 9 Jan 2011 at 11:43

GoogleCodeExporter commented 8 years ago

Original comment by vega113 on 14 Jan 2011 at 12:40