On Tue, Jun 22, 2010 at 04:14, LittleWaver <[email protected]> wrote: > Hi Anthony, > you say the code in sandbox is the same as the one released to public. > Can you explain me please following things? > > 1. The code released to public uses websocket communication, but the > current browsers (e.g. Internet Explorer) don't support it. So if the > code behind wavesandbox is the same as the one released to public, how > can it work in current browsers? A answer to this could be that you > use the "flash library" workaround for using websocket communication > in current browsers in sandbox. However, there's no evidence of any > "flash related" activity when using the editor in wavesandbox. Do I > just detect the flash activity in a wrong way? Or do you use any other > websocket workaround (which one?) Or did you modify the code of the > editor and related components, so it doesn't actually match the code > released to public?
That's not the editor. That's the underlying communications layer. For the public release of the editor and concurrencycontrol stack, we had to reimplement the network layer to work against fedone. The interface to the editor is WaveViewServiceImpl in the gwt_src directory. That's the same interface as is implemented internally. > 2. Advanced formatting - i wasn't able to find any place in the code > released to public, where things like bullet lists, or indentation > were implemented. However, those features are supported in sandbox. If > these two versions of editors are actually the same code, how is that > possible? Do I just search bad in the code released to public? Or did > you modify the code used in wavesandbox. Try hitting ctrl-b, ctrl-i, ctrl-1, ctrl-2, &c. The formatting is all there, there's just not a toolbar hooked up. > All-in-all I would like to know, how can it be that the editor in > sandbox can do so much more in comparsion to the one released to > public? Where's the key difference? You're mistaking the "editor" for the "wavepanel". All that's been released so far is the editor. That is the thing you see in wavesandbox when you hit 'edit' in a blip. Anthony -- Anthony Baxter, [email protected] -- You received this message because you are subscribed to the Google Groups "Wave Protocol" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
