-
SwellRT.query method does not show the text of the Text Objects, but an object similar to
Object { xml="PGJvZHk+PGxpbmUvPmFzZGFz...rfCtyExMjMxMiA8L2JvZHk+", annotations=""}
It would be great if …
-
-
I am getting this in the console when refreshing the window. @pablojan do you know what can be happening?
```
RuntimeException_1 {detailMessage: "Document had a mysterious sink. Restoration is unsaf…
-
Executing following code, the obtained result is 'bar' 'bar' while the expected result is either 'foo', 'bar' or 'bar', 'foo' (each callback called once).
```
window.SwellRT.openModel(
waveId1,
f…
-
Steps to reproduce (in Teem):
- Insert `console.dir(data)` inside teem's callback, just before line https://github.com/P2Pvalue/teem/blob/master/src/js/services/sessionService.js#L59
- Pause docker sw…
-
After changing a session from ANONYMOUS to a named one with the following steps, the changes performed in the pad are **not saved** and there are no Exceptions or other way to detect those losses.
``…
-
Hello!
I've downloaded the tar ball with the last release of swellRT (https://github.com/P2Pvalue/swellrt/releases/latest) and I've tried to run the server but it doesn't work because it's trying to …
-
![image](https://cloud.githubusercontent.com/assets/26228/14281116/7aae0c9c-fb37-11e5-9ff2-9d723c654379.png)
Note that the websocket is opened (still receiving pings) but there is not response to `Pr…
-
When an user duplicates a tab, the sessionStorage object is duplicated, keeping the same value for sessionStorage['x-swellrt-window-id']. This causes the server to handle the same connection for both …
-
After changing data in waves, those changes do not show up in read only queries