Hello,
while working on continuous toolbox, I discovered that the setAutoClose() method does seem to work on classical toolbox, or in a weird way....
I tried implementing a toggle to choose if toolbox is autoclose or not, and on continuous toolbox it works fine, but with normal one here's my test:
- I get flyout and declare it autoclose false, also setvisible true ;
- when drag'n'drop from fisrt category (logic) it stays open ;
- if I change category it closes and add automatic close behavior.
Is it a bug or something I did wrong?
Many thanks for helping.