Defect #381
Issue with Tab Panels
0%
Description
See the attached test solution.
Basically if you remove all tabs then add a tab containing the form that has the code with the busy plugin it does not work unless you do a form refresh (F5) before clicking the button which activates the busy plugin.
Files
History
Updated by Patrick Talbot over 13 years ago
Is that Smart or Web client?
What Servoy version?
What Java version?
If Web client, in what browser/version?
Did you add plugins.busy.prepare() in the onShow event handler of the form that is added to the tab panel?
Updated by Frank Veges over 13 years ago
Busy.Prepare was in the form that was added to the tab panel.
When I changed it and added to the form that adds the form to the tab panel it works. Not sure if thats the best way but it will suit me. Thnaks.
It was for Web Client and tried in Firefox and IE 9.
Am using Servoy 5.2.9
Java 6 Update 23
Updated by Patrick Talbot over 13 years ago
- Status changed from New to Closed
Yes, basically calling plugins.busy.prepare() is injecting the necessary js scripts in the header of the page, so I guess that putting that in the parent form works best.
Will close this one since there is a know workaround.