Bugzilla – Bug 3813
Multiple presses of Browse button confuses menu
Last modified: 2008-09-15 14:39:24 UTC
If you press BROWSE several times in a row, the menu system gets confused and cannot go LEFT out of the mode. Realisticly, the sucessive presses should do nothing if already at the top level browse, and return to the top if already browsing. Search simply detects if already in search mode, but browse uses INPUT.List so we cannot detect in the same way. Have tried looking at menudepth, but this wouldn't let the button work once browsing lower hierarchies.
note for later... need to add Slim::Buttons::Common::setMode($client, 'home'); before the jumpToMenu
It looks like you know what you mean, but I can't quite figure it out. My remote doesn't even have a BROWSE button!
sorry Chris. I'm working with softsqueeze after the transporter merge. The remote has a browse button. I was involved in a bit of a code fix earlier to make the function work, but until recently have never tested it with a "real" buttons.
fixed in change 8671