Bug Fixes for Ext Core 3.0b2
Overview
Change Log
- Ext
- Ext.DomQuery (Doc Updates)
- Ignore text nodes when searching by attribute.
- Added fix for > & / selector in Opera.
- Added fix for ~ selector.
- Ext.Element (Doc Updates)
- Deprecate getAttributeNS in favour of getAttribute.
- remove() now purges element events.
- Fix for focus() when using fly().
- Ext.Element.fx
- Fix for not setting the appropriate visibility after an effect.
- Ext.Element.insertion
- Allow DOM methods to take a string parameter.
- Fix return value for insertAfter depending on the passed parameter.
- Ext.Element.position
- Fixed an issue when using some methods with fly().
- Ext.Element.scroll (Doc Updates)
- Ext.Element.style
- Added some efficiency changes for getStyle() and setStyle().
- Ext.EventManager
- Modified Safari checks to check for Webkit.
- Add utility method for checking key handling in Webkit.
- Add check to see if the el exists in within().
- Correctly add Chrome/Safari classes.
- Ext.Ext (Doc Updates)
- Added native JSON support.
- Removed BackgroundImageCache for IE6.
- Defer runs straight away if a negative number is passed.
- Fix urlEncode ignoring certain parameters.
- Ext.Fx (Doc Updates)
- Fix parameters for slideIn.
- Some methods fixed to work with fly() correctly.
- Allow pause() and frame() to be stopped.
- Adapters
- Adapters.ext-base-ajax
- Fix Ext.lib.Ajax isCallInProgress; Add isTimeout and isAbort properties to the response object on an Ext.data.Connection failure.
- Standardize the response object to mirror the browser response.
- Adapters.ext-base-anim
- Fix references in bounceIn and bounceOut.
- Various fixes in the base animation library.
- Adapters.ext-base-anim-extra
- Fix references in bounceIn and bounceOut.
- Various fixes in the base animation library.
- Adapters.ext-base-event
- Added some fixes for mouseleave and mouseenter events.
- Add fix for removing events on DOM elements.
- Fix for IE8 upload issue.
- Force try catch block in gecko when resolving a text node.
- Ext.data
- Ext.data.Connection (Doc Updates)
- Added doFormUpload.
- Fix for disableCaching config option being ignored.
- Ext.util
- Ext.util.DelayedTask
- Simplify code here to prevent a timing issue.
- Ext.util.JSON
- Added native JSON support.
- Ext.util.Observable (Doc Updates)