Oops, looks like a long-time TODO has finally struck, if it's the one here on setBaseAndExtent: https://svn.apache.org/repos/asf/incubator/wave/trunk/src/org/waveprotocol/wave/client/editor/selection/html/SelectionW3CNative.java?p=1227271
In short, we used QuirksConstants to try to decide at the permutation level whether we should use code that called setBaseAndExtent in JS, or not. It might be possible to fix it here: https://svn.apache.org/repos/asf/incubator/wave/trunk/src/org/waveprotocol/wave/client/common/util/QuirksConstants.java although better would be not using that at all, and instead having a native static method to check, that is at runtime rather than compile, to avoid this in the future (it doesn't save that much code). That said, I don't know why you'd get the error on Firefox if it's only ever calling the method when QuirksConstants.HAS_BASE_AND_EXTENT (== UserAgent.isWebkit()) On 7 October 2013 09:32, Raphael Bircher <r.birc...@gmx.ch> wrote: > Hi Yuri > > Am 07.10.13 07:59, schrieb Yuri Z: > > Hi. >> Thanks for reporting. What happens when you click on the "New Wave" button >> on the top left? >> > I make a screenshot what happend when I click to "New Wave". > http://people.apache.org/~**rbircher/download/wave/wave_**error.png<http://people.apache.org/~rbircher/download/wave/wave_error.png> > > It seems that there is a java error. The strack I pasted here: > https://paste.apache.org/fnVm > > As I said, this is on the waveinabox server, I don't know if this version > is actual. > > Have a nice day and thanks for the answare. > > Greetings Raphael > >