id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	thread
1497	Prev/next buttons always showing with certain skin setup	jeroen	pablo	"With ZIP skins, the prev/next buttons are always showing in Flash (single video, visible playlist) if there are no dividers around the buttons. This can be tested with the Bekle skin and a single video. Using this layout all works:

{{{
<layout>
	<group position=""left"">
		<button name=""play"" />
		<divider name=""divider"" />
		<button name=""prev"" />
		<divider name=""divider"" />
		<button name=""next"" />
		<divider name=""divider"" />
	</group>
	<group position=""center"">
		<slider name=""time"" />
	</group>
	<group position=""right"">
		<button name=""blank"" />
		<slider name=""volume"" />
		<button name=""fullscreen"" />
	</group>
</layout>
}}}

But with this layout the prev/next buttons show up, even though it's a single video:

{{{
<layout>
	<group position=""left"">
		<button name=""play"" />
		<button name=""prev"" />
		<button name=""next"" />
	</group>
	<group position=""center"">
		<slider name=""time"" />
	</group>
	<group position=""right"">
		<button name=""blank"" />
		<slider name=""volume"" />
		<button name=""fullscreen"" />
	</group>
</layout>
}}}"	bug	closed	Low	Player 5.9	flash	fixed			
