Release Notes for Ext 3.0.3
Release Date: Oct 11, 2009
Current Version: 3.0.3 (rev 5467)
Previous Version: 3.0.2 (rev 5340)
Changes
- Ext.Button
- Added a fix for displaying large buttons in IE6/7 in strict mode.
- Modified the previous fix to a css based solution.
- Ext.CycleButton
- Added a fix for an issue where the CycleButton wouldn't work unless the menu was shown first.
- Ext.DatePicker
- Fixed an issue where setMinDate/setMaxDate and other date picker methods can't be called when the picker isn't rendered.
- Ext.Panel
- Fixed an incorrect sizing issue when using a load mask on a panel with frame: true.
- Ext.RowEditor
- Added a fix for TriggerField trigger positioning in IE6/7.
- Ext.Toolbar
- Added a fix that allows actions to be used properly with a Toolbar TextItem
- Ext.Window
- Revert focus change, it causes issues with focusing in some cases.
- Added a fix to ensure that a hidden window is destroyed correctly when calling hide.
- Ext.core.EventManager-more
- Make the useKeydown check for WebKit browsers more generic.
- Ext.data.DirectProxy
- Added a fix to stop passing parameters to direct methods even when the len is set to 0.
- Ext.dd.DDCore
- Added a fix for constrain dd objects within scrolling elements.
- Ext.filter.DateFilter
- Allow DateFilter to work with null/non date values.
- Ext.form.CheckboxGroup
- Added a fix to ensure the id of a CheckboxGroup is used in the DOM.
- Ext.form.Combo
- Added a fix so that the combo box will select the highlighted value when clicking out of the combo, to match what happens when you tab out.
- Ext.form.VTypes
- Added a fix to the url vtype regex to stop things like httpftp:// being marked as valid.
- Ext.grid.GroupingView
- Added a fix to ensure that the emptyGroupText is shown correctly.
- Ext.grid.RowSelectionModel
- Fixes a regression issue that caused multiple rows to be selected when using a RowSelectionModel with multiple selection and an editor grid.
- Ext.layout.BoxLayout
- Added a fix so that the BoxLayout will correctly parse margins defaultMargins that are specified as a string.
- Ext.layout.TableLayout
- Added a fix that allows items to be moved within a table layout. Note that insertion still isn't supported.
- Ext.menu.menus
- Added a fix for the plain style so it can be used on menus. Also updated the example to use the new config.
- Ext.structure.progress
- Added a fix for showing text in the progress bar with a background in IE7 strict mode.
- Ext.tips.ToolTip
- Added a fix to correctly show the anchor element when using showAt.
- Ext.tree.TreeLoader
- Added a fix so that createNode doesn't overwrite the loader if one is passed in the configuration.
- Ext.tree.two-trees
- Added a fix to set the dimensions on the panel. Without these set, it was causing scrolling issues in IE strict mode.
- Ext.ux.GroupTabPanel
- Added a fix that allows Group Tabs to be used inside a regular tab panel.
- Ext.ux.MultiSelect
- Added a fix to apply multi select styling on the fieldset.
- Ext.ux.ProgressBarPager
- Added a fix to allow progress bar pager to work with lazy layouts.
- Ext.ux.RowEditor
- Added a fix for setting the row editor height after showing. Also added some extra cleanup code.
- Added a fix for positioning buttons when the grid body is scrolled horizontally.
- Added a fix on the row editor that allows display text to be localized.
- xtheme-gray (css)
- Cleaned up some dangling references to ext-safari that should be ext-webkit