Bugzilla – Bug 5641
Default Skin, dual scrollbar on playlist track listing.
Last modified: 2007-10-02 00:30:56 UTC
Browse Playlist Select Playlist note: playlist track listing has scrollbar but also the browse pane. OSX 10.4.9, firefox 2.0.0.7, svn 13458
Created attachment 2201 [details] screenshot
Created attachment 2202 [details] simplest patch simplest case would be to add the dontscroll param to the EN template. no other skin uses it, but could if they wanted so it's safe there. full patch, would be a copy of browsedb_playlist.html in Default with the Default pagebar block from browsedb.html.
Created attachment 2203 [details] full patch this is the complete template that fixes the problem and should be in line with Default code style.
I'd go for the simple patch. That's exactly the use case I introduced the dontscroll parameter for. I didn't compare the full patch agains the EN playlist template. But as you can imagine I don't want to copy files around if there's a simpler solution...
Change 13462 - feel free to reopen, if you prefer the full patch.