-
Bug
-
Resolution: Fixed
-
Major
-
2.0.0
-
None
How to reproduce
- Open the skin factory tool
- Refresh application
The tool is open but not focus. But the dynamic contextual tab are visible.
These tabcontroller are created on-the-fly,loaded the JS http://localhost:8080/cms/plugins/skinfactory/demo/demo/ribbon.js
tab = Ext.create("Ametys.ribbon.element.tab.TabController", { "tool-id":"^(uitool-skinfactory)$", id: "", pluginName: "skinfactory" }); tab.attachTab(tab_SF_5); tab.show(false); Ametys.ribbon.RibbonManager.registerTab(tab);