Vizlib Advanced Text Object v1.6.3 released!
1. [VSP-303]: Image library doesn't take virtual proxy into account
When the background image was using the content library selector it wasn't taking into account the virtual proxy where the app was being opened with, making the image not to render.
2. [VZB-793]: Actions not executed as expected when navigation to another sheet was used
Due to the synchronously order of the actions some of them were not executed due to the defined order.
3. [VSP-227]: Tooltip doesn't disappear in VATO until you refresh the browser
In some situations the tooltip was getting stuck into the page.
4. [VZB-768]: Tooltip sometimes is displayed twice
In some scenarios tooltip was appearing twice on the same object.
5. [VSP-244]: Vizlib Action - data not saved after user-triggered reload
The data was not saved after the reload action.
We have found a possible bug in this release. Our solution has been live for ~8 months using the "Advanced Text Object" with no problems, until this issue began on Monday evening, following this v1.6.3 release.
Issue Details
wss://<<HOSTNAME>>/<<EXTENSION NAME>>/app
This returns the 404 error
The correct websocket URL would be:
wss://<<HOSTNAME>>/app
Sashin