<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Željko Filipin&#039;s Blog on Software and Testing &#187; Bugs</title>
	<atom:link href="http://zeljkofilipin.com/category/software/bugs/feed/" rel="self" type="application/rss+xml" />
	<link>http://zeljkofilipin.com</link>
	<description>Test like you do not need the money.</description>
	<lastBuildDate>Mon, 21 May 2012 10:24:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<copyright>Copyright &#xA9; Željko Filipin&#039;s Blog on Software and Testing 2010 </copyright>
	<managingEditor>zeljko.filipin@gmail.com (Željko Filipin&#039;s Blog on Software and Testing)</managingEditor>
	<webMaster>zeljko.filipin@gmail.com (Željko Filipin&#039;s Blog on Software and Testing)</webMaster>
	<image>
		<url>http://zeljkofilipin.com/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
		<title>Željko Filipin&#039;s Blog on Software and Testing</title>
		<link>http://zeljkofilipin.com</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>Test like you do not need the money.</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Society &#38; Culture" />
	<itunes:author>Željko Filipin&#039;s Blog on Software and Testing</itunes:author>
	<itunes:owner>
		<itunes:name>Željko Filipin&#039;s Blog on Software and Testing</itunes:name>
		<itunes:email>zeljko.filipin@gmail.com</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://zeljkofilipin.com/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<item>
		<title>Internet Explorer Puts map Tag inside head Tag</title>
		<link>http://zeljkofilipin.com/internet-explorer-puts-map-tag-inside-head-tag/</link>
		<comments>http://zeljkofilipin.com/internet-explorer-puts-map-tag-inside-head-tag/#comments</comments>
		<pubDate>Wed, 17 Oct 2007 15:08:29 +0000</pubDate>
		<dc:creator>Željko Filipin</dc:creator>
				<category><![CDATA[Bugs]]></category>

		<guid isPermaLink="false">http://zeljkofilipin.com/2007/10/17/internet-explorer-puts-map-tag-inside-head-tag/</guid>
		<description><![CDATA[I have ported Support for XPATH in Watir by Angrez Singh to wiki format. Take a look: XPath Support. I was trying example from What to do for elements not having class in Watir section and for this HTML: Watir always returned nil: I asked Angrez am I doing something wrong and he replied to [...]]]></description>
			<content:encoded><![CDATA[<p>I have ported <em>Support for XPATH in Watir</em> by <a href="http://angrez.blogspot.com/">Angrez Singh</a> to wiki format. Take a look: <a href="http://wiki.openqa.org/display/WTR/XPath+Support">XPath Support</a>.</p>
<p>I was trying example from <em>What to do for elements not having class in Watir</em> section and for this HTML:</p>
<map name="chart">
<area shape="poly"<br />
    coords="150,16,159,17,168,20,175,25,182,32,150,56,150,56"><br />
<area shape="poly"<br />
    coords="182,32,188,43,190,56,150,56,150,56"<br />
    ref="PieChart.html?category=Critical&#038;pieIndex=0"><br />
</map>
<p>Watir always returned <em>nil</em>:</p>
<p>ie.element_by_xpath(&#8220;//area[contains(@href , 'PieChart.html')]/&#8221;)<br />
# => nil</p>
<p>I asked Angrez am I doing something wrong and he replied to check if generated HTML (that is rendered in the browser) is the same as source HTML.</p>
<p>Brilliant!</p>
<p>There seems to be a bug in Internet Explorer 7 (IE). If you create HTML file with above HTML (only that code, do not add anything else) IE puts <em>map</em> tag inside <em>head</em> tag.</p>
<p><img src='/wp-content/uploads/2007/10/ie.PNG' alt='ie.PNG' /></p>
<p>Firefox 2 puts it inside <em>body</em> tag, of course.</p>
<p><img src='/wp-content/uploads/2007/10/ff.PNG' alt='ff.PNG' /></p>
<p>The workaround is to put <em>map</em> tag explicitly inside <em>bod</em>y tag.</p>
]]></content:encoded>
			<wfw:commentRss>http://zeljkofilipin.com/internet-explorer-puts-map-tag-inside-head-tag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search Companion: The Indexing Service query cannot be completed successfully because the volumes you have specified are not indexed.</title>
		<link>http://zeljkofilipin.com/search-companion-the-indexing-service-query-cannot-be-completed-successfully-because-the-volumes-you-have-specified-are-not-indexed/</link>
		<comments>http://zeljkofilipin.com/search-companion-the-indexing-service-query-cannot-be-completed-successfully-because-the-volumes-you-have-specified-are-not-indexed/#comments</comments>
		<pubDate>Mon, 24 Sep 2007 15:01:28 +0000</pubDate>
		<dc:creator>Željko Filipin</dc:creator>
				<category><![CDATA[Bugs]]></category>

		<guid isPermaLink="false">http://zeljkofilipin.com/2007/09/24/search-companion-the-indexing-service-query-cannot-be-completed-successfully-because-the-volumes-you-have-specified-are-not-indexed/</guid>
		<description><![CDATA[I usually search application logs using Windows Explorer and it works fine. But this time, I tried to search for string @domain and Search Companion pop up appeared with error message &#8220;The Indexing Service query cannot be completed successfully because the volumes you have specified are not indexed.&#8221; I knew that there was nothing wrong [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://zeljkofilipin.com/wp-content/uploads/2007/09/sc.png' alt='sc.png' /></p>
<p>I usually search application logs using Windows Explorer and it works fine. But this time, I tried to search for string <em>@domain</em> and Search Companion pop up appeared with error message &#8220;The Indexing Service query cannot be completed successfully because the volumes you have specified are not indexed.&#8221; I knew that there was nothing wrong with indexing because all other searches were working fine.</p>
<p>Google search found a page <a href="http://www.compusmart.ab.ca/fenske/annoy.htm">Unsolved Annoyances</a> that said you will get that error message if you search for strings that start with either of following characthers: !#@</p>
]]></content:encoded>
			<wfw:commentRss>http://zeljkofilipin.com/search-companion-the-indexing-service-query-cannot-be-completed-successfully-because-the-volumes-you-have-specified-are-not-indexed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How much space does Windows CD take</title>
		<link>http://zeljkofilipin.com/how-much-space-does-windows-cd-take/</link>
		<comments>http://zeljkofilipin.com/how-much-space-does-windows-cd-take/#comments</comments>
		<pubDate>Thu, 03 May 2007 09:07:25 +0000</pubDate>
		<dc:creator>Željko Filipin</dc:creator>
				<category><![CDATA[Bugs]]></category>

		<guid isPermaLink="false">http://zeljkofilipin.com/2007/05/03/how-much-space-does-windows-cd-take/</guid>
		<description><![CDATA[I inserted my Windows CD in CD drive, right-clicked it and selected Properties from context menu. It said: &#8220;Used space: 573 MB&#8221;. Then I selected all files and folders at that drive, right-clicked and selected Properties. It said &#8220;Size: 815 MB&#8221;. Strange. CD has maximum capacity of 700 MB, right?]]></description>
			<content:encoded><![CDATA[<p>I inserted my Windows CD in CD drive, right-clicked it and selected Properties from context menu. It said: &#8220;Used space: 573 MB&#8221;. Then I selected all files and folders at that drive, right-clicked and selected Properties. It said &#8220;Size: 815 MB&#8221;. Strange. CD has maximum capacity of 700 MB, right?</p>
<p><a href="http://zeljkofilipin.com/wp-content/uploads/2007/05/cd.PNG"><img src='http://zeljkofilipin.com/wp-content/uploads/2007/05/cd.thumbnail.PNG' title='cd.PNG' alt='cd.PNG' /></a></p>
<p><a href="http://zeljkofilipin.com/wp-content/uploads/2007/05/files.PNG"><img src='http://zeljkofilipin.com/wp-content/uploads/2007/05/files.thumbnail.PNG' title='files.PNG' alt='files.PNG' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://zeljkofilipin.com/how-much-space-does-windows-cd-take/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Another Internet Explorer 7 Bug</title>
		<link>http://zeljkofilipin.com/another-internet-explorer-7-bug/</link>
		<comments>http://zeljkofilipin.com/another-internet-explorer-7-bug/#comments</comments>
		<pubDate>Thu, 05 Apr 2007 15:02:21 +0000</pubDate>
		<dc:creator>Željko Filipin</dc:creator>
				<category><![CDATA[Bugs]]></category>

		<guid isPermaLink="false">http://zeljkofilipin.com/2007/04/05/another-internet-explorer-7-bug/</guid>
		<description><![CDATA[Don&#8217;t you just love bugs? Steps to reproduce: open Internet Explorer 7 go to any page (required only if blank page opens when IE7 starts) press Ctrl+ (increases size of text and images) open another tab go back to first tab text is scrambled Not reproducible every time, try it several times, and it should [...]]]></description>
			<content:encoded><![CDATA[<p>Don&#8217;t you just love bugs? <img src='http://zeljkofilipin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://zeljkofilipin.com/wp-content/uploads/2007/04/ie7_bug.PNG"><img src='http://zeljkofilipin.com/wp-content/uploads/2007/04/ie7_bug_t.PNG' title='ie7_bug.PNG' alt='ie7_bug.PNG' /></a></p>
<p>Steps to reproduce:</p>
<ol>
<li>open Internet Explorer 7</li>
<li>go to any page (required only if blank page opens when IE7 starts)</li>
<li>press Ctrl+ (increases size of text and images)</li>
<li>open another tab</li>
<li>go back to first tab</li>
<li>text is scrambled</li>
</ol>
<p>Not reproducible every time, try it several times, and it should reproduce.</p>
]]></content:encoded>
			<wfw:commentRss>http://zeljkofilipin.com/another-internet-explorer-7-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I Should Gamble Today</title>
		<link>http://zeljkofilipin.com/i-should-gamble-today/</link>
		<comments>http://zeljkofilipin.com/i-should-gamble-today/#comments</comments>
		<pubDate>Thu, 29 Mar 2007 09:03:07 +0000</pubDate>
		<dc:creator>Željko Filipin</dc:creator>
				<category><![CDATA[Bugs]]></category>

		<guid isPermaLink="false">http://zeljkofilipin.com/2007/03/29/i-should-gamble-today/</guid>
		<description><![CDATA[What is the chance of visiting a page that has a certificate that has expired nine minutes ago?]]></description>
			<content:encoded><![CDATA[<p>What is the chance of visiting a page that has a certificate that has expired nine minutes ago? <img src='http://zeljkofilipin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><img src='http://zeljkofilipin.com/wp-content/uploads/2007/03/tcom.PNG' title='tcom.PNG' alt='tcom.PNG' /></p>
<p><a href="http://zeljkofilipin.com/wp-content/uploads/2007/03/tcom2.PNG"><img src='http://zeljkofilipin.com/wp-content/uploads/2007/03/tcom1.PNG' title='tcom1.PNG' alt='tcom1.PNG' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://zeljkofilipin.com/i-should-gamble-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Error: &#8220;Cannot modify header information &#8211; headers already sent&#8221;</title>
		<link>http://zeljkofilipin.com/wordpress-error-cannot-modify-header-information-headers-already-sent/</link>
		<comments>http://zeljkofilipin.com/wordpress-error-cannot-modify-header-information-headers-already-sent/#comments</comments>
		<pubDate>Fri, 16 Mar 2007 14:06:36 +0000</pubDate>
		<dc:creator>Željko Filipin</dc:creator>
				<category><![CDATA[Bugs]]></category>

		<guid isPermaLink="false">http://zeljkofilipin.com/2007/03/16/wordpress-error-cannot-modify-header-information-headers-already-sent/</guid>
		<description><![CDATA[There was important security update of WordPress recently. In upgrade instructions it is suggested to delete old files on the server, and then upload new files, and I did as they suggested. A few days ago I wanted to upload an image and got this error message. The uploaded file could not be moved to [...]]]></description>
			<content:encoded><![CDATA[<p>There was important security update of <a href="http://wordpress.org/">WordPress</a> recently. In <a href="http://codex.wordpress.org/Upgrading_WordPress">upgrade instructions</a> it is suggested to delete old files on the server, and then upload new files, and I did as they suggested.</p>
<p>A few days ago I wanted to upload an image and got this error message.</p>
<blockquote><p>The uploaded file could not be moved to [...]/wp-content/uploads/[...].<br />
<b>Warning</b>:  Cannot modify header information &#8211; headers already sent by (output started at [...]/wp-admin/admin-functions.php:1879) in <b>[...]/wp-includes/functions.php</b> on line <b>1219</b></p>
<h1 id="logo"><img alt="WordPress"/></h1>
<p>94</p>
</blockquote>
<p>I searched for that error message, but did not find anything useful. I looked at source files mentioned, but I am not very familiar with PHP, so no luck there too.</p>
<p>Then I remembered that I had problems previously after upgrading because WordPress did not have permission to write to upload folder. I checked it and yes, that was the problem. I fixed permissions and upload worked again.</p>
<p>I am just surprised how error message did not say that WordPress does not have permission to write to a folder, but something about headers. I thought that not having permission is one of the common scenarios.</p>
]]></content:encoded>
			<wfw:commentRss>http://zeljkofilipin.com/wordpress-error-cannot-modify-header-information-headers-already-sent/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 7 Bug</title>
		<link>http://zeljkofilipin.com/internet-explorer-7-bug/</link>
		<comments>http://zeljkofilipin.com/internet-explorer-7-bug/#comments</comments>
		<pubDate>Thu, 22 Feb 2007 07:54:50 +0000</pubDate>
		<dc:creator>Željko Filipin</dc:creator>
				<category><![CDATA[Bugs]]></category>

		<guid isPermaLink="false">http://zeljkofilipin.com/2007/02/22/internet-explorer-7-bug/</guid>
		<description><![CDATA[I noticed a minor bug in Internet Explorer 7. Tab is separated from the page (see picture). That extra space disappears when I move focus from Internet Explorer window.]]></description>
			<content:encoded><![CDATA[<p><img src='http://zeljkofilipin.com/wp-content/uploads/2007/02/ie.png' alt='ie.png' /></p>
<p>I noticed a minor bug in Internet Explorer 7. Tab is separated from the page (see picture). That extra space disappears when I move focus from Internet Explorer window.</p>
]]></content:encoded>
			<wfw:commentRss>http://zeljkofilipin.com/internet-explorer-7-bug/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Akismet Bug</title>
		<link>http://zeljkofilipin.com/akismet-bug/</link>
		<comments>http://zeljkofilipin.com/akismet-bug/#comments</comments>
		<pubDate>Wed, 21 Feb 2007 08:52:14 +0000</pubDate>
		<dc:creator>Željko Filipin</dc:creator>
				<category><![CDATA[Bugs]]></category>

		<guid isPermaLink="false">http://zeljkofilipin.com/2007/02/21/akismet-bug/</guid>
		<description><![CDATA[I started to get a lot of spam comments, and yesterday I installed Askimet. This morning, I found a bug in Askimet. Don&#8217;t you just love to start a day with a bug? This is bug report I sent. I think I found a bug. I have WordPress 2.1 and Akismet 2.0. At &#8220;/wp-admin/edit-comments.php?page=akismet-admin&#8221; page [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://zeljkofilipin.com/wp-content/uploads/2007/02/askimet.png' title='Akismet Bug'><img src='http://zeljkofilipin.com/wp-content/uploads/2007/02/askimet_t.png' alt='Akismet Bug' /></a></p>
<p>I started to get a lot of spam comments, and yesterday I installed <a href="http://akismet.com/">Askimet</a>. This morning, I found a bug in Askimet. Don&#8217;t you just love to start a day with a bug? <img src='http://zeljkofilipin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>This is bug report I sent.</p>
<blockquote><p>
I think I found a bug.</p>
<p>I have WordPress 2.1 and Akismet 2.0.</p>
<p>At &#8220;/wp-admin/edit-comments.php?page=akismet-admin&#8221; page (Comments > Akismet Spam) I have 51 spam comment, just enough for two pages.</p>
<p>There I can click &#8220;2&#8243; or &#8220;Next Page »&#8221; link that leads me to &#8220;wp-admin/edit-comments.php?page=akismet-admin&#038;apage=2&#8243; page.</p>
<p>There are links &#8220;« Previous Page&#8221; and &#8220;1&#8243; that lead to &#8220;wp-admin/edit-comments.php?page=akismet-admin&#038;apage=&#8221; page (please notice that the number &#8220;1&#8243; is missing at the end of the url).</p>
<p>At that page I get this error message:</p>
<p>&#8220;WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-50, 0' at line 1]<br />
SELECT * FROM wp_comments WHERE comment_approved = &#8216;spam&#8217; ORDER BY comment_date DESC LIMIT -50, 0&#8243;</p>
<p>I guess that is because I am at page &#8220;[...]&#038;apage=&#8221; and it should be &#8220;[...]&#038;apage=1&#8243; (again, the number &#8220;1&#8243; is missing at the end of the url).</p>
<p>Links &#8220;2&#8243; or &#8220;Next Page »&#8221; point to &#8220;[...]&#038;apage=2&#8243; and links &#8220;« Previous Page&#8221; and &#8220;1&#8243; point to &#8220;[...]&#038;apage=&#8221; instead of &#8220;[...]&#038;apage=1&#8243; (once more, just to be sure, the number &#8220;1&#8243; is missing at the end of the url).
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://zeljkofilipin.com/akismet-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Strange Advertisement</title>
		<link>http://zeljkofilipin.com/strange-advertisement/</link>
		<comments>http://zeljkofilipin.com/strange-advertisement/#comments</comments>
		<pubDate>Wed, 29 Nov 2006 12:49:40 +0000</pubDate>
		<dc:creator>Željko Filipin</dc:creator>
				<category><![CDATA[Bugs]]></category>

		<guid isPermaLink="false">http://zeljkofilipin.com/2006/11/29/strange-advertisement/</guid>
		<description><![CDATA[I was very surprised today when I saw this advertisement in Windows Live Messenger 8 this morning. This looks to me like Arabic alphabet, but since I can not read it, I really can not be sure. I wonder why Messenger thinks I can read Arabic? Maybe my Croatian preferences confused it? In any case, [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image69" src="http://zeljkofilipin.com/wp-content/uploads/2006/11/msn.png" alt="msn.png" /></p>
<p>I was very surprised today when I saw this advertisement in Windows Live Messenger 8 this morning. This looks to me like <a href="http://en.wikipedia.org/wiki/Arabic_alphabet">Arabic alphabet</a>, but since I can not read it, I really can not be sure. I wonder why Messenger thinks I can read Arabic? Maybe my Croatian preferences confused it?</p>
<p>In any case, this looks like a bug to me. Why?</p>
<p>Commercial is there because somebody wants me to buy something from them. Right? But it should be written in language that I understand, otherwise I would miss it. Even if commercial is written in language I can read, it should be written in alphabet I could read. Commercial written in any other alphabet, even in language I understand, would miss me.</p>
<p>Maybe this advertisement is intentionally strange to intrigue me. If that is the case, it succeeded. I clicked that commercial and it leads to <a href="http://get.live.com/messenger/features">http://get.live.com/messenger/features</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://zeljkofilipin.com/strange-advertisement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Favourite Windows Media Player Bugs</title>
		<link>http://zeljkofilipin.com/my-favourite-windows-media-player-bugs/</link>
		<comments>http://zeljkofilipin.com/my-favourite-windows-media-player-bugs/#comments</comments>
		<pubDate>Fri, 24 Nov 2006 11:33:52 +0000</pubDate>
		<dc:creator>Željko Filipin</dc:creator>
				<category><![CDATA[Bugs]]></category>

		<guid isPermaLink="false">http://zeljkofilipin.com/archives/65</guid>
		<description><![CDATA[Brent Strange wrote (almost a month ago) that he noticed a bug in Windows Media Player 10. I also use it for listening to internet radio, so I tried to reproduce it (I have Windows Media Player 10 and 11). Successfully. Then I noticed another bug and left a comment at his post, but I [...]]]></description>
			<content:encoded><![CDATA[<p>Brent Strange wrote (almost a month ago) that he noticed <a href="http://qainsight.net/2006/10/25/Defect+Of+The+Day+Repeat+Songs+On+MSN+Radio.aspx">a bug in Windows Media Player 10</a>. I also use it for listening to internet radio, so I tried to reproduce it (I have Windows Media Player 10 and 11). Successfully. Then I noticed another bug and left a comment at his post, but I like this bugs so much that I had to write a post about it.</p>
<p>Should internet radio behave like ordinary radio? In general. You should be able to change stations, adjust volume. Well, that is about it (do turn on and off count as features?).</p>
<p>You could also add some useful features.</p>
<p>Say, pause a song. Phone rings while your favourite song plays? Pause, take your call and resume playing when you are finished with  the call. Very useful.</p>
<p>Then, forward a song. You have heard that song ten times today (I listen a lot of radio), or you just do not like it? Press forward button and enjoy the next song.</p>
<p>But there is behaviour that I (nor Brent) would not call a feature.</p>
<p>(I guess) Brent noticed that stop button is not disabled. As a good tester he tried it while listening to a song, and noticed that after you press play button, the song does not resume playing from the point where you stopped, but from the beginning. That means you can play your favourite song over and over? Yes! Do not report this bug to Microsoft. <img src='http://zeljkofilipin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I do not know how I noticed my bug, but I guess it was by accident. I must have pressed mute button instead of pause (or stop) button when I wanted some silence and was surprised when after a while radio started playing without me turning mute off. So I investigated a bit, and found out that mute turns off at the end of the song.</p>
<p>A bug, I would say. If I clicked mute, I meant mute, not mute until the end of this song.</p>
<p>But this bug has interesting side effect. Click mute during commercial. Continue what you were doing. Volume is back to normal after commercial ends. I will quote myself: &#8220;Do not report this bug to Microsoft. <img src='http://zeljkofilipin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> &#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://zeljkofilipin.com/my-favourite-windows-media-player-bugs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

