<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Name this Firefix bug</title>
	<link>http://ask.metafilter.com/99759/Name-this-Firefix-bug/</link>
	<description>Comments on Ask MetaFilter post Name this Firefix bug</description>
	<pubDate>Thu, 21 Aug 2008 08:24:50 -0800</pubDate>
	<lastBuildDate>Thu, 21 Aug 2008 08:24:50 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Name this Firefix bug</title>
		<link>http://ask.metafilter.com/99759/Name-this-Firefix-bug</link>	
		<description>Can anyone think of a reason for this strange firefox bug? &lt;br /&gt;&lt;br /&gt; The following is happening on several of my client&apos;s Firefox machines. Unfortunately they&apos;re in a different country and I can&apos;t get access to the machines to play with them myself, nor can I replicate the problem...&lt;br&gt;
&lt;br&gt;
I&apos;ve got a table that renders like this on every browser from lynx upwards:&lt;pre&gt;[row a1    ][row b1     ][row c1         ]&lt;br&gt;
[nextrow b1][nextrow b2 ][nextrow c2     ]&lt;br&gt;
[oddrow a3 ][longcell b3][verylongcell c3]&lt;/pre&gt;&lt;br&gt;
&lt;br&gt;
but on these two machines it renders as:&lt;pre&gt;[row a1][row b1][row c1]&lt;br&gt;
[nextrow b1][nextrow b2][nextrow c2]&lt;br&gt;
[oddrow a3][longcell b3][verylongcell c3]&lt;/pre&gt;&lt;br&gt;
&lt;br&gt;
The rows have style picked up from the TR tag but the columns don&apos;t line up and the width of the table varies from row to row. I&apos;ve &lt;i&gt;never&lt;/i&gt; seen a table break like this before.&lt;br&gt;
&lt;br&gt;
My suspicion is that somewhere there&apos;s a firefox plugin eating the rendering process but I&apos;ve got no idea how to attack the problem. Any suggestions?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.99759</guid>
		<pubDate>Thu, 21 Aug 2008 08:22:38 -0800</pubDate>
		<dc:creator>twine42</dc:creator>
		
			<category>wtffirefox</category>
		
			<category>firefox</category>
		
			<category>bug</category>
		
			<category>rendering</category>
		
			<category>tablelayout</category>
		
	</item> <item>
		<title>By: twine42</title>
		<link>http://ask.metafilter.com/99759/Name-this-Firefix-bug#1451113</link>	
		<description>&lt;small&gt;(In case it&apos;s not obvious, I&apos;m using [] to show the edges of the table cell. They&apos;re not really there in the page... It just seemed easier than trying to draw this out with +, - and |...)&lt;/small&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.99759-1451113</guid>
		<pubDate>Thu, 21 Aug 2008 08:24:50 -0800</pubDate>
		<dc:creator>twine42</dc:creator>
	</item><item>
		<title>By: Ky</title>
		<link>http://ask.metafilter.com/99759/Name-this-Firefix-bug#1451117</link>	
		<description>I think seeing the code (X/HTML and CSS if applicable) may help. Does all the code validate?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.99759-1451117</guid>
		<pubDate>Thu, 21 Aug 2008 08:30:15 -0800</pubDate>
		<dc:creator>Ky</dc:creator>
	</item><item>
		<title>By: twine42</title>
		<link>http://ask.metafilter.com/99759/Name-this-Firefix-bug#1451128</link>	
		<description>Yeah, it&apos;s perfectly normal HTML and it validates perfectly... It&apos;s nothing more than the following style of thing...&lt;br&gt;
&lt;pre&gt;  &amp;lt;table&amp;gt;&lt;br&gt;
    &amp;lt;tr style=&quot;bgcolor:#ff0000&quot;&amp;gt;&lt;br&gt;
       &amp;lt;td&amp;gt;stuff&amp;lt;/td&amp;gt;&lt;br&gt;
       &amp;lt;td&amp;gt;stuff&amp;lt;/td&amp;gt;&lt;br&gt;
       &amp;lt;td&amp;gt;stuff&amp;lt;/td&amp;gt;&lt;br&gt;
    &amp;lt;/tr&amp;gt;&lt;br&gt;
    &amp;lt;tr style=&quot;bgcolor:#00ff00&quot;&amp;gt;&lt;br&gt;
       &amp;lt;td&amp;gt;stuff&amp;lt;/td&amp;gt;&lt;br&gt;
       &amp;lt;td&amp;gt;stuff&amp;lt;/td&amp;gt;&lt;br&gt;
       &amp;lt;td&amp;gt;stuff&amp;lt;/td&amp;gt;&lt;br&gt;
    &amp;lt;/tr&amp;gt;&lt;br&gt;
  &amp;lt;/table&amp;gt;&lt;/pre&gt;It works exactly as expected on every other machine I&apos;ve tested it on in OSX,W2000,WXP,and Centos and on Safari, Firefox2, Firefox3 and IE6. It&apos;s just these two FF2 machines that are causing the problems...</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.99759-1451128</guid>
		<pubDate>Thu, 21 Aug 2008 08:36:16 -0800</pubDate>
		<dc:creator>twine42</dc:creator>
	</item><item>
		<title>By: malevolent</title>
		<link>http://ask.metafilter.com/99759/Name-this-Firefix-bug#1451129</link>	
		<description>Looks like maybe the CSS is applying something like display:inline to table cells..?&lt;br&gt;
You just need to apply a sensible process of elimination to identify the cause.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.99759-1451129</guid>
		<pubDate>Thu, 21 Aug 2008 08:36:50 -0800</pubDate>
		<dc:creator>malevolent</dc:creator>
	</item><item>
		<title>By: jedicus</title>
		<link>http://ask.metafilter.com/99759/Name-this-Firefix-bug#1451134</link>	
		<description>Do those two machines have a user style sheet by any chance?  It shouldn&apos;t be hard for the client to check for that.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.99759-1451134</guid>
		<pubDate>Thu, 21 Aug 2008 08:40:15 -0800</pubDate>
		<dc:creator>jedicus</dc:creator>
	</item><item>
		<title>By: chrisamiller</title>
		<link>http://ask.metafilter.com/99759/Name-this-Firefix-bug#1451353</link>	
		<description>Standard firefox advice:&lt;br&gt;
&lt;br&gt;
1) have them try it with a clean profile  (firefox -P)&lt;br&gt;
&lt;br&gt;
2) If it works there, copy over bookmarks and reinstall extensions one by one until you figure out which one causes the problem</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.99759-1451353</guid>
		<pubDate>Thu, 21 Aug 2008 10:46:46 -0800</pubDate>
		<dc:creator>chrisamiller</dc:creator>
	</item><item>
		<title>By: twine42</title>
		<link>http://ask.metafilter.com/99759/Name-this-Firefix-bug#1456144</link>	
		<description>Problem solved!&lt;br&gt;
&lt;br&gt;
The client had an area where they could add their own html. Sanity checking of the area wasn&apos;t working and they managed to open about 15 p tags and two b tags, whilst closing none of them. I still have no idea why this caused the problem, but I fixed their code and everything returned to normal.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.99759-1456144</guid>
		<pubDate>Tue, 26 Aug 2008 05:39:39 -0800</pubDate>
		<dc:creator>twine42</dc:creator>
	</item>
	</channel>
</rss>
