FileManager(7.2), tabview and isolate - bug

Hello Webix team,

I found bug in new filemanager with isolate attribute on true - https://snippet.webix.com/v1mrh4yz . If you have some quick solution, please, send.

Thanks in advance,
Stefan

Hi @StefanVit

So far Jet-based widgets (User-, File-, and Document Manager) are not fully compatible with “isolated namespace” available in Webix.
We consider this incompatibility as an issue and will fix it one of the nearest Webix Jet updates. Thank you!

For now, the only workaround is to add a jet-based view through the dynamic UI replacement (still, such views cannot have an isolated ID): Code Snippet

However, please note that we usually do not recommend using isolate unless you find it absolutely necessary.
Since Webix 5.0, widgets support the queryView() method, which allows finding nested or parent views by certain parameters (by view name itself, config options, or by custom conditions). This method does not affect the scope of views and can be considered as more reliable than isolated IDs (in terms of addressing views in a complex/dynamic UI, where global IDs can’t be always known).

If you implement you entire application with Webix Jet, please note that Jet has its own concept of local IDs for JetView classes (isolate is rather inefficient in JetView).