Before 4.5.0 I used menus and was very happy with the block level functionality it gave me as far as creating menus anywhere and in whatever way I liked. Now with 4.5.0, even though the menus module works, I figured I'd use the built-in drupal functionality with menu_on-the-fly. Things went pretty quickly and everything was working great till I tried to click on one of the group elements that was collapsed. (ie/ http://www.razing.net - look for Games, Avernus Cube, Karmic Retribution 2, etc). It defiantly refused to expand.
So I tried a few different things; the first of which was to create another quick drupal site since I was upgrading and I figured this to be a database issue. So I added in the module, created a new menu group, added two menu item that pointed to nowhere (the second being the child of the first), loaded up the block, and clicked on the parent. Low and behold it expanded. So I compared 'menu' from one database to the other, everything looked in order.
Then I decided to replicate the same exact process on my live site, on a hunch that it was working on the test site because of the invalid target. Sure enough. To double check myself I went back to the test site and added pointers to actual content, clicked on the parent node to see if it would expand, nada. It was staying collapsed and that was that.
So I dinked with menu_otf.css, menu_otf.module and despite having tried to remove all instances of 'collapsed' the block still stubbornly refuses to expand any group item that points to valid content.