Context Navigation


{16} Tickets Addressed in 3.0.0

Results (1 - 100 of 144)

12
ID Type Component Owner Resolution Summary
#2528187 defect Attribute Matt Sweeney fixed Node interface is missing the "setAttrs" method
#2528189 defect Attribute Satyen Desai fixed Attribute getter is called with undefined value, when we attempt to obtain current value on initial ...
#2528248 defect Attribute Satyen Desai fixed Attribute should test against stored state value, as opposed to massaged "getter" value, when determ...
#2528249 defect Attribute Satyen Desai fixed "type" attribute not available for Node instance augmented with Attribute
#2528223 enhancement Attribute Satyen Desai fixed State the order in which attribute change functions are called
#2527997 defect Base Satyen Desai fixed Overlay is not extendable via Y.extend or Y.Base.build
#2528099 defect Cache Jenny Donnelly fixed Cache - Adding a key with the same value increase cache size
#2528009 defect Console Luke Smith fixed Apply position: absolute only if no bounding box/ render container was provided
#2528011 defect Console Luke Smith fixed Demo container collapses under Console footer during animation in IE
#2528132 defect Console Luke Smith fixed Info on "yui-skin-sam" classname requirement is missing from YUI Console docs
#2528205 defect Console Luke Smith fixed console-filters Throws Error when box is unchecked
#2528222 defect Console Luke Smith fixed 'style' attribute overrides visible: false
#2528242 defect Console Luke Smith fixed too much recursion error
#2528007 enhancement Console Luke Smith fixed Add draggable plugin for Console
#2528157 enhancement DataSchema Jenny Donnelly fixed HTML table data source
#2528127 defect DataSource Jenny Donnelly wontfix datasource.io returns an XmlHTTPRequest as the result, but that's a backend-specific object
#2528126 defect DataSource Jenny Donnelly fixed datasource.io doesn't use the request argument
#1904593 enhancement DataSource Jenny Donnelly fixed parseXMLData should allow xpath expressions
#2528128 enhancement DataSource Jenny Donnelly fixed datasource.function doesn't allow specifying a failure instead of success
#2528256 defect Documentation/Web Site Dav Glass fixed New Syntax Highlighter needs to support horizontal scrollbars for IE6
#2528261 defect Documentation/Web Site Dav Glass fixed Some pages including new syntax highlighter result in HTTP 500 Error
#2528265 defect Documentation/Web Site Eric Miraglia fixed "beta" tag designations still needed on 3.0 main landing page
#2528258 enhancement Documentation/Web Site Eric Miraglia fixed Should forum reference in Support & Community section of YUI3 landing pages be changed to point to Y...
#2528029 defect Dom Matt Sweeney invalid creating a select element gives always selected true
#2528098 defect Dom Matt Sweeney fixed dom-base declares a requirement on event instead of oop
#2528113 defect Dom Matt Sweeney fixed Y.Color.toHex failing
#2528130 defect Dom Matt Sweeney fixed Node.setAttribute("type", "hidden") throws Error in IE8
#2528131 defect Dom Matt Sweeney fixed n.getComputedStyle('width') causes IE6 to change z-index behaviour of Node
#2528207 defect Dom Matt Sweeney fixed Node.create and DOM.create throw error in response to empty string input
#2528233 defect Dom Matt Sweeney fixed [bz 3014206] "Unspecified error" occurs during load
#2528096 defect DragDrop Dav Glass fixed proxy dragging doesn't work in the early lifecycle
#2528119 defect DragDrop Dav Glass fixed select buttons does not get focus while on dragable container
#2528124 defect DragDrop Dav Glass fixed Creating more than one dd instance on a given node errors
#2528125 defect DragDrop Dav Glass fixed Typo in constrain2node property description.
#2528140 defect DragDrop Dav Glass fixed DragDrop Proxy, IE8, wrap body of "for in" statement
#2528149 defect DragDrop Dav Glass fixed intersect drag mode doesn't behave as expected with stickX/stickY
#2528150 defect DragDrop Dav Glass fixed Drop Based Coding example has wrong constrain code
#2528166 defect DragDrop Dav Glass fixed Photo Browser example fails after event reorg
#2528170 defect DragDrop Dav Glass fixed DD.Drop needs windowresize event dependency
#2528171 defect DragDrop Dav Glass fixed Revert mouseenter/mouseleave
#2528178 defect DragDrop Dav Glass fixed Portal example is breaking
#2527998 enhancement DragDrop Dav Glass fixed Replace mouseover/out with mouseenter/leave for shim detection
#2528026 enhancement DragDrop Dav Glass fixed DDNodeScroll request for multiple nodes
#2528100 enhancement DragDrop Dav Glass fixed proxy management API for the drop event
#2528103 enhancement DragDrop Dav Glass fixed Y.Plugin.Drag could work for Widgets
#2528059 defect Event Adam Moore wontfix window.onbeforeunload not handled at all
#2527974 defect Event Todd Kloots fixed delegation will perform better using Selector.test
#2528005 defect Event Adam Moore fixed onDOMReady fails under IE when hosted by iframe
#2528022 defect Event Adam Moore fixed When the second argument of EventTarget.fire() is an object literal, it is discarded
#2528072 defect Event Adam Moore fixed Y.on(..) doesn't accept NodeList
#2528095 defect Event Adam Moore fixed Key event doesn't work without key list
#2528175 defect Event Todd Kloots fixed Two bugs in the Event delegation implementation
#2528177 defect Event Adam Moore fixed Event.detachAll with no parameters doesn't detach event
#2528184 defect Event Todd Kloots fixed Incorrect default scope applied delegated event listeners
#2528185 defect Event Todd Kloots fixed Incorrect default scope applied to mouseenter and mouseleave listeners
#2528190 defect Event Adam Moore fixed Y.on/Event.on not documented in API docs
#2528196 defect Event Adam Moore fixed Y.delegate has no effect after using Y.Event.purgeElement on a node
#2528197 defect Event Todd Kloots fixed Y.delegate has no effect on dynamically added HTML code
#2528204 defect Event Adam Moore fixed Key event example doesn't use event-key
#2528210 defect Event Adam Moore fixed detach method fails when passing in HTML element reference
#2528211 defect Event Adam Moore fixed calling detach passing in a CSS selector triggers an error
#2528220 defect Event Todd Kloots fixed Actual focus or blur DOM event listener facilitating the firing of focus or blur custom event not re...
#2528236 defect Event Adam Moore fixed Y.on returns ineffective detach handle when subscriptions are defered
#2528239 defect Event Adam Moore fixed The detach handle returned from Y.onAvailable doesn't stop the deferred code from executing
#2528263 defect Event Adam Moore fixed Event attachment on empty NodeLists throws an error
#2528049 enhancement Event Adam Moore fixed It would be cool to have mousewheel support in Event
#2528152 defect FocusManager Todd Kloots fixed Focusmanager removes focusClass when clicking on child, safari
#2528262 defect FocusManager Todd Kloots fixed activeDescendant attribute not correctly inferred from markup
#2528108 defect General Adam Moore fixed compat module makes unconditional call of YUI.use
#2528051 defect History Julien Lecomte fixed [bz 2864369] Inconsistent URI encoding of state values in FF 3.0 and 3.5
#2528198 defect History Julien Lecomte fixed IE8 Y.History doesnt work on first click
#2528060 defect IO Thomas S. Sha fixed wrong API documentation for io-queue remove method
#2528061 defect IO Thomas S. Sha fixed wrong API documentation for io-base _ioCancel method, with side effect
#2528062 defect IO Thomas S. Sha fixed io-base missing module dependence handling
#2528063 defect IO Thomas S. Sha fixed wrong use of abort method in io-upload-iframe
#2528081 defect IO Thomas S. Sha fixed remove io-xdr node depency
#2528090 defect IO Thomas S. Sha fixed io xdr strips function values from arguments object
#2528167 defect IO Thomas S. Sha fixed Serializing HTML form data not working with XDR
#2528024 enhancement IO Thomas S. Sha fixed responseXML in iframe-upload not set
#2528013 enhancement JSON Luke Smith fixed Leverage native JSON.stringify if available
#2528165 defect Loader Adam Moore fixed DD.Drop fails after event reorg
#2528280 defect Loader Adam Moore fixed console-filters requires console in Loader meta
#2528093 defect MenuNav Todd Kloots wontfix JavaScript error in IE 8 for Menu Nav
#2528281 defect MenuNav Todd Kloots fixed Clicking menu label doesn't toggle submenu display
#2528286 defect MenuNav Todd Kloots fixed Incorrect Esc key functionality in Opera
#2528065 defect MenuNav Todd Kloots expired YUI menu javascript errors
#2528122 defect Node Matt Sweeney wontfix Errors in the Node: Using Node Change Events example
#2527976 defect Node Matt Sweeney fixed Node.DEFAULT_SETTER should return the value being set
#2527988 defect Node Matt Sweeney fixed node.ancestor API docs are misleading
#2528015 defect Node Luke Smith fixed Typo on event delegation example
#2528019 defect Node Matt Sweeney fixed Wrong API documentation for Node.cloneNode
#2528030 defect Node Matt Sweeney fixed form.get('elements') doesn't work in IE
#2528068 defect Node Matt Sweeney fixed [bz 2872887] Node::query() broken for Node::create()'d nodes until inserted in DOM
#2528105 defect Node Matt Sweeney fixed Y.Node.insert does not accept Y.Node instance as argument
#2528111 defect Node Matt Sweeney fixed typo in node documentation
#2528120 defect Node Matt Sweeney fixed Node-Basic example - The displayed code does not match the actual code executing demo code.
#2528121 defect Node Matt Sweeney fixed Documentation error in the example - Node: Delegating Node Events
#2528145 defect Node Matt Sweeney fixed Node apidoc missing get/set methods
#2528155 defect Node Matt Sweeney fixed NodeList propagates context, but not additional arguments
#2528251 defect Node Matt Sweeney fixed Node type ATTR should have a getter
12