If I set the hidden:true property on a component (in this case, an icon), using the show() method does nothing. I’ve found a workaround for this by calling a icon.hide() in the onAfterRender event of that icon but that seems like a pretty bad workaround.
Somehow it works for me
http://webix.com/snippet/a9ee4304
Please share a code or demo link for which issue occurs.
I’ve tried my example on your codesnipper (http://webix.com/snippet/0759bce8) and it does indeed work. However, it still doesn’t work in my application. I’ve just downloaded v2.1.8 and nothing. Any idea what might be wrong?
Check if you are using same id somewhere else in your code.
Checked, the id is unique.
The same snippet works for me with Webix 2.1.8
Are you using exactly the same code ?
If you have the online demo - you can send me the url
I’ve sent you the code hosted on our servers via private message. Instructions to reproduce the bug are included.
You can grab the Webix 2.1.12 from the customer area, it contains the fix for the above issue.