In 1.89.5, line 232 of base.css sets visibility to hidden and that prevents the request, session, and response buttons from showing their information when their onclick event calls slideToggle.
Removing/blocking the visibility setting restores expected behavior. Denes

