<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>YUI 3 :: {47} Tickets Addressed in 3.3.0</title>
<link>http://yuilibrary.com//projects/yui3/report/47</link>
<description>YUI Library RSS Feed</description>
<language>en</language>
<generator>DavGlass</generator>
<item>
   <title>Double Reverse Glitch</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528581</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528581</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;It seems as though when you reverse an animation, then reverse it again it doesn't update the motion correctly.&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Reversing an Animation example not working in latest build </title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529490</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529490</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;launch the following from .zip or yuibuild&lt;/p&gt;

&lt;p&gt;.../lastSuccessful/examples/anim/reverse.html&lt;/p&gt;

&lt;p&gt;all browsers tested so far (IE6, IE7, FF 3.6.12)  display error:&lt;br /&gt;
Error:  Object doesn't support tis property or method&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Add support for named effects</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/1774847</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/1774847</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;Any plans to implement scriptaculous' Effect.Grow() effect?&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Being able to perform an animation on a NodeList</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528358</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528358</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;Animation could take a nodelist or a selector returning a nodelist, and run animtion on each node, but firing event as if they where on the nodelist&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Add string argument support for animation timing in anim and transition</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529305</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529305</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;Add string argument support for animation timing&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Setting an attribute is not reentrant with respect to its on-change handler</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529570</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529570</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;If you attempt to set a new value to an attribute during its onChange handler, the after event is fired with the incorrect value.  This is against YUI git commit &lt;a href=&quot;/projects/yui3/changeset/d668a4f980d75e936d3ae9e8efb36c6964dea176&quot; title=&quot;Browse commit on GitHub&quot;&gt;d668a4f980d75e936d3ae9e8efb36c6964dea176&lt;/a&gt;&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>lazyAdd and valueFn</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528631</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528631</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;My understanding of the spec is that lazyAdd, which defaults to true, should not initialize the attribute with the default value. The default value could be specified via the value or the return of the valueFn property on the attribute's configuration.&lt;/p&gt;

&lt;p&gt;Assuming this being the right interpretation; my attributes configured in the static ATTRS property on a Class which extends Base are having their valueFn's called during the class instance's initialization lifecycle. Is there a specific reason for this?&lt;/p&gt;

&lt;p&gt;Diving into the current code on GitHub, I've noticed a couple things.&lt;/p&gt;

&lt;p&gt;Attribute::addAttrs delegates to a private _addAttrs method.&lt;/p&gt;

&lt;p&gt;The _addAttrs implementation takes in a lazy boolean param but doesn't respect it. &lt;br /&gt;
&lt;a href=&quot;http://github.com/yui/yui3/blob/master/src/attribute/js/Attribute.js#L889&quot;&gt;http://github.com/yui/yui3/blob/master/src/attribute/js/Attribute.js#L889&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The value is eagerly fetched for each attribute passed to the _addAttrs method via the configs param:&lt;br /&gt;
&lt;a href=&quot;http://github.com/yui/yui3/blob/master/src/attribute/js/Attribute.js#L903&quot;&gt;http://github.com/yui/yui3/blob/master/src/attribute/js/Attribute.js#L903&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;_addAttrs does it's eager value fetching by calling into _getAttrInitVal, which also doesn't respect the lazyAdd:&lt;br /&gt;
&lt;a href=&quot;http://github.com/yui/yui3/blob/master/src/attribute/js/Attribute.js#L970&quot;&gt;http://github.com/yui/yui3/blob/master/src/attribute/js/Attribute.js#L970&lt;/a&gt;&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Not possible to use a string URL source and requestTemplate together</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529425</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529425</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;Reported by Matthew Seeley:&lt;/p&gt;

&lt;p&gt;I was unable to get `requestTemplate` and `source` to work together.&lt;/p&gt;

&lt;p&gt;requestTemplate: &amp;quot;c=10&amp;amp;f=jsonp&amp;amp;q={query}&amp;amp;callback={callback}&amp;quot;,&lt;br /&gt;
source: &amp;quot;./data/source.php&amp;quot;&lt;/p&gt;

&lt;p&gt;I expected the two parameters to be joined to form a URL similar to:&lt;br /&gt;
./data/source.php&amp;amp;c=10&amp;amp;f=jsonp&amp;amp;q=foo&amp;amp;callback=A.Callback.Function&lt;/p&gt;

&lt;p&gt;Instead no request was sent.  So, I fell back to use:&lt;br /&gt;
source: &amp;quot;./data/source.php?c=10&amp;amp;f=jsonp&amp;amp;q={query}&amp;amp;callback={callback}&amp;quot;&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Results are incorrect for queries with a resultTextLocator and duplicate text values</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529522</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529522</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;If you are using the Autocomplete with a resultTextLocator field and your server returns multiple rows for a particular text value (but different data values in the raw response), then the results will have the wrong raw data (all rows with the same text locator will have identical raw data in the resultFormatter function, for example.&lt;/p&gt;

&lt;p&gt;The problem is in this piece of code:&lt;/p&gt;

&lt;p&gt;if (textLocator) {&lt;br /&gt;
                raw            = YArray.map(unfiltered, textLocator);&lt;br /&gt;
                textLocatorMap = YArray.hash(raw, unfiltered);&lt;br /&gt;
           }&lt;/p&gt;

&lt;p&gt;because the duplicate textLocator values are mapping to the same hash key, raw data is only preserved for the last one added.&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>AutoComplete invisible filter output</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529671</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529671</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;When the AutoComplete is being rendered while the input is not visible or has a width of 0.&lt;br /&gt;
AutoComplete's output will assume a width of 0 thus become not visible.&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Default behavior on plugging an input shouldn't be to show AC</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529692</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529692</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;It seems to me that the default behavior of AC shouldn't be to immediately show the drop-down list when it is plugged into an input node. However if you plug a node that has a current value set, and that value exceeds the minQueryLength, the drop-down shows, and it looks like it's due to the value triggering the _afterValueChange handler.&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Redraw glitch in ac_flickr example in IE</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529741</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529741</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;in IE7, if i launch ac_flickr example&lt;br /&gt;
type in a search term (i happened to use pie)&lt;br /&gt;
notice the dropdown list appears&lt;/p&gt;

&lt;p&gt;click the scroll bar to scroll down the page&lt;br /&gt;
click scroll bar again to scroll back up&lt;br /&gt;
in IE7  menu was erased but pie pictures still remain&lt;br /&gt;
pictures will erase if you drag mouse over the menu item area&lt;/p&gt;

&lt;p&gt;works OK when running in new window on IE7,  works fine in both views Safari and Firefox&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>AutoComplete needs a ReadMe file</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529618</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529618</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;For this release simply the &amp;quot;New for 3.3.0&amp;quot; comment is needed but it gives us something to build on for the future.&lt;/p&gt;

&lt;p&gt;I know, picky, picky, picky.&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Lightweight base component with minimal dependencies</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528837</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528837</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;to include:&lt;br /&gt;
 - Implement base API and event(s)&lt;br /&gt;
 - Monitor input/textarea for text changes, including paste and IME input (using valueChange)&lt;br /&gt;
 - Support minimum query length and query delay&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>AutoComplete mixin module for accent folding</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528839</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528839</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;new for YUI 3&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>AutoComplete mixin module for configuratble delimeter characters</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528840</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528840</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;new for YUI 3&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>AutoComplete mixin module for query matching alternatives</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528841</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528841</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;new for YUI 3&lt;/p&gt;

&lt;p&gt;to include:&lt;br /&gt;
 - match case&lt;br /&gt;
 - starts with (default)&lt;br /&gt;
 - contains&lt;br /&gt;
 - subset&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Result retrieval and formatting</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528842</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528842</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;Result retrieval and formatting using DataSource or any DataSource-like object to retrieve results&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Basic result formatting using DataSchema or any DataSchema-like object</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528843</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528843</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;new for YUI 3&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Query highlighting / reverse highlighting in AutoComplete</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528844</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528844</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;new for yui 3&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>WidgetParent/WidgetChild/Overlay-based result container positioned to match X pos and width of input field, and with a header/body/footer module layout</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528845</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528845</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;new for yui 3&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Options for showing/hiding the container, including animation and always show </title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528846</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528846</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;new for yui 3&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Selection state management with highlighting and pre-highlighting support</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528848</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528848</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;new for yui 3&lt;/p&gt;

&lt;p&gt;also to include:&lt;br /&gt;
- ability to continue typing in input field after changing selection&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Option to suppress input updates</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528850</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528850</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;prevent input field form updating on selection change&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Lozenge-style autocomplete</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528856</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528856</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;new for YUI 3&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>AutoComplete example demonstrating basic local data</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528860</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528860</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;new for yui 3&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>AutoComplete example demonstrating basic remote data</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528861</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528861</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;new for yui 3&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>AutoComplete Example: Customizing Remote Requests</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528862</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528862</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;new for yui 3&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>AutoComplete Example: Custom Formatting with a Remote DataSource (using YQL)</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528863</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528863</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;new for yui 3&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>AutoComplete Example: Tagging example with container always shown</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528864</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528864</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;new for yui 3&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>AutoComplete Example: Find photos on Flickr </title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528865</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528865</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;new for yui 3&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>AutoComplete Example: Use AC-base to filter a set of existing items on the page (no suggestion list), such as filtering photos based on metadata</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528866</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528866</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;new for yui 3&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>AutoComplete landing page update</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528867</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528867</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;update for revised implementation&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>[bz 2072592] Reverse Autocomplete</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528076</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528076</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;Allow people to change the terms at the beginning of a query and have it update with a new set of suggestions&lt;/p&gt;

&lt;p&gt;Example link on internal server referenced in bugzilla bug.&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Extract AutoCompleteList keyboard handling into a separate module; don't load for mobile devices</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529423</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529423</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;Extract AutoCompleteList keyboard handling into a separate module; don't load for mobile devices.&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Allow result filters and highlighters to be specified as strings</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529424</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529424</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;The resultHighlighter and resultFilters attributes, when set to a string, should treat the string as the name of a method on Y.AutoCompleteHighlighters or Y.AutoCompleteFilters (if loaded).&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>need to replace redundant AutoComplete Examples string on examples page</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529602</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529602</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;.../lastSuccessful/examples/autocomplete/index.html&lt;/p&gt;

&lt;p&gt;Has a page title of&lt;/p&gt;

&lt;p&gt;AutoComplete: Examples&lt;/p&gt;

&lt;p&gt;immediately followed by a component description of simply&lt;/p&gt;

&lt;p&gt;AutoComplete Examples&lt;/p&gt;

&lt;p&gt;If time permits it would be good to add a 1-2 sentence summary description of AC to the page to be more consistent with the other components.  This is located in  templates/examples/data/autocomplete/autocomplete.php.  An example:&lt;br /&gt;
.../lastSuccessful/examples/overlay/index.html&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Autocomplete: Competitive analysis and feature spec</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528836</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528836</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;ticket to track task completion&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>AutoComplete Design review</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528857</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528857</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;Task to track completion of the design review for AutoComplete&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>AutoComplete Accessibility review</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528858</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528858</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;Task to track completion of the accessibility review for AutoComplete&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>AutoComplete code review</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528859</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528859</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;Task to track completion of the code review for AutoComplete&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Verification of API docs prior to release</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528868</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528868</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;Task to track the verification of the AutoComplete API docs for revised implementation&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Attribute Calls valueFn even if an attribute is not needed because the attribute is being loaded lazily</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529048</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529048</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;If you inspect Attribute.js:914, _addAttrs calls _getAttrInitVal().  This function will call the valueFn (Attribute.js:995) even if the value is discarded because the attribute is being loaded lazily.&lt;/p&gt;

&lt;p&gt;This is a problem because some attribute valueFn's in Widget depend on other Attributes and it causes some lazy attributes to be initialized too early.&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Base.toString() inadvertently sets _yuid property</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529296</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529296</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;I noticed that my object inherited a very handy property _yuid that I could use to identify each instance on a hash.  When I tried it, they were all undefined, when I debugged them, they were all fine.  As it happens, Base method toString() stamps objects when called.  So, when I debugged, it was the act of watching the object on the debugger that was stamping my object.&lt;/p&gt;

&lt;p&gt;It makes no sense to have stamp there.  toString has no business having secondary effects on the object such as stamping it.   Even if stamp() was used in readOnly mode, then toString has no business reporting what is not really there as each call to stamp() would produce a different id.&lt;/p&gt;

&lt;p&gt;Stamping is not a bad idea for Base, but it should be moved to the initializer but, if not otherwise stamped, it should certainly not happen in toString() because that would make developers believe there is such a thing as a stamp on it.  toString should cause no secondary effects.&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>JS error when constructing a Base when Mootools-1.3-compat is included on the page</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529636</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529636</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;When mootools 1.3 (compatibility version) is included on the page, you get a JS error when trying to instantiate a built Base class&lt;/p&gt;

&lt;p&gt;I've seen a couple different flavors of specific errors:&lt;/p&gt;

&lt;p&gt;- &amp;quot;Function.prototype.toString called on incompatible object&amp;quot;&lt;br /&gt;
- &amp;quot;this.init is undefined: this.init.apply(this, arguments);&amp;quot;   in the Base() constructor, base.js line 100&lt;br /&gt;
- &amp;quot;this._protectAttrs is not a function: host.addAttrs(this._protectAttrs(attrs));&amp;quot;   in the Attribute() constructor, attribute.js line 223&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>YUI Cache.* throws security exception in Firefox 3.6 when dom.storage.enabled = false</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529572</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529572</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;Some of our users manually/or use plugins to disable localStorage. Unfortunately, Firefox 3.6 SETS w.globalStorage even if it is disabled, but throws a security exception on any kind of access to the object. Anytime you touch it in needs to be wrapped in a try/catch&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Add a brief description of cache to its examples page</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529593</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529593</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;.../lastSuccessful/examples/cache/index.html&lt;/p&gt;

&lt;p&gt;simply includes&lt;/p&gt;

&lt;p&gt;The Cache Utility.&lt;/p&gt;

&lt;p&gt;as the component example.  If time permits it would be good to add a 1-2 sentence summary to the page to be more consistent with the other components in  templates/examples/data/cache/cache.php.  for example:&lt;br /&gt;
.../lastSuccessful/examples/overlay/index.html&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Unable to render chart without visible axes.</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529527</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529527</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;Chart does not render without 2 visible axes. Charts should render without axes.&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Alpha value only works when passed in as string</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529528</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529528</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;When setting series styles, alpha only works when passed in as a string value.&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Axis: maximum, minimum, automax, automin, roundMinAndMax are not working in all cases.</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529529</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529529</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;The above attributes do not work in all combinations.&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Rotated Axis Labels look very bad in IE9</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529564</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529564</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;When labels are rotated in IE9 they are not readable.&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Charts needs a ReadMe file</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529619</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529619</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;For this release simply the &amp;quot;Initial release.&amp;quot; comment is needed but it gives us something to build on for the future.&lt;/p&gt;

&lt;p&gt;I know, picky, picky, picky.&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Tooltips only appearing for last column in column Chart in Chrome</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529633</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529633</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;I was preparing to use Charts on a blog post I am going to be publishing tomorrow, and I pulled Charts from git master. At some point, and I didn't notice precisely when (I'm still looking), the tooltip stopped working correctly in Chrome 8.0.552.215, and will only appear on the last column in the column chart.  I have tested against Firefox 4b7, Safari 5.0.3 and IE8. The Gist at the included URL is the HTML5 document with included JavaScript I was testing.&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Axis does not calculate size correctly for rotated labels in IE.</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529658</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529658</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;Axis does not calculate size correctly for rotated labels in IE.&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Charts do not render in android</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529659</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529659</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;Charts do not render in android&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Charts - IE 7 issues</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529660</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529660</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;Intermittently on IE7 charts do not render properly.&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Chart creation is many times slower in IE8 than in other browsers (e.g Firefox 3).</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529007</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529007</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;I can see from the profiler that the swfObj.write(container) function all in _embedSWF seems to be the problem.&lt;br /&gt;
In one profile run it took 6313 seconds for 9 charts. However when you click down in the profiler isn't not at all clear where the time is spent. There are loads of &amp;quot;JScript - script block&amp;quot; with 0.00 time.&lt;/p&gt;

&lt;p&gt;I've attached a test case which has 16 charts spread across two tabs.&lt;/p&gt;

&lt;p&gt;The initial page load takes much longer in IE8 even though the charts themselves had no dataSource at this stage. When you click on the other tab you get another long delay as the second set of 8 charts are drawn.&lt;/p&gt;

&lt;p&gt;The funny thing is that once the charts are first drawn switching between tabs of charts is faster in IE than in Firefox. Firefox seems to redraw the charts every time you switch to the tab but IE doesn't.&lt;/p&gt;

&lt;p&gt;It would be really nice to get to the bottom of this as its currently blocking IE users from using the chart feature of our portal.&lt;/p&gt;

&lt;p&gt;The attached example also shows another chart funny in that if you set the chart datasource for a non-visible chart you get errors in Firefox. The workaround is to only set the datasource when the chart is visible. The workaround works fine for Firefox but IE show only part of the chart for when you swtich tabs.&lt;br /&gt;
In my full implementation I've worked around this by only creating the chart when the tab first becomes visible. This seems to solve the problem.&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Charts with wmode=transparent show up blank when printed in Firefox</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529013</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529013</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;The summary pretty much says it all; the charts look fine in the browser but are replaced with blank space in the Print Preview and on the printed page.  The problem does not happen in IE8.&lt;/p&gt;

&lt;p&gt;The comments on this blog appears to have a fix: &lt;a href=&quot;http://www.rooftopsolutions.nl/article/79&quot;&gt;http://www.rooftopsolutions.nl/article/79&lt;/a&gt;&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Charts - reverse property on axis toggles on resize of widget</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529014</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529014</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;If you apply the reverse property to a categoryAxis and then cause the widget to be resized, then the reversed order of the axis will become unreversed, reversed, unreversed etc...&lt;br /&gt;
This feature used to work but not in the latest version: 2.8.0rc4&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>animationEnabled true and adding legend</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529016</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529016</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;When i add a legend style in (Basic Styling), then the animation (animationEnabled) doen't work&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>setting showLabels to false on a chart axis leaves empty space where the labels would be</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529017</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529017</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;I was expecting that the space for the labels would be completely removed when setting showLabels to false&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Core Renderer Implementation</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528803</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528803</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;Implementation of core renderers for YUI 3 Charts&lt;br /&gt;
- Dot&lt;br /&gt;
- Horizontal / Vertical histogram&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Data Tips: Basic</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528807</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528807</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;new addition for YUI 3 charts&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Area chart</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528809</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528809</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;new addition for YUI 3 charts&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Stacked Area chart</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528810</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528810</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;new addition for YUI 3 charts&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Grid Renderer</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528813</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528813</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;new addition for YUI 3 charts&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Renderer: Pie Chart</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528815</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528815</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;new addition for YUI 3 charts&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Renderer: SparkLines / SparkBars</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528816</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528816</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;new addition for YUI 3 charts&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>enable full chart events</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528988</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528988</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;right now, the only events available respond to data items (points, bars, or slices). however it would be useful to have events that respond at any point on the chart.&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Add ability to have axis labels with duplicate names</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528993</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528993</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;Currently, a chart will merge instances containing the same label. This is the expected behavior but there are legitimate use cases for having multiple instances of the same label on an axis. This functionality should be added.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://tech.groups.yahoo.com/group/ydn-javascript/message/44423&quot;&gt;http://tech.groups.yahoo.com/group/ydn-javascript/message/44423&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;[imported, BZ 2540350]&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Multiple colors within series</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529001</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529001</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;When displaying a cartesian chart, there is a use case in which a user would like each item in the series to have a different color. Currently, all series items share the same color, this makes sense as it makes it easy to distinguish&lt;br /&gt;
between different series but when there is a single series in a chart, the user may want each item to have a different color.&lt;/p&gt;

&lt;p&gt;[imported, BZ 2318953]&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Create event to fire after chart renders</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529003</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529003</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;Charts does not fire an event after rendering. This would be useful.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://tech.groups.yahoo.com/group/ydn-javascript/message/35278&quot;&gt;http://tech.groups.yahoo.com/group/ydn-javascript/message/35278&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;[imported, BZ 2260861]&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Allow for curved line charts / support for key points</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529004</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529004</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;A request has been made for curved line charts. &lt;br /&gt;
&lt;a href=&quot;http://tech.groups.yahoo.com/group/ydn-javascript/message/38194&quot;&gt;http://tech.groups.yahoo.com/group/ydn-javascript/message/38194&lt;/a&gt;&lt;br /&gt;
Need to decide on the best implementation. (e.g. new chart type or line chart style)&lt;/p&gt;

&lt;p&gt;[imported, BZ 2239443]&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Pie Chart Orientation</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529009</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529009</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;I've a problem regarding the yui pie chart. The Orientation of yui-pie Chart is reverse compare to the Normal pie chart, I have shown this issue in a screenShot, attached along with this email.we shall have facilities in yui-chart that we can control upon this orientation and as well the start-angle.&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Add option to hide chart tip on click.</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529011</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529011</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;Let's say I have a column chart, that uses data tips. Upon clicking on a column in the chart, I will &amp;quot;drill down&amp;quot; a reload the data source. After this happens, the data tip is still visible from the previous data set.&lt;/p&gt;

&lt;p&gt;Would it be possible to add an option to either&lt;br /&gt;
a) Hide the tooltip programmatically using a method call&lt;br /&gt;
b) Add an option on the chart to hide the tip on click?&lt;/p&gt;

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

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Refactor javascript text formatting functions</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528991</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528991</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;Communication between Flash and the DOM is takes a lot of bandwidth. This is problematic when building charts with a lot of axis labels.&lt;/p&gt;

&lt;p&gt;[imported, BZ 2574542]&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Implement YUI Charts Title</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529008</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529008</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;Hi,&lt;br /&gt;
Currently we have no support for Chart-Title in the YUI-Charts. The Char-Title is very important part of the Charts, without the Title as the part of the Chart, its look something missing as a whole. Currently we have been helplessly implementing Chart Title outside the Chart-Area of swf using the HTML tag, which looks a kind of not a part of Chart and likely a cheap presentation. Moreover YUI-Charts have done so much implementation regarding the properties of Charts, why not giving this naming, Title as the part of YUI-Charts.&lt;br /&gt;
It will be very nice to see this feature in coming release of YUI-Charts.&lt;br /&gt;
 &lt;p&gt;Thanking  you&lt;br /&gt;
Shrestha Ramesh&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Performance issues with large datasource result and flash serialization</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529018</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529018</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;Currently (2.8.0r4) there seems to be a performance / scalability issue with the widget.Chart component.&lt;/p&gt;

&lt;p&gt;Whenever the _loadDataHandler() function is called the series definitions of the chart are getting copied. &lt;br /&gt;
Each of the copied definitions will also get a reference to response.result set:&lt;br /&gt;
currentSeries.dataProvider = response.results;&lt;/p&gt;

&lt;p&gt;So far this seems to be no problem at all since its only a reference. However, what I'm guessing is that during the JS-&amp;gt;Flash serialization the 'dataProvider'  field seems to be deep-copied each time for each series. &lt;br /&gt;
The performance impact is significant, especially with line charts with lots of series and data.&lt;/p&gt;

&lt;p&gt;My suggestion is that only the xField and yField of the chart and series should be used when setting currentSeries.dataProvider. I've tested this locally and got a great performance gains.&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Style Markers Separate from Series on Mouseover</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528982</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528982</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;When interacting with a chart it would be useful to highlight the marker that a user is mousing over. Already, a data tip appears with useful information on a per marker mouseover basis, so the idea of applying styles to the marker at that time is a natural extension of the already available functionality.&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Charts landing page needs to be updated.</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529749</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529749</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;Need to update landing page based on comments from team review.&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Charts - default background/gridline color need to be changed</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529661</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529661</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;Windows IE renders in such a way the the gridlines and background are difficult to distinguish. This is not reproducable on a virtual machine. You must use an actual windows box to reproduce. Need to change default colors.&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Charts gridline example needs different grid color.</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529750</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529750</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;The grid color specified in the example does not have enough contrast on windows machines.&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Performance improvements for non-native Y.Array.map(), and possibly others</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529426</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529426</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;The non-native implementation of Y.Array.map() currently uses Y.Array.each() to iterate over the provided array. Since browsers without a native map() are also unlikely to have a native each(), this results in bad performance compared to an implementation that just uses a for loop.&lt;/p&gt;

&lt;p&gt;I created a jsPerf test to test this: &lt;a href=&quot;http://jsperf.com/native-array-map-vs-emulated/2&quot;&gt;http://jsperf.com/native-array-map-vs-emulated/2&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It looks like duping the input array using concat(), iterating with a for loop, and replacing the duped items with the callback output is the fastest of the non-native implementations tested.&lt;/p&gt;

&lt;p&gt;At a glance, it looks like the non-native implementations of filter(), reduce(), partition(), and zip() could also benefit from using a for loop instead of each().&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>[Pull Request] - toJSON implementation for ArrayList</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529322</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529322</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;This commit provides a toJSON implementation for ArrayList that presents it as if it were an array.&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>getElementsBy of compat.js does not work</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528677</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528677</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;It uses YUI.DOM.byTag, which does not exist&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>compat.js does not register YUI 2 Dom module</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529342</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529342</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;Tried using YUI 2 Loader with the compat module, and saw that the YUI 2 Dom module was downloaded.&lt;br /&gt;
Have verified the issue by using a local copy of compat.js and adding a YAHOO.register statement for Dom.&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>compat.js does not use dom-style-ie</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529343</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529343</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;Not really sure that this is a bug, could be something  wrong with my configuration, but including the dom-style-ie.js file on the page does not cause it to be used by YUI, ends up going to the native getComputedStyle method in IE.&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>YUI Configurator emits &quot;&amp;&quot; instead of &quot;&amp;amp;&quot;</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529338</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529338</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;When selecting more than one component, the Configurator uses an ampersand &amp;quot;&amp;amp;&amp;quot; (that is, U+0026 ampersand) in the script tag's src attribute.&lt;/p&gt;

&lt;p&gt;An ampersand has special meaning in HTML: it's used to specify entities. A literal ampersand should be specified as &amp;quot;&amp;amp;&amp;quot; (that is, U+0026 ampersand followed by the string &amp;quot;amp;&amp;quot;).&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenization.html#attribute-value-(double-quoted)-state&quot;&gt;http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenization.html#attribute-value-(double-quoted)-state&lt;/a&gt;&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Cookie examples should have more in your face logging</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529789</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529789</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;The example pages load, and don't to anything unless you have a native console open (which is not an option for IE6/7, Android).&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Errors in Grids landing page</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529298</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529298</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;In the introduction it says:&lt;/p&gt;

&lt;p&gt;A &amp;quot;grid&amp;quot; (yui3-g) contains one or more &amp;quot;units&amp;quot; (yui3-g)&lt;/p&gt;

&lt;p&gt;shouldn't the last one be yui3-u?&lt;br /&gt;
&lt;hr /&gt;
&lt;br /&gt;
In the example where it has:&lt;/p&gt;

&amp;lt;body&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;yui3-g&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;yui3-u-5-24&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;yui3-u-9-24&amp;quot;&amp;gt;&lt;br /&gt;
 &lt;p&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;/p&gt;

&lt;p&gt;5/24ths plus 9/24ths adds up to 14/24ths, what happens with the other 10/24ths, some 'out of the body experience'?&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>[bz 4177544]  Documentation typo regarding yui3-g </title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529589</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529589</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;A &amp;quot;grid&amp;quot; (yui3-g) contains one or more &amp;quot;units&amp;quot; (yui3-g).&lt;/p&gt;

&lt;p&gt;The second yui3-g should be yui3-u, I believe.&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>cssgrids documentation links to non-existent topic</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529609</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529609</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;the cssgrids documentation on the developer site lists a topic &amp;quot;Nested Grids&amp;quot; which does not appear on the site.&lt;/p&gt;

&lt;p&gt;On this page:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://developer.yahoo.com/yui/3/cssgrids/&quot;&gt;http://developer.yahoo.com/yui/3/cssgrids/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There is a link to:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://developer.yahoo.com/yui/3/cssgrids/#nesting_grids&quot;&gt;http://developer.yahoo.com/yui/3/cssgrids/#nesting_grids&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;But no topic with the anchor #nesting_grids&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Grid Units Example Wraps the bottom 24th's based rows in IE6 </title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529770</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529770</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;The bottom few rows based on the 24th's units, seem to wrap units in IE6.&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>DataSchema null-related test failures on IE9</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529428</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529428</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;&amp;acirc;œ–  DataSchema Test Suite on Internet Explorer (9.0) / Windows&lt;br /&gt;
   17 passed,  4 failed&lt;br /&gt;
   in XML Tests&lt;br /&gt;
     testXMLMeta Expected rootatt.&lt;br /&gt;
       Expected: 0 (number)&lt;br /&gt;
       Actual: null (object)&lt;br /&gt;
     testXMLComplex Expected rootatt.&lt;br /&gt;
       Expected: 5 (number)&lt;br /&gt;
       Actual: null (object)&lt;br /&gt;
   in HTML Tests&lt;br /&gt;
     testSingleTbody Expected first result.&lt;br /&gt;
       Expected: 12 (number)&lt;br /&gt;
       Actual: null (object)&lt;br /&gt;
     testMultipleTbody Expected first result.&lt;br /&gt;
       Expected: 12 (number)&lt;br /&gt;
       Actual: null (object)&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Remove .queryAll from example</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529638</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529638</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;.queryAll -&amp;gt; .all&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Enhance DataSchema.JSON to add locators</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2528429</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2528429</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;DataSchema-JSON could be easily modified to allow the use of locators in the schema&lt;br /&gt;
This would: &lt;br /&gt;
    [1] allow an easy translation to a common format from different datasources and &lt;br /&gt;
    [2] allow for simpler key names when extracting values from deeply nested data.&lt;/p&gt;

&lt;p&gt;Example for 1) Given two resonably similar data sets:&lt;/p&gt;

Data1 = {&lt;br /&gt;
    &amp;quot;total&amp;quot;:3,&lt;br /&gt;
    &amp;quot;results&amp;quot;:[&lt;br /&gt;
        {&amp;quot;n&amp;quot;:1, &amp;quot;fname&amp;quot;:&amp;quot;George&amp;quot;, &amp;quot;lname&amp;quot;:&amp;quot;Washington&amp;quot;},&lt;br /&gt;
        {&amp;quot;n&amp;quot;:2, &amp;quot;fname&amp;quot;:&amp;quot;John&amp;quot;, &amp;quot;lname&amp;quot;:&amp;quot;Adams&amp;quot;},&lt;br /&gt;
        {&amp;quot;n&amp;quot;:3, &amp;quot;fname&amp;quot;:&amp;quot;Thomas&amp;quot;, &amp;quot;lname&amp;quot;:&amp;quot;Jefferson&amp;quot;}&lt;br /&gt;
    ]&lt;br /&gt;
}&lt;p&gt;&lt;br /&gt;
Data2 = {&lt;br /&gt;
    &amp;quot;qtyhits&amp;quot;:3,&lt;br /&gt;
    &amp;quot;results&amp;quot;:[&lt;br /&gt;
        {&amp;quot;id&amp;quot;:1, &amp;quot;firstname&amp;quot;:&amp;quot;George&amp;quot;, &amp;quot;lastname&amp;quot;:&amp;quot;Washington&amp;quot;},&lt;br /&gt;
        {&amp;quot;id&amp;quot;:2, &amp;quot;firstname&amp;quot;:&amp;quot;John&amp;quot;, &amp;quot;lastname&amp;quot;:&amp;quot;Adams&amp;quot;},&lt;br /&gt;
        {&amp;quot;id&amp;quot;:3, &amp;quot;firstname&amp;quot;:&amp;quot;Thomas&amp;quot;, &amp;quot;lastname&amp;quot;:&amp;quot;Jefferson&amp;quot;}&lt;br /&gt;
    ]&lt;br /&gt;
}&lt;/p&gt;

&lt;p&gt;We can easily a common structure to represent both:&lt;/p&gt;

&lt;p&gt;Schema1 = {&lt;br /&gt;
    metaFields: {total:&amp;quot;total&amp;quot;},&lt;br /&gt;
    resultListLocator: &amp;quot;results&amp;quot;,&lt;br /&gt;
    resultFields: [{key:&amp;quot;User ID&amp;quot;, locator:&amp;quot;n&amp;quot;}, {key:&amp;quot;First Name&amp;quot;, locator:&amp;quot;fname&amp;quot;}, {key:&amp;quot;Last Name&amp;quot;, locator:&amp;quot;lname&amp;quot;}]&lt;br /&gt;
}&lt;/p&gt;

&lt;p&gt;Schema2 = {&lt;br /&gt;
    metaFields: {total:&amp;quot;qtyhits&amp;quot;},&lt;br /&gt;
    resultListLocator: &amp;quot;results&amp;quot;,&lt;br /&gt;
    resultFields: [{key:&amp;quot;User ID&amp;quot;, locator:&amp;quot;id&amp;quot;}, {key:&amp;quot;First Name&amp;quot;, locator:&amp;quot;firstname&amp;quot;}, {key:&amp;quot;Last Name&amp;quot;, locator:&amp;quot;lastname&amp;quot;}]&lt;br /&gt;
}&lt;/p&gt;

&lt;p&gt;Example for 2) The data structure has been modified to include a nested object. We extract values from the nested object.&lt;/p&gt;

&lt;p&gt;Data3 = {&lt;br /&gt;
    &amp;quot;total&amp;quot;:10,&lt;br /&gt;
    &amp;quot;results&amp;quot;:[&lt;br /&gt;
        {&amp;quot;n&amp;quot;:1, president:{&amp;quot;fname&amp;quot;:&amp;quot;George&amp;quot;, &amp;quot;lname&amp;quot;:&amp;quot;Washington&amp;quot;&lt;/pre&gt;,&lt;br /&gt;
        {&amp;quot;n&amp;quot;:2, president:{&amp;quot;fname&amp;quot;:&amp;quot;John&amp;quot;, &amp;quot;lname&amp;quot;:&amp;quot;Adams&amp;quot;},&lt;br /&gt;
        {&amp;quot;n&amp;quot;:3, president:{&amp;quot;fname&amp;quot;:&amp;quot;Thomas&amp;quot;, &amp;quot;lname&amp;quot;:&amp;quot;Jefferson&amp;quot;}}&lt;br /&gt;
    ]&lt;br /&gt;
}&lt;/p&gt;

&lt;p&gt;Schema3 = {&lt;br /&gt;
    metaFields: {total:&amp;quot;total&amp;quot;},&lt;br /&gt;
    resultListLocator: &amp;quot;results&amp;quot;,&lt;br /&gt;
    resultFields: [{key:&amp;quot;User ID&amp;quot;, locator:&amp;quot;n&amp;quot;}, {key:&amp;quot;First Name&amp;quot;, locator:&amp;quot;president.fname&amp;quot;}, {key:&amp;quot;Last Name&amp;quot;, locator:&amp;quot;president.lastname&amp;quot;}]&lt;br /&gt;
}&lt;/p&gt;

&lt;p&gt;The changes required to implement this are minor and consist of modifying _getFieldValues by adding the locator variable, setting it to the supplied value or the key value and using the locator value in the SchemaJSON.getPath call instead of the key value:&lt;/p&gt;

&lt;p&gt;&lt;pre class=&quot;wikicode&quot;&gt;&lt;br /&gt;
        _getFieldValues: function(fields, array_in, data_out) {&lt;br /&gt;
            var results = [],&lt;br /&gt;
                len = fields.length,&lt;br /&gt;
                i, j,&lt;br /&gt;
                field, key, &lt;strong&gt;locator&lt;/strong&gt;, path, parser,&lt;br /&gt;
                simplePaths = [], complexPaths = [], fieldParsers = [],&lt;br /&gt;
                result, record;&lt;/p&gt;

&lt;p&gt;// First collect hashes of simple paths, complex paths, and parsers&lt;br /&gt;
            for (i=0; i&amp;lt;len; i++) {&lt;br /&gt;
                field = fields[i]; // A field can be a simple string or a hash&lt;br /&gt;
                key = field.key || field; // Find the key&lt;br /&gt;
                &lt;strong&gt;locator = field.locator || key; // Find the locator if it exists&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;// Validate and store locators for later&lt;br /&gt;
                path = SchemaJSON.getPath(&lt;strong&gt;locator&lt;/strong&gt;);&lt;br /&gt;
...&lt;br /&gt;
&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;Attached is the modified dataschema-json.js&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Add a brief description of dataschema to its examples page</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529594</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529594</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;.../lastSuccessful/examples/dataschema/index.html&lt;/p&gt;

&lt;p&gt;simply includes&lt;/p&gt;

&lt;p&gt;The DataSchema Utility&lt;/p&gt;

&lt;p&gt;as the component example.  If time permits it would be good to add a 1-2 sentence summary to the page to be more consistent with the other components in  templates/examples/data/dataschema/dataschema.php.  for example:&lt;br /&gt;
.../lastSuccessful/examples/overlay/index.html&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Make DataSource IO and Get callback functions not anonymous</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529466</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529466</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;Using anonymous functions for the callback handlers in DataSource.IO and DataSource.Get makes adding plugins difficult, can they be moved to properties of the constructor so they can be intercepted via doBefore, etc?&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>Column not resorting on first click in &quot;Sorting&quot; example</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529612</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529612</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;The second table in the &amp;quot;Column Sorting&amp;quot; example doesn't reverse the sort of the table when clicking on the header of the first column (the column the data is initially sorted by).&lt;/p&gt;

&lt;p&gt;This appears to be a recent change, since I just witnessed it working on Tilo's machine before he pulled the latest sources.&lt;/p&gt;

&lt;p&gt;Verified in Chrome and FF4.  I didn't test others, but I doubt it's browser-specific.&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
<item>
   <title>DataTable landing page not being loaded on build machine site content</title>
   <link>http://yuilibrary.com//projects/yui3/ticket/2529626</link>
   <guid isPermaLink="false">http://yuilibrary.com//projects/yui3/ticket/2529626</guid>
   <description>&lt;span class=&quot;wikipage&quot;&gt;&lt;p&gt;if you attempt to load /yui/3/datatable/  from the build machine all you get is white screen.  The following error is displayed on IE7:&lt;/p&gt;

&lt;p&gt;The website can not display this page  HTTP 500&lt;/p&gt;

&lt;/span&gt;</description>
   <category>Report</category>
</item>
 </channel>
</rss>
