<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>PrototypeUI - All</title>
    <link>http://dev.prototype-ui.com/</link>
    <pubDate>Thu, 11 Dec 2008 19:07:12 GMT</pubDate>
    <description>PrototypeUI - All</description>
    <item>
      <title>Ticket #33 (Open) reported by Christian - IFrameShim is not being destroyed  .... </title>
      <link>http://dev.prototype-ui.com/ticket/33</link>
      <guid>http://dev.prototype-ui.com/ticket/33</guid>
      <description>&lt;p&gt;I am using the latest dist from git. Just using the window.js.&lt;/p&gt;


	&lt;p&gt;When using the new UI.URLWindow it is creating a shim for both IE 6 and IE 7. After closing the url window the shim remains and of course blocks access to form underneath.&lt;/p&gt;


	&lt;p&gt;I added a hack to the destroy method at line 2272 to properly clean up the shim&lt;/p&gt;


	&lt;p&gt;$$(&amp;#8216;iframe&amp;#8217;).each(function(el){ if(!el.getStyle(&amp;#8216;filter&amp;#8217;).empty()){ el.re&amp;#8230;&lt;/p&gt;</description>
      <pubDate>Thu, 11 Dec 2008 19:07:12 GMT</pubDate>
    </item>
    <item>
      <title>Ticket #32 (Open) changed by Remi Palard - Carousel : Simple auto start method - Automatic sroll</title>
      <link>http://dev.prototype-ui.com/ticket/32#ch33</link>
      <guid>http://dev.prototype-ui.com/ticket/32#ch33</guid>
      <description>&lt;p&gt;ok sorry for last post&amp;#8230;. My stupid cat !! (no kidding :D ) sent it before finished&amp;#8230;&lt;/p&gt;


	&lt;p&gt;The code is in attachement file.&lt;/p&gt;


	&lt;p&gt;Just test with :
new UI.Carousel(&#8220;horizontal_carousel&#8221;,{autoStart:3});&lt;/p&gt;</description>
      <pubDate>Wed, 26 Nov 2008 10:59:07 GMT</pubDate>
    </item>
    <item>
      <title>Ticket #32 (Open) reported by Remi Palard - Carousel : Simple auto start method - Automatic sroll</title>
      <link>http://dev.prototype-ui.com/ticket/32</link>
      <guid>http://dev.prototype-ui.com/ticket/32</guid>
      <description>&lt;p&gt;A very simple method to start scrolling Carousel automatically. 
The autoscroll effect will stop on any mouseover event on carousel.&lt;/p&gt;


	&lt;p&gt;You only have to set time interval between 2 scrolls in options (in seconds) :
new UI.Carousel(&amp;#8220;horizontal_carousel&amp;#8221;,{autoStart:3});&lt;/p&gt;


	&lt;p&gt;Code change:&lt;/p&gt;


	&lt;p&gt;.......................&lt;/p&gt;

	&lt;pre&gt;&lt;code&gt;// Group: Options
options: {&lt;/code&gt;&lt;/pre&gt;

	&lt;pre&gt;&lt;code&gt;.......................&lt;/code&gt;&lt;/pre&gt;


	&lt;pre&gt;&lt;code&gt;...&lt;/code&gt;&lt;/pre&gt;</description>
      <pubDate>Wed, 26 Nov 2008 10:48:53 GMT</pubDate>
    </item>
    <item>
      <title>Ticket #31 (Open) reported by anand - Offset for Simple Carousal</title>
      <link>http://dev.prototype-ui.com/ticket/31</link>
      <guid>http://dev.prototype-ui.com/ticket/31</guid>
      <description>&lt;p&gt;say we have something similar to flickr and everytime u click on an image on the simple carousal it will reload the page with the new enlarged image but the carousal will show the photo stream from the first image in the stream. is it possible to have an offset and everytime the carousal object is created it can be passed and the carousal shifts as many images to the right and shows images from&amp;#8230;&lt;/p&gt;</description>
      <pubDate>Tue, 28 Oct 2008 18:13:06 GMT</pubDate>
    </item>
    <item>
      <title>Ticket #30 (Open) reported by Gabriel Humeniuc - Double request on PNG's</title>
      <link>http://dev.prototype-ui.com/ticket/30</link>
      <guid>http://dev.prototype-ui.com/ticket/30</guid>
      <description>Using prototype-ui (window and carousel)
In IE6 a have noticed that a rule like:
	&lt;pre&gt;&lt;code&gt;#container { url(/img/bg_top_container.png) no-repeat; }&lt;/code&gt;&lt;/pre&gt;

	&lt;p&gt;cause a double request on the server for the background image, a good request falowed by a bad one:&lt;/p&gt;


	&lt;p&gt;{{{
127.0.0.1 &amp;#8211; - [06/Oct/2008:15:38:22 +0300] &amp;#8220;GET /img/bg_top_container.png HTTP/1.1&amp;#8221; 200 635&lt;/p&gt;


	&lt;p&gt;127.0.0.1 &amp;#8211; - [06/Oct/2008:15:38:25 +0300] &amp;#8220;GET&amp;#8230;&lt;/p&gt;</description>
      <pubDate>Mon, 06 Oct 2008 13:04:48 GMT</pubDate>
    </item>
    <item>
      <title>Ticket #29 (Open) changed by Guido Leenders - Internet Explorer IE 6 and IE 7 crash and jump to DNS error using Prototype to show dialog within another HTML-tag such as form or center.</title>
      <link>http://dev.prototype-ui.com/ticket/29#ch32</link>
      <guid>http://dev.prototype-ui.com/ticket/29#ch32</guid>
      <description>&lt;p&gt;NOT working:
{{{&lt;/p&gt;


	&lt;p&gt;&amp;lt;link href=&amp;quot;themes/window/alp...&lt;/p&gt;</description>
      <pubDate>Tue, 22 Jul 2008 22:17:19 GMT</pubDate>
    </item>
    <item>
      <title>Ticket #29 (Open) reported by Guido Leenders - Internet Explorer IE 6 and IE 7 crash and jump to DNS error using Prototype to show dialog within another HTML-tag such as form or center.</title>
      <link>http://dev.prototype-ui.com/ticket/29</link>
      <guid>http://dev.prototype-ui.com/ticket/29</guid>
      <description>&lt;p&gt;The following code raises a DNS-error on IE 6 and IE 7, but works on FireFox:&lt;/p&gt;


	&lt;p&gt;&amp;lt;link href=&amp;quot;themes/window/window.c...&lt;/p&gt;</description>
      <pubDate>Tue, 22 Jul 2008 22:13:36 GMT</pubDate>
    </item>
    <item>
      <title>Ticket #4 (Open) changed by Guido Leenders - test_button.html gets JavaScript error with IE6</title>
      <link>http://dev.prototype-ui.com/ticket/4#ch31</link>
      <guid>http://dev.prototype-ui.com/ticket/4#ch31</guid>
      <description>&lt;p&gt;For testing with IE6, I have recently downgraded again and I have found the same problem. I am initializing the UI.defaultWM just before every dialog shown.&lt;/p&gt;</description>
      <pubDate>Tue, 22 Jul 2008 22:09:49 GMT</pubDate>
    </item>
    <item>
      <title>Ticket #28 (Fixed) reported by NY - Carousel "next-button disabled" error and suggestion for fix</title>
      <link>http://dev.prototype-ui.com/ticket/28</link>
      <guid>http://dev.prototype-ui.com/ticket/28</guid>
      <description>&lt;p&gt;ERROR: 
&lt;del&gt;-&lt;/del&gt;&amp;#8212;-
Next button isn&amp;#8217;t set to disabled if # of items in list is less than container size. For example, in the test_carousel.html change the # of li&amp;#8217;s in &amp;#8220;horizontal_carousel&amp;#8221; to 1. The next button should be disabled because now there is no need for a carousel in this case because there is only 1 item so the next button should be disabled.&lt;/p&gt;


	&lt;p&gt;FIX:
&lt;del&gt;-&lt;/del&gt;&amp;#8212;
in updateNextButton line 7&amp;#8230;&lt;/p&gt;</description>
      <pubDate>Wed, 16 Jul 2008 19:34:12 GMT</pubDate>
    </item>
    <item>
      <title>Ticket #27 (Open) reported by WojtekB - The element MUST BE in ABSOLUTE position.</title>
      <link>http://dev.prototype-ui.com/ticket/27</link>
      <guid>http://dev.prototype-ui.com/ticket/27</guid>
      <description>&lt;p&gt;You add in many places text:&lt;/p&gt;


	&lt;pre&gt;&lt;code&gt;The element MUST BE in ABSOLUTE position.&lt;/code&gt;&lt;/pre&gt;


	&lt;p&gt;solutin is here: &lt;a href="http://www.prototypejs.org/api/element/absolutize"&gt;http://www.prototypejs.org/api/element/absolutize&lt;/a&gt; :D&lt;/p&gt;</description>
      <pubDate>Fri, 11 Jul 2008 18:57:46 GMT</pubDate>
    </item>
  </channel>
</rss>
