Release Notes for Ext JS 3.3.2
Release Date: March 7, 2011
Current Version: 3.3.2 (rev 7373/277)
Previous Version: 3.3.1 (rev 7296/265)
Changes
Window
- Fix an issue where the window would get stuck in a dragging state if you hit the Esc key while dragging.
- Shadow will not be counted when window is constrain to it's header.
Menu
- Sub-menu item ref's will now resolve properly.
- Fix an issue where menu item timeouts weren't cleared on destruction.
Button
- Fix an issue of having ref's bubble up from menu items inside of a menu that's attached to a button.
- CycleButton's setActiveItem method now honors the suppressEvent argument.
Form/Field
- Correct issue with setValue using custom decimal separator.
- Fix issue in getValue causing updateRecord exception.
- Fix an issue with the safe parsing option, it doesn't detect all of the formats that have the hour info.
- Allow an apostrophe for the email vtype.
- Resolve an issue with forms where it doesn't try check if the response is valid json.
- CheckBox: Fixes an issue when setting a value when the inputValue is '0'.
Data
- Prevent headers from being replaced when default headers are specified in Connection.
- Fix XmlReader under IE 6.0.
- IE no longer errors when decoding empty JSON string.
- Correct issue with JsonWriter response format for create.
- Fix an issue where using the "add" option on load will cause the record to not be registered with the store.
- Fix issue with DataReader.onCreateRecords not remapping for multiple records.
- Fix issue with updateRecord not checking for null value from getValue().
Grid
- Fix issue in updateLockedWidth to allow locking area to take up the entire visible grid area.
- Fix issue with GridFilters throwing an error when locking a column from the header menu.
- Include scope in getColumnData.
- Ensure height is not negative for IE in LockingGridView.
- Added the ability to use the CellSelectionModel with the PivotGrid.
- Fix an issue when grouping views would not behave correctly when the group string contains html chars.
Date
- Added missing 'isu' chars for formatContainsHourInfo.
History
- Fixed an issue where history in non IE browsers wouldn't work when in an iframe. Also corrected an issue with getToken to normalize the tokens in Firefox.
CSS
- Add missing # for color definitions in access theme.
- Fix webkit in strict mode to correct height for .x-small-editor .x-form-text.
UX
- Calendar: Corrects issue with view not properly offsetting.
- FileUploadField: Check if rendered before resetting.
- RowEditor: Fire a canceledit event if no changes were made.
- SelectBox: Fixes issue with ux.SelectBox select event hitting twice.
- MultiSelect: Add line to use correct css styling for selected items.
Locale
- Add decimalSeparator/decimalPrecision properties to ext-lang-it.js.
Misc
- Fix broken Element.getAttribute in IE8.
- Fix invalid regular expression with new Webkit builds (escape -).
- DomQuery now supports '[', ']' in name attribute for Radio/Radiogroup form elements.
- Fix issue with IE in not preventing default events
- Fix an issue with getAttribute in IE7 on tables.
- Fix up incorrect bracketing in Element.fx.
- Added support for space-key in Ext.KeyNav.
- Fix an issue where large scrollable elements can have the not visible parts registered as a drop target.
- Improve memory cleanup in IE. (Unload for EventManager, DDCore, and SWFObject)
- Fixed a typo in the adjustPosition method.