Normal
The slide menu is usually setup to show if the main visible controls do not have focus (look for <visible>!control.HasFocus(50)&!control.HasFocus(xxx)</visible>). If you want your hidden menu to show on a button click you will have to change that (maybe use a skin Setting & a toggle button for that).