<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>MooTools Users Google Group</title>
  <link>http://groups.google.com/group/mootools-users</link>
  <description>MooTools Discussion Group</description>
  <language>en</language>
  <item>
  <title>Re: Getting div height</title>
  <link>http://groups.google.com/group/mootools-users/browse_frm/thread/51debfb2df193b87/5f2c61bb88fd7b7d?show_docid=5f2c61bb88fd7b7d</link>
  <description>
  Hi, &lt;br&gt; I was thinking this night that maybe it is because my images are &lt;br&gt; floating (so they&#39;re out of the flux)... I don&#39;t have the time right &lt;br&gt; now but i&#39;m confident this is it, now you&#39;re confirm that thinking to &lt;br&gt; me. &lt;br&gt; Thanks you Darren
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mootools-users/browse_frm/thread/51debfb2df193b87/5f2c61bb88fd7b7d?show_docid=5f2c61bb88fd7b7d</guid>
  <author>
  simon.v...@carantec-informatique.com
  (Simon Vart)
  </author>
  <pubDate>Tue, 05 Jan 2010 10:00:55 UT
</pubDate>
  </item>
  <item>
  <title>Re: JSONP on IE7 doesn&#39;t work</title>
  <link>http://groups.google.com/group/mootools-users/browse_frm/thread/986882e5100470ab/47b02d63ffc806f6?show_docid=47b02d63ffc806f6</link>
  <description>
  The data is not sent to the server. Anyway, I switched to other &lt;br&gt; library instead because JSONP does not inherit Request.JSON because I &lt;br&gt; need some of the methods from Request.JSON &lt;br&gt; Regards
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mootools-users/browse_frm/thread/986882e5100470ab/47b02d63ffc806f6?show_docid=47b02d63ffc806f6</guid>
  <author>
  joshua.part...@gmail.com
  (Joshua Partogi)
  </author>
  <pubDate>Tue, 05 Jan 2010 09:06:30 UT
</pubDate>
  </item>
  <item>
  <title>Re: Noobslide number 6 does not work</title>
  <link>http://groups.google.com/group/mootools-users/browse_frm/thread/35fd9b332eed7a97/a4029367e41467b5?show_docid=a4029367e41467b5</link>
  <description>
  Appologies, sorry it was working I had made a silly copy &amp;amp; paste error &lt;br&gt; that was breaking it :( &lt;br&gt; Have a good sleep (I just got up ;) ) &lt;br&gt; Chris &lt;br&gt; On Jan 5, 9:50 am, Sanford Whiteman &amp;lt;sa...@cypressintegrated.com&amp;gt; &lt;br&gt; wrote:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mootools-users/browse_frm/thread/35fd9b332eed7a97/a4029367e41467b5?show_docid=a4029367e41467b5</guid>
  <author>
  ch...@cbolson.com
  (cbolson)
  </author>
  <pubDate>Tue, 05 Jan 2010 09:00:16 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Moo] Re: Noobslide number 6 does not work</title>
  <link>http://groups.google.com/group/mootools-users/browse_frm/thread/35fd9b332eed7a97/3f40bd8950cf59dd?show_docid=3f40bd8950cf59dd</link>
  <description>
  Thank you!!! I really appreciate you continuing to explore this. &lt;br&gt; That is a surprise. Calling &amp;quot;delete Function.prototype.bind&amp;quot; before &lt;br&gt; loading Core is a fix for my affected boxes. What does &lt;br&gt; console.log(Function.prototype .bind.toString()) show before/after the &lt;br&gt; delete? &lt;br&gt; (Off to sleep for a while now.)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mootools-users/browse_frm/thread/35fd9b332eed7a97/3f40bd8950cf59dd?show_docid=3f40bd8950cf59dd</guid>
  <author>
  sa...@cypressintegrated.com
  (Sanford Whiteman)
  </author>
  <pubDate>Tue, 05 Jan 2010 08:50:24 UT
</pubDate>
  </item>
  <item>
  <title>Re: Noobslide number 6 does not work</title>
  <link>http://groups.google.com/group/mootools-users/browse_frm/thread/35fd9b332eed7a97/6d99bdbdc21be336?show_docid=6d99bdbdc21be336</link>
  <description>
  OK, as requested I have installed a Chrome theme and, as you &lt;br&gt; suspected, the gallery stops working :( &lt;br&gt; I tried adding your suggested line of javascript to remove &lt;br&gt; &amp;quot;Function.prototype.bind;&amp;quot; but that made no difference. &lt;br&gt; Finally, I then deactivated the theme and even restarted Chrome (next &lt;br&gt; thing to try is a reboot) however the script is now not working either
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mootools-users/browse_frm/thread/35fd9b332eed7a97/6d99bdbdc21be336?show_docid=6d99bdbdc21be336</guid>
  <author>
  ch...@cbolson.com
  (cbolson)
  </author>
  <pubDate>Tue, 05 Jan 2010 08:33:00 UT
</pubDate>
  </item>
  <item>
  <title>Re: Getting div height</title>
  <link>http://groups.google.com/group/mootools-users/browse_frm/thread/51debfb2df193b87/2b6add8ee7552435?show_docid=2b6add8ee7552435</link>
  <description>
  Sounds like one of two things: &lt;br&gt; 1) You are floating the image - this would make the &amp;lt;div&amp;gt; have a &lt;br&gt; height of 0. You need to clear the float if this is the case. &lt;br&gt; 2) You have cache disabled - and the image hasn&#39; t loaded yet (so has &lt;br&gt; a height of 0). Try deferring your measurement to onLoad() - does that &lt;br&gt; fix it?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mootools-users/browse_frm/thread/51debfb2df193b87/2b6add8ee7552435?show_docid=2b6add8ee7552435</guid>
  <author>
  darren.wadd...@gmail.com
  (fakedarren)
  </author>
  <pubDate>Tue, 05 Jan 2010 08:24:21 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Moo] Re: Noobslide number 6 does not work</title>
  <link>http://groups.google.com/group/mootools-users/browse_frm/thread/35fd9b332eed7a97/fd34ec33d4584ceb?show_docid=fd34ec33d4584ceb</link>
  <description>
  Could someone with Chrome 3.x (latest stable) please go get a Chrome &lt;br&gt; theme, for example their featured &amp;quot;Stargazer&amp;quot; theme? Pretty please? &lt;br&gt; Then go to Chris&#39; NoobSlide test page at &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.cbolson.com/sandbox/mootools/noobslide/demo-6.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; You may finally see the Function.prototype.bind collision that I&#39;ve
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mootools-users/browse_frm/thread/35fd9b332eed7a97/fd34ec33d4584ceb?show_docid=fd34ec33d4584ceb</guid>
  <author>
  sa...@cypressintegrated.com
  (Sanford Whiteman)
  </author>
  <pubDate>Tue, 05 Jan 2010 08:10:14 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Moo] Re: Noobslide number 6 does not work</title>
  <link>http://groups.google.com/group/mootools-users/browse_frm/thread/35fd9b332eed7a97/1d25284da021d50e?show_docid=1d25284da021d50e</link>
  <description>
  This could have me on the ledge shortly. I think I have to stop and &lt;br&gt; just recommend the workaround -- before loading MooTools &lt;br&gt; &amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;delete Function.prototype.bind;&amp;lt;/scri pt&amp;gt; &lt;br&gt; This clears it up, establishing that the buggy area is just where I &lt;br&gt; thought (there are no other frameworks on the page -- it&#39;s the
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mootools-users/browse_frm/thread/35fd9b332eed7a97/1d25284da021d50e?show_docid=1d25284da021d50e</guid>
  <author>
  sa...@cypressintegrated.com
  (Sanford Whiteman)
  </author>
  <pubDate>Tue, 05 Jan 2010 00:46:03 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Moo] Re: Noobslide number 6 does not work</title>
  <link>http://groups.google.com/group/mootools-users/browse_frm/thread/35fd9b332eed7a97/ec80dea997c3d7d8?show_docid=ec80dea997c3d7d8</link>
  <description>
  Okay, I am talking about real XP, but that in the case of Chrome &lt;br&gt; should make no difference. &lt;br&gt; A couple of installs of Chrome 3 on 2K3 Server appear to not show the &lt;br&gt; bug. Only on XP so far. I am trying to compare the binaries and see &lt;br&gt; what, if any, strangeness I can find. &lt;br&gt; -- Sandy
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mootools-users/browse_frm/thread/35fd9b332eed7a97/ec80dea997c3d7d8?show_docid=ec80dea997c3d7d8</guid>
  <author>
  sa...@cypressintegrated.com
  (Sanford Whiteman)
  </author>
  <pubDate>Tue, 05 Jan 2010 00:28:26 UT
</pubDate>
  </item>
  <item>
  <title>Re: Noobslide number 6 does not work</title>
  <link>http://groups.google.com/group/mootools-users/browse_frm/thread/35fd9b332eed7a97/f15f42ddef309e0c?show_docid=f15f42ddef309e0c</link>
  <description>
  I should point out that I am using Chrome on XP via Parallels (ie on a &lt;br&gt; Mac) &lt;br&gt; I have also just installed Chrome version 4.0.249.30 on the Mac to &lt;br&gt; test it there and again it works correctly with no bugs. &lt;br&gt; Finally, just to prove (to myself) that it wasn&#39;t just my computer &lt;br&gt; being &amp;quot;nice&amp;quot; to me, I booted up a remote server via browsercam.com to
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mootools-users/browse_frm/thread/35fd9b332eed7a97/f15f42ddef309e0c?show_docid=f15f42ddef309e0c</guid>
  <author>
  ch...@cbolson.com
  (cbolson)
  </author>
  <pubDate>Tue, 05 Jan 2010 00:20:42 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Moo] Re: Getting div height</title>
  <link>http://groups.google.com/group/mootools-users/browse_frm/thread/51debfb2df193b87/7ba0faaa66f3d11d?show_docid=7ba0faaa66f3d11d</link>
  <description>
  Can you extract a test case on &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://mootools.net/shell&quot;&gt;[link]&lt;/a&gt; ? &lt;br&gt; If those methods aren&#39;t working you&#39;ve got other issues.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mootools-users/browse_frm/thread/51debfb2df193b87/7ba0faaa66f3d11d?show_docid=7ba0faaa66f3d11d</guid>
  <author>
  rpflore...@gmail.com
  (Ryan Florence)
  </author>
  <pubDate>Tue, 05 Jan 2010 00:18:33 UT
</pubDate>
  </item>
  <item>
  <title>Re: Getting div height</title>
  <link>http://groups.google.com/group/mootools-users/browse_frm/thread/51debfb2df193b87/eb67900a8f2c4fa2?show_docid=eb67900a8f2c4fa2</link>
  <description>
  Yes, I have tried getSize().y &lt;br&gt; Truly guess I have tried everything...
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mootools-users/browse_frm/thread/51debfb2df193b87/eb67900a8f2c4fa2?show_docid=eb67900a8f2c4fa2</guid>
  <author>
  simon.v...@carantec-informatique.com
  (Simon Vart)
  </author>
  <pubDate>Tue, 05 Jan 2010 00:15:45 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Moo] Re: Noobslide number 6 does not work</title>
  <link>http://groups.google.com/group/mootools-users/browse_frm/thread/35fd9b332eed7a97/e80c527a9079be21?show_docid=e80c527a9079be21</link>
  <description>
  Just installed fresh Chrome 3.0.195.38 (same version I had tested on &lt;br&gt; originally, BTW) on another machine and it shows the same bug I &lt;br&gt; described + Guswah is noting as well. &lt;br&gt; There&#39;s something wacky here... still looking. &lt;br&gt; -- Sandy
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mootools-users/browse_frm/thread/35fd9b332eed7a97/e80c527a9079be21?show_docid=e80c527a9079be21</guid>
  <author>
  sa...@cypressintegrated.com
  (Sanford Whiteman)
  </author>
  <pubDate>Tue, 05 Jan 2010 00:08:15 UT
</pubDate>
  </item>
  <item>
  <title>Re: Getting div height</title>
  <link>http://groups.google.com/group/mootools-users/browse_frm/thread/51debfb2df193b87/05b07fde53ef7b22?show_docid=05b07fde53ef7b22</link>
  <description>
  Probably a silly question but have you tried getSize()? &lt;br&gt; ttp://&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.docs.mootools.net/docs/core/Element/Element.Dimensions#Element:getSize&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Chris &lt;br&gt; On 5 ene, 00:53, Simon Vart &amp;lt;simon.v...@carantec-informati que.com&amp;gt; &lt;br&gt; wrote:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mootools-users/browse_frm/thread/51debfb2df193b87/05b07fde53ef7b22?show_docid=05b07fde53ef7b22</guid>
  <author>
  ch...@cbolson.com
  (cbolson)
  </author>
  <pubDate>Tue, 05 Jan 2010 00:02:07 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Moo] Getting div height</title>
  <link>http://groups.google.com/group/mootools-users/browse_frm/thread/51debfb2df193b87/eac10ef4ff81f517?show_docid=eac10ef4ff81f517</link>
  <description>
  element.getScrollSize().y ?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mootools-users/browse_frm/thread/51debfb2df193b87/eac10ef4ff81f517?show_docid=eac10ef4ff81f517</guid>
  <author>
  rpflore...@gmail.com
  (Ryan Florence)
  </author>
  <pubDate>Tue, 05 Jan 2010 00:00:35 UT
</pubDate>
  </item>
  </channel>
</rss>
