Hello guys,
I’m playing with sidebar control and it’s seems to be a bug in it.
My aim is to have a zero-width sidebar while it is in collapsed state, so I set collapsedWidth
property to 0
. But it does not work as expected.
I have tried different values for the collapsedWidth
property:
- If set to
0
or-2
, the sidebar shown as expanded in collapsed state. - If set to
-1
, the sidebar shown as collapsed, but toggle works only once. - With other negative values it seems to work correct.
A snipped to illustrate the problem: