<?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/"
	>

<channel>
	<title>Blog » TodaysMeet &#187; bug</title>
	<atom:link href="http://blog.todaysmeet.com/tag/bug/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.todaysmeet.com</link>
	<description></description>
	<lastBuildDate>Thu, 23 May 2013 15:50:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Service Status Updates</title>
		<link>http://blog.todaysmeet.com/service-status-updates-29/</link>
		<comments>http://blog.todaysmeet.com/service-status-updates-29/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 21:03:47 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Bugfixes]]></category>
		<category><![CDATA[Status]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[ie8]]></category>
		<category><![CDATA[updates]]></category>

		<guid isPermaLink="false">http://blog.todaysmeet.com/?p=29</guid>
		<description><![CDATA[Those of you following TodaysMeet on Twitter may have seen a few tweets today about a styling but in Internet Explorer 8. This seems like as good a time as any to bring a new tool to your attention: Today&#8217;s Meet Service Status. This very simple site contains short status updates, and has an RSS [...]]]></description>
				<content:encoded><![CDATA[<p>Those of you following <a href="http://twitter.com/todaysmeet">TodaysMeet</a> on Twitter may have seen a few tweets today about a styling but in Internet Explorer 8. This seems like as good a time as any to bring a new tool to your attention: <a href="http://status.todaysmeet.com/">Today&#8217;s Meet Service Status</a>.</p>
<p>This very simple site contains short status updates, and has an <abbr title="Really Simple Syndication">RSS</abbr> feed, should you need it.</p>
<p>I&#8217;ll be using this to post updates on the <a href="http://todaysmeet.com/">Today&#8217;s Meet</a> service when I&#8217;m either in a place where I can&#8217;t write a full blog post, or when I&#8217;d rather concentrate on fixing the issue and explain it later. It will be the first, best place to look during outages, both planned and unplanned. Both the status feed and this blog now run on a server separate from Today&#8217;s Meet itself,</p>
<p>Eventually, I may configure the status updates to cross post to Twitter, but for now you&#8217;ll just have to subscribe to the <a href="http://status.todaysmeet.com/feed">feed</a>.</p>
<p>For those of you interested in the details of the bug, follow me below the break.<span id="more-29"></span></p>
<p>The problem is demonstrated in the image below. The top part of the picture is how things looked in Internet Explorer 8 on Windows Vista (and presumably on XP, as well) the bottom part is how it <em>should</em> look:</p>
<div id="attachment_30" class="wp-caption aligncenter" style="width: 324px"><img class="size-full wp-image-30" title="IE8 Style Bug" src="http://blog.todaysmeet.com/wp-content/uploads/2009/08/todaysmeet-ie8-but.gif" alt="An example of the style bug in IE8." width="314" height="300" /><p class="wp-caption-text">An example of the style bug in IE8.</p></div>
<p>I&#8217;ve recreated the bug here in <a href="http://mozilla.com/">Firefox</a> with <a href="http://getfirebug.com/">Firebug</a>, so you&#8217;re not really looking at an IE8 screen shot, but it&#8217;s basically accurate.</p>
<p>The issue appears to be caused by a bug in either IE8 itself or in the <a href="http://prototypejs.org/">Prototype</a> JavaScript library (I&#8217;m running version 1.6.0.2 on the live server). The HTML elements that are added when new posts are received are either being created with no <code>class</code> attribute, having it stripped off, or it&#8217;s just not being read, so no styles are applied to them. Styles are important, obviously.</p>
<p>The workaround in place is a second style sheet, just for IE8, added with a <a href="http://www.quirksmode.org/css/condcom.html">conditional comment</a>. Fortunately, IE8 adds support for the <a href="http://www.w3.org/TR/CSS21/selector.html#first-child"><code>:first-child</code> selector</a>, which allows me to apply the same styles in a slightly less-than-ideal way.</p>
<p>At some point in the future, I plan on migrating to <a href="http://jquery.com/">jQuery</a>, which will hopefully remove the need for this little hack. I&#8217;ll try to post more details on that when I have a definite road map.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.todaysmeet.com/service-status-updates-29/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
