YUILibrary - Open source JavaScript and CSS for building richly interactive software.
Fork YUI on GitHub

YUI 2.x

{3} Changes CheckedIn - available to pull from Github

Results (1 - 100 of 120)

12
ID Type Component Target Release Summary
#2528820 defect Animation 3.2.0 Anim object doesn't free memory
#2528938 defect Animation 3.2.0 Paused animation doesn't resume
#2528965 defect Animation 3.2.0 [bz 3692934] finish parameter for stop() is not documented on developer.yahoo.com
#2529097 defect Animation 3.2.0 Transitions - Couple of issues which *maybe* impacting the scrollview paging example
#2528626 enhancement Attribute 3.2.0 Attribute lacks an API for enumerating the existing configuration for existing attributes
#2528926 enhancement Attribute Provide access to normalized values for Y.Attribute
#2528837 enhancement AutoComplete 3.3.0 Lightweight base component with minimal dependencies
#2528841 enhancement AutoComplete 3.3.0 AutoComplete mixin module for query matching alternatives
#2528842 enhancement AutoComplete 3.3.0 Result retrieval and formatting
#2528930 defect Base 3.2.0 Base.create doesn't isolate ATTRS of extensions passed in
#2528934 defect Base Base.create JSdoc is missing two parameters px and ax
#2528803 enhancement Charts 3.3.0 Core Renderer Implementation
#2528978 enhancement Collection 3.2.0 incomplete API documentation for Array.every()
#2528921 defect CSS Base 3.2.0 [bz 3656296] Broken link on documentation page
#2528514 defect DataSchema 3.2.0 Data Source JSON Schema is hardcoded to IO Datasource
#2528725 defect DataSource 3.2.0 Support for DS.Get and DS.IO abort()
#2528970 defect DataSource [bz 3711578] Incorrect yuidoc for DataSource.issueCallback and DataSource.Local.sendRequest
#2529064 defect DataSource 3.2.0 Better DataSource error handling
#2528969 enhancement DataSource [bz 3709085] All DataSource*Schema classes should propagate "this" down to parsers
#2528406 task DataSource 3.2.0 [Pull Request] - added a default IO config attribute to datasource-io
#1911324 enhancement Dialog 3.NEXT Inline Dialog without Panel and Overlay
#2529124 defect Documentation/Web Site CSS Grids: Using units example page has a typo
#2528663 defect Dom 3.NEXT setAttribute is not batched in YUI 3
#2528747 defect Dom 3.2.0 Dom references document
#2529112 defect Dom 3.2.0 More validation on myNode.one()
#2528693 defect DragDrop 3.2.0 3.1.0PR1 DD Examples fail in Opera 10.5
#2528797 defect DragDrop 3.2.0 Drag and drop breaks input text select()
#2529070 defect DragDrop 3.2.0 Drop destroy is throwing errors when the node is removed with .remove(true) using dd delegate
#2529094 defect DragDrop 3.2.0 DD hard codes CSS prefix
#2528765 enhancement DragDrop 3.2.0 DD uses window references
#2529100 defect Editor 3.2.0 [bz 3825519] After inserting an image with inserthtml, insertion point jumps back to BOL
#2528796 enhancement Editor 3.2.0 Introducing the Base Editor utility into the 3.2.0 code line.
#2528209 defect Event 3.2.0 Link special event state to DOM event wrapper so it is cleaned up when the listener is removed
#2528599 defect Event 3.2.0 Event category prefixes don't work with Y.delegate()
#2528749 defect Event 3.2.0 Event references window instead of Y.config.win
#2528878 defect Event 3.2.0 Bubble target might not fire bubbled event with facade
#2528904 defect Event NodeList.on passed an object of events loses nodelist reference & attaches to Window
#2528927 defect Event 3.2.0 DOM event simulation docs are missing/wrong
#2529044 defect Event SyntheticEvent needs to isolate _publishConfig. Currently it ends up being shared across CustomEvent...
#2529046 defect Event Event Facade is incorrect for gestures
#2529047 defect Event 3.2.0 CutomEvent does not check for null this.host in _delete, on
#2529055 defect Event 3.2.0 target.detach('category|type') detaches subs from all targets
#2529062 defect Event 3.2.0 CustomEvent subCount not decremented on detach
#2529076 defect Event Synthetic events never call subscribers on window
#2529091 defect Event 3.2.0 drag and drop breaks text select in elements which are contenteditable
#2529118 defect Event 3.2.0 Progressive checkbox skinning example is broken (observed in 3.2.0 preview 1 release)
#2529126 defect Event 3.2.0 Focus/blur events should be configured to allow duplicate subscribers
#2528698 enhancement Event 3.2.0 Overload EventTarget::after's type param to accept an Array
#2528742 enhancement Event 3.2.0 Subscribers fired multiple times for synthetic event
#2528947 enhancement Event 3.2.0 Publish prevented/stopped information on the event facade
#2529041 defect FocusManager 3.2.0 Arrow keys don't work in text input elements contained within TabView panels
#2528346 defect General OOP: Y.aggregate doesn't correctly merge property values
#2528657 defect Get Utility 3.2.0 purge fails in IE6 if base tag is self-closing
#2528773 defect History 3.2.0 [bz 3537021] browser history: initialState returned when url fragment gets corrupted or removed
#2528787 defect History 3.2.0 Sample code is double-escaped in the Simple Navigation Bar example for History
#2528916 defect History 3.2.0 Y.History _handleFQStateChange doesn't update upcomingState
#2528922 defect History 3.2.0 [bz 3537021] browser history: initialState returned when url fragment gets corrupted or removed
#2529077 defect History 3.2.0 Synthetic hashchange event needs a few tweaks to be compatible with late-breaking event-synthetic ch...
#2529123 defect History 3.2.0 Error when initialState config is provided to the HistoryHTML5 constructor
#2528824 enhancement History 3.2.0 Base component to provide generic state management via an API similar to HTML5's dom-history
#2528825 enhancement History 3.2.0 Plugin to use traditional location hash polling/onhashchange for state management
#2528827 enhancement History 3.2.0 Compatibility plugin for full IE6/7 hashchange support via iframe
#2528828 enhancement History 3.2.0 Module to use HTML5 pushState/replaceState API for history management
#2528831 enhancement History 3.2.0 Basic history state management example
#2528834 enhancement History 3.2.0 State Manager landing page
#2528900 enhancement History 3.2.0 History Mgr: Request: Use #! instead of # before state information--makes page crawlable
#2528646 defect IO 3.2.0 Scrambled responseText in IO with { upload: true }
#2528893 defect IO 3.2.0 [Pull Request] - bug fix: don't skip remaining preset headers when a configuration header supersedes...
#2529042 enhancement IO 3.2.0 Please put a clear url as to where to find io.swf in yui-io docs
#2529039 defect JSON 3.2.0 Chrome 5 JSON.parse bug needs workaround
#2529086 defect JSON 3.2.0 Better compression in json-parse module by putting eval in a var
#2528201 defect Loader 3.2.0 use("custom_rollup", ...) doesn't resolve dependencies from rolled up modules
#2528660 defect Loader 3.2.0 YUI loader fails to load requirements defined on YUI.add() call
#2528751 defect Loader 3.2.0 value-change module can't be loaded
#2528919 defect Loader 3.2.0 [bz 3594757] default path not set properly when base path is not
#2528944 defect Loader Perf Issue: getRequires() called too often for modules using loader patterns
#2529071 defect Loader 'widget-position' does not get 'widget' (Causes a crash)
#2529036 enhancement Loader 3.2.0 documentation for Loader.addModule is missing "group"
#2528763 defect MenuNav MenuNav docs should be updated to use "yui3-" class name prefix instead of "yui-"
#2528495 defect Node [bz 3242362] Node.replaceClass bug
#2528536 defect Node 3.2.0 Node::one() and Node::all() a little broken in IE6/7. Hard to summarize.
#2528939 defect Node 3.2.0 Node API Doc mentions Y.get instead of Y.one
#2529035 defect Node 3.2.0 Input Widget fails to render in IE8
#2529068 defect Node 2 instances of YUI sharing the same node
#2529078 defect Node 3.2.0 Latest changes to non-native transitions seems to have made things a lot choppier for ScrollView
#2528890 defect NodeList NodeList instances are leaking when using Y.all
#2529079 defect NodeList 3.2.0 Y.all( window ) returns an empty NodeList
#1881675 enhancement None 3.NEXT Please split container.js into several files
#2528888 enhancement None 3.2.0 Promote Gallery YQL module to core
#2528764 enhancement Overlay 3.2.0 Allow for sections to be removed
#2528946 defect Plugin 3.2.0 Y.Plugin.Align inst has no methods
#2528952 defect Plugin onHostEvent actually uses host.after instead of host.on
#2528722 enhancement QueryString 3.3.0 Serialize arrays as multiple parameters in QueryString
#2528896 defect Slider 3.2.0 config.base default broken when yui is included using certain mixed combo urls
#2528819 defect Sortable 3.2.0 Sortable allows child div to move outside parent div
#2529061 defect Sortable 3.2.0 Sortable.destroy removes node
#2528754 enhancement Sortable 3.2.0 Sortable with nested lists
#2528761 enhancement Sortable 3.2.0 Request for Sortables to provide events from->to
#2528769 enhancement Sortable 3.2.0 Scroll Sortables
#2529063 enhancement Sortable 3.2.0 Sortable: add getOrdering method
12