<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>PrototypeUI - Tickets</title>
    <link>http://dev.prototype-ui.com/</link>
    <pubDate>Tue, 28 Oct 2008 18:13:06 GMT</pubDate>
    <description>PrototypeUI - Tickets</description>
    <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>
    <item>
      <title>Ticket #26 (Open) reported by WojtekB - XML + XSLT</title>
      <link>http://dev.prototype-ui.com/ticket/26</link>
      <guid>http://dev.prototype-ui.com/ticket/26</guid>
      <description>&lt;p&gt;if you use XSLT transformats in browser&lt;/p&gt;


	&lt;pre&gt;&lt;code&gt;$(document.body);&lt;/code&gt;&lt;/pre&gt;


	&lt;p&gt;will don&amp;#8217;t work, because, don&amp;#8217;t work.&lt;/p&gt;


	&lt;p&gt;In my project I use this solution:&lt;/p&gt;


	&lt;pre&gt;&lt;code&gt;  document.body || $$('body')[r0];&lt;/code&gt;&lt;/pre&gt;</description>
      <pubDate>Fri, 11 Jul 2008 18:37:59 GMT</pubDate>
    </item>
    <item>
      <title>Ticket #20 (Open) changed by Andi - resizable attribute on Window causes issue in IE and Opera</title>
      <link>http://dev.prototype-ui.com/ticket/20#ch30</link>
      <guid>http://dev.prototype-ui.com/ticket/20#ch30</guid>
      <description>&lt;p&gt;I tried to use Prototype-UI carousel and Prototype-UI window together. It seems, that both  are not compatible, because I get the following error:&lt;/p&gt;


	&lt;p&gt;UI.WindowManager is not a constructor &lt;a href="http://localhost:8080/websms_v2/js/window.js"&gt;http://localhost:8080/websms_v2/js/window.js&lt;/a&gt;
UI.ConsoleLogger is not a constructor &lt;a href="http://localhost:8080/websms_v2/js/window.js"&gt;http://localhost:8080/websms_v2/js/window.js&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;Please fix this problem in your next version and/or tell me who this problem &amp;#8230;&lt;/p&gt;</description>
      <pubDate>Wed, 11 Jun 2008 08:29:52 GMT</pubDate>
    </item>
    <item>
      <title>Ticket #25 (Open) reported by Alvaro - Disabling the previousButton &amp; nextButton throw error</title>
      <link>http://dev.prototype-ui.com/ticket/25</link>
      <guid>http://dev.prototype-ui.com/ticket/25</guid>
      <description>&lt;p&gt;If I instantiate like this:
bigCarousel = new UI.Carousel(&amp;#8220;bigImage&amp;#8221;, {previousButton: false, nextButton: false});&lt;/p&gt;


	&lt;p&gt;then if will have the following error:&lt;/p&gt;


	&lt;p&gt;this.previousButton has no properties
if (this.previousButton.hasClassName(previousClassName) &amp;#38;&amp;#38; position != 0) {&lt;/p&gt;


	&lt;p&gt;So I changed this inside the library:&lt;/p&gt;

	&lt;pre&gt;&lt;code&gt;updateButtons: function() {
     if(this.previousButton){this.updatePrevious...&lt;/code&gt;&lt;/pre&gt;</description>
      <pubDate>Wed, 11 Jun 2008 04:59:00 GMT</pubDate>
    </item>
  </channel>
</rss>
