<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Livegrid 1.6 bugfix release</title>
	<atom:link href="http://www.chrisvandesteeg.nl/2006/09/15/livegrid-16-bugfix-release/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chrisvandesteeg.nl/2006/09/15/livegrid-16-bugfix-release/</link>
	<description>What&#039;s practical is logical</description>
	<lastBuildDate>Mon, 23 Jan 2012 06:50:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Alley=&#62;Chris van de steeg</title>
		<link>http://www.chrisvandesteeg.nl/2006/09/15/livegrid-16-bugfix-release/comment-page-1/#comment-10698</link>
		<dc:creator>Alley=&#62;Chris van de steeg</dc:creator>
		<pubDate>Tue, 08 May 2007 07:27:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ilikeu2.nl/2006/09/15/livegrid-16-bugfix-release/#comment-10698</guid>
		<description>@JJ Pagac: If you donate me a mac, I&#039;d be happy to fix it for you :-)</description>
		<content:encoded><![CDATA[<p>@JJ Pagac: If you donate me a mac, I&#8217;d be happy to fix it for you <img src='http://www.chrisvandesteeg.nl/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JJ Pagac</title>
		<link>http://www.chrisvandesteeg.nl/2006/09/15/livegrid-16-bugfix-release/comment-page-1/#comment-10668</link>
		<dc:creator>JJ Pagac</dc:creator>
		<pubDate>Mon, 07 May 2007 20:22:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ilikeu2.nl/2006/09/15/livegrid-16-bugfix-release/#comment-10668</guid>
		<description>Has anyone figured out why this doesn&#039;t work in Safari yet?  I really think this is cool, however, with a third of my clients using macs, this is unusable to me...</description>
		<content:encoded><![CDATA[<p>Has anyone figured out why this doesn&#8217;t work in Safari yet?  I really think this is cool, however, with a third of my clients using macs, this is unusable to me&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hinnack</title>
		<link>http://www.chrisvandesteeg.nl/2006/09/15/livegrid-16-bugfix-release/comment-page-1/#comment-6887</link>
		<dc:creator>Hinnack</dc:creator>
		<pubDate>Thu, 22 Feb 2007 06:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ilikeu2.nl/2006/09/15/livegrid-16-bugfix-release/#comment-6887</guid>
		<description>do you know LiveGrid Plus?
http://dowdybrown.com/dbprod/rico-test7/php/demo-autosize2.php</description>
		<content:encoded><![CDATA[<p>do you know LiveGrid Plus?<br />
<a href="http://dowdybrown.com/dbprod/rico-test7/php/demo-autosize2.php" rel="nofollow">http://dowdybrown.com/dbprod/rico-test7/php/demo-autosize2.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russell</title>
		<link>http://www.chrisvandesteeg.nl/2006/09/15/livegrid-16-bugfix-release/comment-page-1/#comment-4584</link>
		<dc:creator>Russell</dc:creator>
		<pubDate>Wed, 20 Dec 2006 17:12:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ilikeu2.nl/2006/09/15/livegrid-16-bugfix-release/#comment-4584</guid>
		<description>part 2:
       onComplete: function() { laodingCount=laodingCount-1; if (laodingCount</description>
		<content:encoded><![CDATA[<p>part 2:<br />
       onComplete: function() { laodingCount=laodingCount-1; if (laodingCount</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russell</title>
		<link>http://www.chrisvandesteeg.nl/2006/09/15/livegrid-16-bugfix-release/comment-page-1/#comment-4583</link>
		<dc:creator>Russell</dc:creator>
		<pubDate>Wed, 20 Dec 2006 17:11:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ilikeu2.nl/2006/09/15/livegrid-16-bugfix-release/#comment-4583</guid>
		<description>I have identical issues! 

I fixed the spinner with the following:
var laodingCount = 0;
var myGridUpdater;
function onBodyLoad(){
    var opts = {
        ....
        onscroll: updateTopicsGridHeader,
        onLoading: function() { laodingCount=laodingCount+1; if (laodingCount&gt;0) $(&#039;spinner&#039;).style.display = &#039;&#039;; },
        onComplete: function() { laodingCount=laodingCount-1; if (laodingCount</description>
		<content:encoded><![CDATA[<p>I have identical issues! </p>
<p>I fixed the spinner with the following:<br />
var laodingCount = 0;<br />
var myGridUpdater;<br />
function onBodyLoad(){<br />
    var opts = {<br />
        &#8230;.<br />
        onscroll: updateTopicsGridHeader,<br />
        onLoading: function() { laodingCount=laodingCount+1; if (laodingCount&gt;0) $(&#8216;spinner&#8217;).style.display = &#8221;; },<br />
        onComplete: function() { laodingCount=laodingCount-1; if (laodingCount</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kenji</title>
		<link>http://www.chrisvandesteeg.nl/2006/09/15/livegrid-16-bugfix-release/comment-page-1/#comment-3160</link>
		<dc:creator>kenji</dc:creator>
		<pubDate>Wed, 29 Nov 2006 19:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ilikeu2.nl/2006/09/15/livegrid-16-bugfix-release/#comment-3160</guid>
		<description>hi,

you did surely a great job. congratulations.

although, I am facing a little problem here. Sometimes, using the mouse wheel, the table goes blank, than I roll it 1 knot and the table appears. I would check the events.

the spinner image sometimes remains too.

any idea? thanks in advance</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>you did surely a great job. congratulations.</p>
<p>although, I am facing a little problem here. Sometimes, using the mouse wheel, the table goes blank, than I roll it 1 knot and the table appears. I would check the events.</p>
<p>the spinner image sometimes remains too.</p>
<p>any idea? thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russell</title>
		<link>http://www.chrisvandesteeg.nl/2006/09/15/livegrid-16-bugfix-release/comment-page-1/#comment-2610</link>
		<dc:creator>Russell</dc:creator>
		<pubDate>Thu, 09 Nov 2006 00:59:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ilikeu2.nl/2006/09/15/livegrid-16-bugfix-release/#comment-2610</guid>
		<description>Auto row height seems to be broken...  Take a look at the yahoo demo: http://blog.ilikeu2.nl/demo/yahoo.html

It will report that it is displaying rows 1-5, yet 6 are displayed.  I am having the exact same experience with my site.  I see 1 more row than I set in the LiveGrid visibleRows parameter.  Also, when I scroll to the end, I lose the last row.

Any help is GREATLY apreciated.  (Excellent library, BTW!)
-Russell</description>
		<content:encoded><![CDATA[<p>Auto row height seems to be broken&#8230;  Take a look at the yahoo demo: <a href="http://blog.ilikeu2.nl/demo/yahoo.html" rel="nofollow">http://blog.ilikeu2.nl/demo/yahoo.html</a></p>
<p>It will report that it is displaying rows 1-5, yet 6 are displayed.  I am having the exact same experience with my site.  I see 1 more row than I set in the LiveGrid visibleRows parameter.  Also, when I scroll to the end, I lose the last row.</p>
<p>Any help is GREATLY apreciated.  (Excellent library, BTW!)<br />
-Russell</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al</title>
		<link>http://www.chrisvandesteeg.nl/2006/09/15/livegrid-16-bugfix-release/comment-page-1/#comment-1182</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Fri, 22 Sep 2006 21:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ilikeu2.nl/2006/09/15/livegrid-16-bugfix-release/#comment-1182</guid>
		<description>I think there might be a bug in the 1.6 version of the LiveGrid script.  On line 730, the script tries to instantiate a new LiveGridSort object.  However, this clas doesn&#039;t seem to be defined anywhere, so the script fails.</description>
		<content:encoded><![CDATA[<p>I think there might be a bug in the 1.6 version of the LiveGrid script.  On line 730, the script tries to instantiate a new LiveGridSort object.  However, this clas doesn&#8217;t seem to be defined anywhere, so the script fails.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

