<?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>Thu, 08 Jul 2010 01:03:52 GMT</pubDate>
    <description>PrototypeUI - Tickets</description>
    <item>
      <title>Ticket #32 (Open) changed by Sai - Carousel : Simple auto start method - Automatic sroll</title>
      <link>http://dev.prototype-ui.com/ticket/32#ch39</link>
      <guid>http://dev.prototype-ui.com/ticket/32#ch39</guid>
      <description>&lt;p&gt;Thanks &amp;#8211; just what I was looking for. Very useful.&lt;/p&gt;</description>
      <pubDate>Thu, 08 Jul 2010 01:03:52 GMT</pubDate>
    </item>
    <item>
      <title>Ticket #36 (Open) changed by Sai - Carousel-UI: endless / circular scroll feature</title>
      <link>http://dev.prototype-ui.com/ticket/36#ch38</link>
      <guid>http://dev.prototype-ui.com/ticket/36#ch38</guid>
      <description>&lt;p&gt;See &lt;a href=&quot;http://dev.prototype-ui.com/ticket/32&quot;&gt;http://dev.prototype-ui.com/ticket/32&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 08 Jul 2010 01:03:25 GMT</pubDate>
    </item>
    <item>
      <title>Ticket #55 (Open) reported by Ben McInturff - Feature request: destory method option</title>
      <link>http://dev.prototype-ui.com/ticket/55</link>
      <guid>http://dev.prototype-ui.com/ticket/55</guid>
      <description>&lt;p&gt;Additionally, I would like to add a request to modify the destroy function which allows a developer to specify whether or not the dom object for the carousel is fully removed.&lt;/p&gt;</description>
      <pubDate>Mon, 15 Mar 2010 15:32:47 GMT</pubDate>
    </item>
    <item>
      <title>Ticket #54 (Open) reported by Ben McInturff - Ajax Carousel Positioning</title>
      <link>http://dev.prototype-ui.com/ticket/54</link>
      <guid>http://dev.prototype-ui.com/ticket/54</guid>
      <description>&lt;p&gt;I think i may have identified a defect on the enabling of the buttons on the ajax carousel.&lt;/p&gt;


	&lt;p&gt;The updateNextButton works much better when using the following logic:&lt;/p&gt;

	&lt;pre&gt;&lt;code&gt;updateNextButton: function($super) {
    var lastPosition = this.currentLastPosition();
    var size = this.currentSize();
    var nextClassName = &amp;quot;next_button&amp;quot; + this.options.disabledButtonSuffix;&lt;/code&gt;&lt;/pre&gt;

	&lt;pre&gt;&lt;code&gt;...&lt;/code&gt;&lt;/pre&gt;</description>
      <pubDate>Mon, 15 Mar 2010 15:32:18 GMT</pubDate>
    </item>
    <item>
      <title>Ticket #53 (Open) reported by Bjorn - Button ordering issue</title>
      <link>http://dev.prototype-ui.com/ticket/53</link>
      <guid>http://dev.prototype-ui.com/ticket/53</guid>
      <description>&lt;p&gt;When you take some of the buttons out (by setting minimize and maximize to false for example) the updateButtonsOrder would put the remaining close button in buttons&lt;sup&gt;&lt;a href=&quot;#fn2&quot;&gt;2&lt;/a&gt;&lt;/sup&gt; instead of [r0] which caused a type mismatch error in Enumerable.each.  I am testing on IE8 currently, and have not tested on other browsers, but anyway here is the change I made to get around the problem.&lt;/p&gt;


	&lt;p&gt;{{{&lt;/p&gt;

	&lt;pre&gt;&lt;code&gt;updateButton...&lt;/code&gt;&lt;/pre&gt;</description>
      <pubDate>Wed, 17 Feb 2010 22:51:34 GMT</pubDate>
    </item>
    <item>
      <title>Ticket #52 (Open) reported by Martin Catty - Overflow is lost when closing a maximized windows</title>
      <link>http://dev.prototype-ui.com/ticket/52</link>
      <guid>http://dev.prototype-ui.com/ticket/52</guid>
      <description>&lt;p&gt;When you maximize a window, body&amp;#8217;s overflow is set to hidden. But when closing without reducing it&amp;#8217;s not restored to the default property value.&lt;/p&gt;


	&lt;p&gt;I attach a quick patch to fix it.&lt;/p&gt;</description>
      <pubDate>Thu, 07 Jan 2010 15:25:27 GMT</pubDate>
    </item>
    <item>
      <title>Ticket #51 (Open) reported by laurent Vignaux - lien image du carousel avec page charg&#233; par ajax</title>
      <link>http://dev.prototype-ui.com/ticket/51</link>
      <guid>http://dev.prototype-ui.com/ticket/51</guid>
      <description>&lt;p&gt;Bonjour,
F&#233;licitation pour votre d&#233;veloppement pour prototype.&lt;/p&gt;


	&lt;p&gt;Je ne suis pas un sp&#233;cialiste de Prototype, merci pour vos lumi&#232;res.&lt;/p&gt;


	&lt;p&gt;j&amp;#8217;utilise votre carousel pour ma prochaine mise &#224; jours et j&amp;#8217;aimerais avoir un conseil pour faire en sorte que lorsqu&amp;#8217;une image est li&#233;e &#224; une page charg&#233;e par Ajax.Request, cette image reste visible.
Pour l&amp;#8217;instant l&amp;#8217;appel fonctionne mais si cette image es&amp;#8230;&lt;/p&gt;</description>
      <pubDate>Wed, 25 Nov 2009 16:00:45 GMT</pubDate>
    </item>
    <item>
      <title>Ticket #50 (Open) reported by Christian - .destroy() method for UI.URLWindow will kick off &quot;This page contains both secure and non-secure items&quot;.</title>
      <link>http://dev.prototype-ui.com/ticket/50</link>
      <guid>http://dev.prototype-ui.com/ticket/50</guid>
      <description>&lt;p&gt;This occurs when in https:// mode and only in IE 6&lt;/p&gt;


	&lt;p&gt;Fix is in the destroy method for UI.URLWindow&lt;/p&gt;

	&lt;pre&gt;&lt;code&gt;destroy: function($super){
  this.iframe.src = Prototype.Browser.IE6 ? 'javascript:false;' : null;// Get rid of secure non-secure warnings in IE6&lt;/code&gt;&lt;/pre&gt;</description>
      <pubDate>Wed, 23 Sep 2009 18:41:52 GMT</pubDate>
    </item>
    <item>
      <title>Ticket #49 (Open) reported by Christian - CSS.fixRule IE doesn't support str[0] for a string</title>
      <link>http://dev.prototype-ui.com/ticket/49</link>
      <guid>http://dev.prototype-ui.com/ticket/49</guid>
      <description>&lt;p&gt;Fix:&lt;/p&gt;

	&lt;pre&gt;&lt;code&gt;// Relative path
if(!src.match(/^\//))//if (src[r0] != '/') = doesn't work in IE 
  src = docPath + &amp;quot;/&amp;quot; + src;&lt;/code&gt;&lt;/pre&gt;</description>
      <pubDate>Tue, 22 Sep 2009 17:09:18 GMT</pubDate>
    </item>
    <item>
      <title>Ticket #48 (Open) reported by Christian - &quot;Invalid Argument:&quot; error in IE when using UI.Shadow in stand-alone mode and withIFrameShim = true ( not within UI.Window )</title>
      <link>http://dev.prototype-ui.com/ticket/48</link>
      <guid>http://dev.prototype-ui.com/ticket/48</guid>
      <description>&lt;p&gt;This is similar to ticket #47 however, with option withIFrameShim = true, which is actually the default for UI.Shadow&lt;/p&gt;


	&lt;p&gt;Fix:
In UI.IframeShim class setPosition method change to
...&lt;/p&gt;

	&lt;pre&gt;&lt;code&gt;try{// invalid argument in IE when using UI.Shadow in a stand-alone way and withIFrameShim is true
  this.element.style.top  = parseInt(top) + &amp;quot;px&amp;quot;;
  this.element.style.left = parseInt(left) + &amp;quot;px&amp;quot;;&lt;/code&gt;&lt;/pre&gt;</description>
      <pubDate>Tue, 22 Sep 2009 17:07:15 GMT</pubDate>
    </item>
  </channel>
</rss>
