Bugzilla – Bug 6783
XMLBrowser type="text" items should not have a ">" char
Last modified: 2009-09-08 09:13:40 UTC
Andy: who should take this?
I'm guessing Ben.
Is this a dup of bug 6768?
Andy, can you give me an example of somewhere this shows up? I already have code to set the menu item style to 'itemNoAction' (no ">") in several spots in XMLBrowser. Don't know where it's missing.
I think this may be what's needed, but I don't know where to test the fix === XMLBrowser.pm ================================================================== --- XMLBrowser.pm (revision 18539) +++ XMLBrowser.pm (local) @@ -1810,6 +1811,10 @@ $request->addResultLoop( $loopname, $cnt, 'input', $input ); } + if ( $item->{type} eq 'text' && !$hasImage ) { + $request->addResultLoop( $loopname, $cnt, 'style', 'itemNoAction'); + } + if ( scalar keys %{$params} ) { $request->addResultLoop( $loopname, $cnt, 'params', $params ); }
One example would be going right from a Rhapsody album. The menu should contain a "Year" item which is just type="text".
fixed in SC change 16895
This bug has recently been fixed in the latest release of SqueezeCenter 7.0.1 Please try that version, if you still see the error, then reopen this bug. To download this version, please navigate to: http://www.slimdevices.com/su_downloads.html