<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> <head> <title> Ext JS Release Notes </title> <link rel="stylesheet" type="text/css" href="welcome/release-notes.css" media="all"> </head> <body> <p> <a href="http://www.sencha.com/" id="logo" name="logo">Ext JS - JavaScript Framework</a> </p> <div id="releases"> <!-- ************************************************************************** --> <!-- When a release is made, copy the generated div below this dynamic section and then edit the queries below to adjust for the next release. --> <div class="release"> <h1>Release Notes for Ext JS 4.1.1</h1> <p class="notes"> Release Date: July 4, 2012<br> Version Number: 4.1.1 </p> <h2>Bugs Fixed</h2> <ul> <li class="component">Charts (6) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-6275</span> <span class="ticket-notes">Line chart messed up after disabling and enabling lines though legend</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6323</span> <span class="ticket-notes">Charts don't render with either constrain, or both maximum and minimum</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6324</span> <span class="ticket-notes">Problem using minimum, maximum and majorTicksSteps together</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6359</span> <span class="ticket-notes">Chart should display integers on axis</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6583</span> <span class="ticket-notes">Chart redraw on store update fails in inactive card</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6585</span> <span class="ticket-notes">Rapid clicks on pie chart causes slices to shrink or disappear</span> </li> </ul> </li> <li class="component">Core (10) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-3932</span> <span class="ticket-notes">dom.style.setExpression not implemented in IE8</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5956</span> <span class="ticket-notes">Ext.extend does not handle constructor properly using 3-argument form</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6087</span> <span class="ticket-notes">Ext.data.TreeStore CRUD regression</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6452</span> <span class="ticket-notes">Container's private floatingItems collection should be floatingDescendants</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6453</span> <span class="ticket-notes">Container-owned floating items appear at wrong level in the ComponentQuery hierarchy</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6456</span> <span class="ticket-notes">ComponentQuery :last selector fails with a single item</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6484</span> <span class="ticket-notes">Ext.AbstractManager.onAvailable listener isn't removed properly</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6499</span> <span class="ticket-notes">Reusing id's for elements recently removed from the DOM would incorrectly reference old element</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6570</span> <span class="ticket-notes">Ext.Element getStyle can throw in IE6/7 reading font styles</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6612</span> <span class="ticket-notes">Observable.resumeEvents should tolerate being called when suspendCount is zero</span> </li> </ul> </li> <li class="component">Data (6) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5253</span> <span class="ticket-notes">Ext.data.writer.Json no longer respects dateFormat</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5995</span> <span class="ticket-notes">Model field disappear when using idProperty</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6480</span> <span class="ticket-notes">loadData reading an Array uses the wrong field order to read the data items.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6523</span> <span class="ticket-notes">data.Reader will not read data where a model is included</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6545</span> <span class="ticket-notes">Can't reload buffered store after filtering</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6627</span> <span class="ticket-notes">Model.copy passes its data into the new constructor as raw which gets converted.</span> </li> </ul> </li> <li class="component">DataView (1) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-6524</span> <span class="ticket-notes">AbstractView should not cancel SPACE key event if target is an input element.</span> </li> </ul> </li> <li class="component">Documentation (3) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5148</span> <span class="ticket-notes">Ext.selection.Model documentation bug</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6187</span> <span class="ticket-notes">Grouping and locking features do not work together</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6573</span> <span class="ticket-notes">AbstractComponent.render missing in the API docs</span> </li> </ul> </li> <li class="component">Examples (4) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-6449</span> <span class="ticket-notes">Simple Tasks reminder window does not lay out when resized.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6450</span> <span class="ticket-notes">Themes example's layout expands vertical slider's element to 100% width</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6462</span> <span class="ticket-notes">Chart rendering is broken by moving its ancestors in the DOM in IE</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6717</span> <span class="ticket-notes">Combination Examples - Feed Viewer: Getting error upon clicking on any feed in the preview panel when "Hide" option is selected in the preview drop down menu.</span> </li> </ul> </li> <li class="component">Forms (15) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-6071</span> <span class="ticket-notes">The title of the MultiSelect is not displayed</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6085</span> <span class="ticket-notes">"Custom Layout " Alert message borderline is missing under "Radio Groups " in IE6 </span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6086</span> <span class="ticket-notes">labelWidth is ignored with labelAlign top</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6127</span> <span class="ticket-notes">TextField emptyText cannot be entered as the value</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6160</span> <span class="ticket-notes">Ext.form.field.Time does not initialize value correctly</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6227</span> <span class="ticket-notes">Adding a new field to a form layout fails on IE</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6311</span> <span class="ticket-notes">Time field clears value on blur.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6371</span> <span class="ticket-notes">Fields with labelAlign top need to not make label its own row - causes too many problems</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6402</span> <span class="ticket-notes">DisplayField doesn't update size after a value change</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6416</span> <span class="ticket-notes">Calling setText on unrendered TextField does not work</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6445</span> <span class="ticket-notes">standardSubmit: true is broken for forms with params</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6478</span> <span class="ticket-notes">Ext.form.BasicForm fails to correctly read the response of a file upload</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6568</span> <span class="ticket-notes">HtmlEditor leaks memory on window unload in IE6/7</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6579</span> <span class="ticket-notes">HtmlEditor contents are cleared by initial Ext.example.msg</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6594</span> <span class="ticket-notes">enforceMaxLength with no maxLength in textfield allows only one char</span> </li> </ul> </li> <li class="component">Grid (18) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5343</span> <span class="ticket-notes">Lockable views do not handle drag between two sides well or dragging of or between group headers.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6075</span> <span class="ticket-notes">Checkbox selection model's header checkbox not in sync if records are added/removed</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6242</span> <span class="ticket-notes">Grid row editor does not close when record being edited is removed</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6264</span> <span class="ticket-notes">Grid filter range menu iconCls conflicts with Panel iconCls - rename to itemIconCls</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6419</span> <span class="ticket-notes">Grid Filters JS error when click on any column header after filtering Date and swap columns </span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6420</span> <span class="ticket-notes">Grid row heights aren't synced in locked grid on IE9 standards.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6421</span> <span class="ticket-notes">Locking grid headers misplaced after column hide</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6440</span> <span class="ticket-notes">BorderLayout: collapsed GridPanel on south looks inconsistent after expand</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6463</span> <span class="ticket-notes">Infinite grid alignment is skewed by presence of group headers</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6477</span> <span class="ticket-notes">Arrow keys become unresponsive when arrowing through records in a buffered grid</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6481</span> <span class="ticket-notes">Firefox 13 new default smooth scrolling leads to very slow grid scrolling</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6482</span> <span class="ticket-notes">Grid RowExpander is not reinserted after reconfigure</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6509</span> <span class="ticket-notes">Using getEditor on a grid column creates an orphaned component resulting in a memory leak</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6531</span> <span class="ticket-notes">Grid reconfigure fails with hideHeaders</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6546</span> <span class="ticket-notes">PagingScroller onCacheClear assumes view is rendered</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6584</span> <span class="ticket-notes">Cell editing in locked grid causes JS error</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6644</span> <span class="ticket-notes">CellSelectionModel selects the wrong cell in a locked grid</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6718</span> <span class="ticket-notes">Tab key causes error when cell editing with row selection model</span> </li> </ul> </li> <li class="component">Layouts (5) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5131</span> <span class="ticket-notes">ShrinkWrap layouts can fail with constrained widths / heights</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6041</span> <span class="ticket-notes">In IE8/9 "strict" mode, Box layout's perpendicular overflow does not work</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6049</span> <span class="ticket-notes">Auto-width grid in vbox stretches to 10,000px</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6369</span> <span class="ticket-notes">Closing floated/collapsed panel in border layout causes JS error</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6528</span> <span class="ticket-notes">Ext.layout.container.BoxOverflow.Menu.destroy throws Exception</span> </li> </ul> </li> <li class="component">Menu (1) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-6386</span> <span class="ticket-notes">Picking a date doesn't work when Date field inside Menu</span> </li> </ul> </li> <li class="component">Misc (2) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-6348</span> <span class="ticket-notes">Drag-drop on invalid dropzone leaves no focus</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6510</span> <span class="ticket-notes">IE 6 nonsecure items warning when using Ext.History</span> </li> </ul> </li> <li class="component">Panel (4) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5149</span> <span class="ticket-notes">"mini" collapseMode in border layout doesn't seem to work</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6372</span> <span class="ticket-notes">Multiple issues with Panel.setBodyStyle</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6373</span> <span class="ticket-notes">Specifying Panel header config and closable: true causes error</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6448</span> <span class="ticket-notes">Left and right aligned headers in panel drag are not layed out properly</span> </li> </ul> </li> <li class="component">Theme (2) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-6163</span> <span class="ticket-notes">SplitButton with arrowAlign bottom and Gray theme - CSS issue on mouse over</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6425</span> <span class="ticket-notes">Sass function theme-background-image throws exception without a return value and css doesn't compile</span> </li> </ul> </li> <li class="component">Toolbars (2) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-6251</span> <span class="ticket-notes">Toolbar defaults override single item settings</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6451</span> <span class="ticket-notes">Form fields clone in overflow menu of toolbar do not sync the original field value</span> </li> </ul> </li> <li class="component">Tree (9) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5248</span> <span class="ticket-notes">Ext.data.TreeStore setting the root property in the proxy doesn't work</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6005</span> <span class="ticket-notes">Ext.data.TreeStore with Ext.data.proxy.Rest does not pass ids correctly</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6302</span> <span class="ticket-notes">NodeInterface qtip and qtitle not updated</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6417</span> <span class="ticket-notes">tree.selectPath(tree.getRootNode().getPath()) doesn't select</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6418</span> <span class="ticket-notes">Folder keeps displaying collapse button after all leaves are dragged away</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6443</span> <span class="ticket-notes">expandable: false has no effect in tree grid</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6473</span> <span class="ticket-notes">Spacebar not toggling checkbox state in TreePanel</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6554</span> <span class="ticket-notes">Tree view refresh event is fired before the render event</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6580</span> <span class="ticket-notes">Tree node parentId doesn't respect useNull</span> </li> </ul> </li> <li class="component">Window (6) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5889</span> <span class="ticket-notes">Dragging a header-constrained window below Viewport bottom scrolls the Viewport</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6033</span> <span class="ticket-notes">Ext.window.Window fire incorrect events when maximized/restored</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6234</span> <span class="ticket-notes">Constrained window in a border layout is displaying at wrong location.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6297</span> <span class="ticket-notes">Constraining a window to a panel using the "constrain" config does not work when "autoShow" is true</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6397</span> <span class="ticket-notes">Form submit with waitMsg:'string' called from Window focuses the Window which hides any MessageBox</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6547</span> <span class="ticket-notes">Window is not closed on Esc</span> </li> </ul> </li> Total: 94</ul> <h2>Known Issues</h2> <ul> <li class="component">Animation (1) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5487</span> <span class="ticket-notes">accordion animation doesn't always complete if you click frequently</span> </li> </ul> </li> <li class="component">Charts (1) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5108</span> <span class="ticket-notes">can't create label for type area series</span> </li> </ul> </li> <li class="component">Core (1) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-4942</span> <span class="ticket-notes">Element#tgetWidth() returns an incorrect result for naturally widthed absolutely positioned elements in some cases.</span> </li> </ul> </li> <li class="component">Data (4) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-3316</span> <span class="ticket-notes">Ext.ux.grid.FiltersFeature cannot restore state</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4319</span> <span class="ticket-notes">Use a parameter other than 'id' for server calls</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4335</span> <span class="ticket-notes">Duplicate records when calling sync() on a autoSync store</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4372</span> <span class="ticket-notes">Grid Filtering Example: Bug with database return packet</span> </li> </ul> </li> <li class="component">Documentation (2) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-4296</span> <span class="ticket-notes">Ext JS 4 and Sencha Touch Docs examples fail on Chromebook, can't use Example viewer, ReferenceError: Ext is not defined</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5156</span> <span class="ticket-notes">Update documentation that fields (id,text,leaf) are expected</span> </li> </ul> </li> <li class="component">Examples (1) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5997</span> <span class="ticket-notes">Tabs: Group Tabs:Form Layout UI get truncated on IE6</span> </li> </ul> </li> <li class="component">Forms (3) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-2081</span> <span class="ticket-notes">Issue with "Bullet list" in the form widget editor</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-2425</span> <span class="ticket-notes">HTMLEditor corrupted when changing background color of selection</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5484</span> <span class="ticket-notes">Ext.form.field.File buttons don't get the mouse over effect that buttons do</span> </li> </ul> </li> <li class="component">Grid (6) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-4091</span> <span class="ticket-notes">Grid filters: initial value can be set, but it is not applied</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4954</span> <span class="ticket-notes">Store Grouping Not Cleared Properly</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5125</span> <span class="ticket-notes">FiltersFeature - Updating column header class when using a column group</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5595</span> <span class="ticket-notes">Last selected row maintains selection after unchecked on column sort</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5607</span> <span class="ticket-notes">Grid: getEditorParent is ignored - nested cell editing is not possible</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5922</span> <span class="ticket-notes">Infinite grid and grouping feature do not work together</span> </li> </ul> </li> <li class="component">Layouts (3) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-3704</span> <span class="ticket-notes">Ext.layout.container.Box: wrong children margins if using CSS rules</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4768</span> <span class="ticket-notes">Border Layout : regions overlap when size (or size constraint) won't allow all regions to fit container</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6006</span> <span class="ticket-notes">Desktop example: Layout problem using Safari / Chrome</span> </li> </ul> </li> <li class="component">Misc (5) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-4545</span> <span class="ticket-notes">Kitchen Sink - Basic Tabs : By default tab headers are not displaying in Basic tabs.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4937</span> <span class="ticket-notes">Combination Examples : Web Desktop : Notepad :Displaying errors in error console upon double clicking on empty space in the note pad.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5130</span> <span class="ticket-notes">Neptune theme missing resources</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5254</span> <span class="ticket-notes"> HTMLEditor.insertAtCursor issues in "Source Edit"; mode</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6106</span> <span class="ticket-notes">[4.1.0] Localizing issues</span> </li> </ul> </li> <li class="component">Panel (3) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5488</span> <span class="ticket-notes">Panel collapse/expand behavior not as expected when called on hidden panel</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5489</span> <span class="ticket-notes">preventHeader not honored when panel is programmatically collapsed.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5544</span> <span class="ticket-notes">Intermittent issue with collapseOnDblClick set to true on IE</span> </li> </ul> </li> <li class="component">Tabs (2) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-3625</span> <span class="ticket-notes">TabPanel: defaults: closable true not configurable</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4421</span> <span class="ticket-notes">x-tab-top-over never inserted into any element</span> </li> </ul> </li> <li class="component">Tree (2) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-4243</span> <span class="ticket-notes">Synchronous loading fails if async loading of same class is on going</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5075</span> <span class="ticket-notes"> NodeInterface "deep" copy only copies a single level</span> </li> </ul> </li> Total: 34</ul> </div> <!-- Paste release notes after a release below here... --> <!-- ************************************************************************** --> <div class="release"> <h1>Release Notes for Ext JS 4.1.1 RC 2</h1> <p class="notes"> Release Date: June 13, 2012<br> Version Number: 4.1.1 RC 2 </p> <h2>Bugs Fixed</h2> <ul> <li class="component">Button (2) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-6139</span> <span class="ticket-notes">Button retains the focused state after disabling and enabling</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6329</span> <span class="ticket-notes">Config html of Button not working</span> </li> </ul> </li> <li class="component">Charts (2) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-6077</span> <span class="ticket-notes">Layouts cause Charts to (re)animate</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6224</span> <span class="ticket-notes">Chart export hard codes sencha.io</span> </li> </ul> </li> <li class="component">Core (11) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5767</span> <span class="ticket-notes">return false from beforerender throws exception</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5944</span> <span class="ticket-notes">Ext.onReady with delay option hangs up a browser</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6055</span> <span class="ticket-notes">onReady does not work in an iframe in IE8 when parent is a different domain</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6056</span> <span class="ticket-notes">Problems with Component previousNode</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6124</span> <span class="ticket-notes">Loader calls Ext globalEval with code that breaks when IE cc_on</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6137</span> <span class="ticket-notes">Element slideIn tr anchor doesn't work as expected.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6185</span> <span class="ticket-notes">getPosition on floating Components with parent Container always returns container-relative position</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6196</span> <span class="ticket-notes">calling showAt on a component does not fire the 'show' event.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6199</span> <span class="ticket-notes">DomQuery fails with dots in the element id</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6273</span> <span class="ticket-notes">EventManager does not return listener response</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6319</span> <span class="ticket-notes">Ext.onReady sometimes fails in an iframe in IE when parent is in a different domain</span> </li> </ul> </li> <li class="component">Data (3) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-6298</span> <span class="ticket-notes">Ext.data.Tree.flatten duplicates Ext.Object.getValues</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6305</span> <span class="ticket-notes">Model instance shared if proxy subclass specifies a reader config object</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6306</span> <span class="ticket-notes">Model's Id field not defined after sync in TreeStore</span> </li> </ul> </li> <li class="component">DataView (1) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-6019</span> <span class="ticket-notes">When deferInitialRefresh is false, the arrival of the data still causes a second layout run</span> </li> </ul> </li> <li class="component">Documentation (2) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5558</span> <span class="ticket-notes">refs config not in API documentation</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6179</span> <span class="ticket-notes">pruneRemoved on Ext.selection.Model should not be private</span> </li> </ul> </li> <li class="component">Events (1) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-6320</span> <span class="ticket-notes">Listener tracking is broken when removing non-existent listener</span> </li> </ul> </li> <li class="component">Examples (1) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-6413</span> <span class="ticket-notes">Tabs : Basic Tabs: Clicking on �Event Tab� for first time, displaying the tab's content with border line</span> </li> </ul> </li> <li class="component">Forms (17) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5298</span> <span class="ticket-notes">Ext.form.Panel does not respect inherited properties when creating the BasicForm</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5962</span> <span class="ticket-notes">Dragging mouse off the right over a form scrolls content out of view in WebKit</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6121</span> <span class="ticket-notes">TimeField submit format not using 24 hour format</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6142</span> <span class="ticket-notes">Form field with incorrect width on validation, if msgTarget: 'side'</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6143</span> <span class="ticket-notes">Ext.form.field.Number: Spinner field sometimes fires 2 spin events</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6173</span> <span class="ticket-notes">Field not destroyed after form is closed</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6176</span> <span class="ticket-notes">Forms : File uploads : "File upload" window is not opening upon clicking on "photo" text field.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6184</span> <span class="ticket-notes">Labelable: getFieldLabel should implement same logic as the setter as regards label separator</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6198</span> <span class="ticket-notes">Fields within Field Container don't resize properly</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6255</span> <span class="ticket-notes">TextAarea ignores "cols" attribute</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6258</span> <span class="ticket-notes">Combobox forceSelection clears the value if there is no match</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6277</span> <span class="ticket-notes">MsgBox header components are not placed properly in IE</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6278</span> <span class="ticket-notes">Trigger button does not look disabled on a disabled ComboBox</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6281</span> <span class="ticket-notes">Store filter from combobox remains after combo is destroyed and store is reused</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6303</span> <span class="ticket-notes">HtmlEditor destroy generates errors</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6340</span> <span class="ticket-notes">Measurement of triggerWidth does not work correctly with scopedResetCSS</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6361</span> <span class="ticket-notes">File upload field browse button does not properly re-enable after the field has been disabled in Internet Explorer</span> </li> </ul> </li> <li class="component">Grid (29) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5934</span> <span class="ticket-notes">Infinite Grid does not clear page cache when grouping changes</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6001</span> <span class="ticket-notes">Error in Ext.grid.plugin.Editing if no cell is active</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6025</span> <span class="ticket-notes">CellEditing plugin does not refocus edited cell when completing an edit</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6037</span> <span class="ticket-notes">When groups are rendered initially collapsed using startCollapsed, they cannot be expanded.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6050</span> <span class="ticket-notes">Grid Group's groupHeaderTpl does not have parent param</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6070</span> <span class="ticket-notes">Row positions issue on vertical scroll and sorting</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6107</span> <span class="ticket-notes">Grid Column Sort Indicator Problem</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6115</span> <span class="ticket-notes">RowEditing uses wrong record if startEdit is called while already editing a record</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6117</span> <span class="ticket-notes">Locked column in infinite grid causes rows to disappear on page refresh</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6122</span> <span class="ticket-notes">Editing a Grid and then reloading its Data causes error</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6123</span> <span class="ticket-notes">Wrong grid panel height on layout change</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6135</span> <span class="ticket-notes">Scrolling and Rendering Bug in Grid Grouping with Summary example</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6157</span> <span class="ticket-notes">Grid Row Editor's Update button is not always enabled/disabled properly</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6164</span> <span class="ticket-notes">ProgressBar Pager fails when clicking on left edge of the progress bar.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6171</span> <span class="ticket-notes">RowEditor in tab panel does not show editors properly when tab is hidden</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6186</span> <span class="ticket-notes">ActionColumn icon not updating in Grid or TreeGrid</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6194</span> <span class="ticket-notes">removeAll on buffered grid causes error in cancelAllPrefetches</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6197</span> <span class="ticket-notes">ActionColumn appearance does not change when disabled</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6228</span> <span class="ticket-notes">Column Group uses wrong config "restrictColumnReorder" - should be "sealedColumns"</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6232</span> <span class="ticket-notes">Grid column resizers are not aligned correctly</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6259</span> <span class="ticket-notes">Infinite Grid with Grouping. Groups should not be collapsible.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6313</span> <span class="ticket-notes">Large jumps in infinite grid sometimes prune a required page from the buffered store</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6337</span> <span class="ticket-notes">Gridview fails to render properly if initial refresh occurs before view is rendered</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6347</span> <span class="ticket-notes">Grid Column Tooltip not supported as it was in v3</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6364</span> <span class="ticket-notes">Cell editing with RowSelection model causes JS error on endEdit</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6414</span> <span class="ticket-notes">Grid / Infinite Scrolling with remote filtering / Load masking is displaying and not able to search for the second time </span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6422</span> <span class="ticket-notes">Row Editor throws an error when the grid has a checkbox selection model</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6436</span> <span class="ticket-notes">RowEditor does not sync when grid columns dragged to reorder.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6461</span> <span class="ticket-notes">Sort is broken on Remote Summary Grid</span> </li> </ul> </li> <li class="component">Layouts (9) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5167</span> <span class="ticket-notes">Box layout (toolbar) overflow button does not work twice</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5562</span> <span class="ticket-notes">Horizontal scrollbar not visible when set to overflow in hbox layout</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5806</span> <span class="ticket-notes">Box layout fails to respect width and height percentages</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5935</span> <span class="ticket-notes">Error removing item afterRender: ownerContext.target.ownerLayout not defined</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5939</span> <span class="ticket-notes">Adding a new Checkbox to a CheckboxGroup fails on IE</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5990</span> <span class="ticket-notes">Layout failure with fieldset in vbox</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6129</span> <span class="ticket-notes">Collapsed fieldset does not resize parent when opened</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6158</span> <span class="ticket-notes">Percentage size does not work for floating components like Window</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6428</span> <span class="ticket-notes">Accordion with single item throws JS error in onComponentCollapse</span> </li> </ul> </li> <li class="component">MVC (1) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-6162</span> <span class="ticket-notes">Ext.application.init() is never invoked</span> </li> </ul> </li> <li class="component">Menu (2) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-6254</span> <span class="ticket-notes">Can't edit textfields properly when placed in a Menu</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6321</span> <span class="ticket-notes">Menu subclass doesn't inherit scrolling functionality</span> </li> </ul> </li> <li class="component">Misc (11) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-6100</span> <span class="ticket-notes">.sass-cache included in extjs pachage</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6170</span> <span class="ticket-notes">Ext.DomHelper's 'confRe' matches substrings while it shouldn't</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6193</span> <span class="ticket-notes">DragDropManager.fireEvents - wrong parameters calling onInvalidDrop</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6208</span> <span class="ticket-notes">Traditional Chinese localization does not display properly for days of the week in IE</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6226</span> <span class="ticket-notes">Draw component does not auto-size correctly with no content</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6253</span> <span class="ticket-notes">Scoped css doesn't work well for filtering and date picker</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6287</span> <span class="ticket-notes">Flash Component disregards WMODE transparent</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6304</span> <span class="ticket-notes">Ext.menu.DatePicker select triggered twice</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6335</span> <span class="ticket-notes">DatePicker's native tip occludes "Today" button's QuickTip</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6407</span> <span class="ticket-notes">AbstractContainer overrides enable/disable without returning this</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6412</span> <span class="ticket-notes">Grids :Grouping Grid:The �Name� column check box is not displaying </span> </li> </ul> </li> <li class="component">Panel (6) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-4144</span> <span class="ticket-notes">Collapsible FormPanel collapsible direction [right] issue</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4268</span> <span class="ticket-notes">Panel does not respect animCollapse: false in placeholder collapseMode (border layout)</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5351</span> <span class="ticket-notes">Inconsistency on closing tabpanel items</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5456</span> <span class="ticket-notes">Layout changes inside a collapsed panel in a border layout creates extra panel header</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6148</span> <span class="ticket-notes">Calling removeDocked on a panel with no border throws exception</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6178</span> <span class="ticket-notes">Expanding a panel restores wrong size if size changed while collapsed</span> </li> </ul> </li> <li class="component">Tabs (2) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-6237</span> <span class="ticket-notes">When labelAlign='top' and errorAlign='side', invalidation causes incorrect field width</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6272</span> <span class="ticket-notes">Tab text centering stops working in IE8 after dynamically adding tab</span> </li> </ul> </li> <li class="component">Theme (2) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-6188</span> <span class="ticket-notes">Toolbar margin variables don't have !default flags</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6282</span> <span class="ticket-notes">Sass bug in _frame.scss when $radius === 10</span> </li> </ul> </li> <li class="component">ToolTips (1) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-6221</span> <span class="ticket-notes">Canceling tooltip in beforeshow causes subsequent problems</span> </li> </ul> </li> <li class="component">Toolbars (4) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5933</span> <span class="ticket-notes">Toolbar reorderer stops during drag on IE</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6251</span> <span class="ticket-notes">Toolbar defaults override single item settings</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6271</span> <span class="ticket-notes">Programmatically set label in bbar is not visible until browser is resized</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6279</span> <span class="ticket-notes">tbseparator incorrectly inherits border from toolbar</span> </li> </ul> </li> <li class="component">Tree (9) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-3571</span> <span class="ticket-notes">Two TreePanel behave wrongly when sharing a store</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4918</span> <span class="ticket-notes">Tree expand all / collapse all buggy behavior</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5992</span> <span class="ticket-notes">Tree expandAll/collapseAll does not always descend fully</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6136</span> <span class="ticket-notes">TreePanel loadMask cannot be rebound to a different mask</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6286</span> <span class="ticket-notes">Ext.ux.CheckColum does not work with a Tree</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6302</span> <span class="ticket-notes">NodeInterface qtip and qtitle not updated</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6330</span> <span class="ticket-notes">TreeStore root node does not always have an id</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6344</span> <span class="ticket-notes">Uncaught TypeError: Cannot read property 'dom' of null</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6357</span> <span class="ticket-notes">TreeStore listeners are not cleaned up</span> </li> </ul> </li> <li class="component">Window (2) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-3779</span> <span class="ticket-notes">Message Box Dialog - Page is grayed out and not allowed to update the page when quickly double-clicking on Icon Show button. </span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5905</span> <span class="ticket-notes">JS error when creating LoadMask bound to a Window</span> </li> </ul> </li> Total: 118</ul> </div> <div class="release"> <h1>Release Notes for Ext JS 4.1.1 RC 1</h1> <p class="notes"> Release Date: May 15, 2012<br> Version Number: 4.1.1 RC 1 </p> <h2>Bugs Fixed</h2> <ul> <li class="component">Button (3) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5964</span> <span class="ticket-notes">Buttons do not show 'pressing' animation when clickEvent is 'mousedown'</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5989</span> <span class="ticket-notes">Changing text in some buttons does not layout properly in Chrome 16+</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6109</span> <span class="ticket-notes">Button contents are cut off when using scoped CSS</span> </li> </ul> </li> <li class="component">Charts (3) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5981</span> <span class="ticket-notes">Bound of Area Series incorrectly calculated.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6074</span> <span class="ticket-notes">Column chart with all zero data renders poorly and throws css warnings</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6088</span> <span class="ticket-notes">Pie chart is broken after resize</span> </li> </ul> </li> <li class="component">Core (1) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-6052</span> <span class="ticket-notes">DragZone determines wrong target el causing subsequent JS error</span> </li> </ul> </li> <li class="component">Data (4) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5988</span> <span class="ticket-notes">Falsy Ext.data.Operation id property lost during Ext.data.Request creation.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5993</span> <span class="ticket-notes">Ext 4.1 RC3 HasOne Assocation Bug</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6024</span> <span class="ticket-notes">Problem in extending from a model with associations</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6063</span> <span class="ticket-notes">Ext.data.Store.add() behave inconsistently when groupField is used</span> </li> </ul> </li> <li class="component">DataView (2) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-6082</span> <span class="ticket-notes">Hidden data view breaks when updating</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6110</span> <span class="ticket-notes">Ext.view.AbstractView indexOf throws error if argument is invalid or null</span> </li> </ul> </li> <li class="component">Documentation (1) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-6112</span> <span class="ticket-notes">Errors and omissions in the MVC Application Architecture guide</span> </li> </ul> </li> <li class="component">Events (1) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5983</span> <span class="ticket-notes">beforerender event not fired for Viewport (or component with configured 'el')</span> </li> </ul> </li> <li class="component">Examples (1) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-6045</span> <span class="ticket-notes">GroupTabPanel ux bug - Missing lower rounded corner</span> </li> </ul> </li> <li class="component">Forms (10) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5389</span> <span class="ticket-notes">TextArea marks form as dirty</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5458</span> <span class="ticket-notes">Delete key does not work for textfield (email vtype) in Opera 11</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5965</span> <span class="ticket-notes">TextField placeholder text shifts up by 1 pixel on focus</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5994</span> <span class="ticket-notes">FieldSet label component is not available before render</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6016</span> <span class="ticket-notes">MultiSelect / ItemSelector : "Clear" and "Reset" Buttons are not working when all items are dragged to right panel in Item Selector Table.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6054</span> <span class="ticket-notes">Spinner setReadOnly does not hide triggers</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6065</span> <span class="ticket-notes">TextArea special keys stop working at maxLength with enfornceMaxLength on</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6081</span> <span class="ticket-notes">A HiddenField occupies visible space in the form</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6104</span> <span class="ticket-notes">Slider readOnly has no effect</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6134</span> <span class="ticket-notes">Labelable insertion templates do not have access to component id</span> </li> </ul> </li> <li class="component">Grid (5) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5984</span> <span class="ticket-notes">[4.1 RC3] Grouping expand() not working</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6057</span> <span class="ticket-notes">Calling Ext.grid.Panel.reconfigure before rendering causes error</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6066</span> <span class="ticket-notes">Grid does not always show its loadmask properly</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6083</span> <span class="ticket-notes">scope has no effect on actioncolumn</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6092</span> <span class="ticket-notes">Grid header Container getVisibleHeaderClosestToIndex does not check previous only next</span> </li> </ul> </li> <li class="component">Layouts (5) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5797</span> <span class="ticket-notes">Autosized tooltips are not layed out correctly</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5806</span> <span class="ticket-notes">Box layout fails to respect width and height percentages</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5861</span> <span class="ticket-notes">Fit layout does not adjust sizes based on autoScroll triggered by minHeight</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6026</span> <span class="ticket-notes">Splitters in HBox layouts have no height</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6042</span> <span class="ticket-notes">getPosition method doesn't return page coordinate</span> </li> </ul> </li> <li class="component">Menu (1) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-6035</span> <span class="ticket-notes">Menu destroy method can cause JS error on keyNav</span> </li> </ul> </li> <li class="component">Misc (1) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5982</span> <span class="ticket-notes">Stacked bar/column chart leave a ghost shadow when all items are hidden</span> </li> </ul> </li> <li class="component">Panel (2) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5716</span> <span class="ticket-notes">Panels with min/max constraints misbehave in a box layout with stretchmax</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5916</span> <span class="ticket-notes">Problem with Panel.setTitle without header</span> </li> </ul> </li> <li class="component">Tree (3) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-6051</span> <span class="ticket-notes">4.1 Grid to Tree DnD not working any more</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6076</span> <span class="ticket-notes">Changing TreeStore's defaultRootProperty breaks the tree</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-6113</span> <span class="ticket-notes">TreeGrid is not repainted after the vertical scroll bar disappears</span> </li> </ul> </li> <li class="component">Window (1) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-6048</span> <span class="ticket-notes">Frame: true should not cause a window to display badly</span> </li> </ul> </li> Total: 44</ul> </div> <div class="release"> <h1>Release Notes for Ext JS 4.1.0</h1> <p class="notes"> Release Date: April 20, 2012<br> Version Number: 4.1.0 </p> <h2>Bugs Fixed</h2> <ul> <li class="component">Charts (2) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5657</span> <span class="ticket-notes">Charts : Grouped Bar :Displaying Js error upon clicking on "Legends" in the "grouped bar" chart on IE9</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5954</span> <span class="ticket-notes">Simple Area Chart Not Working in 4.1RCx</span> </li> </ul> </li> <li class="component">Core (4) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5811</span> <span class="ticket-notes">Elements can't fadeIn() after fadeOut()</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5846</span> <span class="ticket-notes">Component id's starting with non-word characters cause JS errors</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5902</span> <span class="ticket-notes">Draggable and resizable images leave resize handlers at start point when moved</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5958</span> <span class="ticket-notes">Ext.Error toString not including the method name</span> </li> </ul> </li> <li class="component">Data (5) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-4957</span> <span class="ticket-notes">Inconsistent signature for the Store 'datachanged' event</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5809</span> <span class="ticket-notes">Model fields are set to undefined or defaultValue when they should not be updated</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5862</span> <span class="ticket-notes">Dependency on Writer from Proxy causes JS error</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5877</span> <span class="ticket-notes">Store modifies the value of inline data config option</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5945</span> <span class="ticket-notes">Ext.data.Model getFields returns undefined</span> </li> </ul> </li> <li class="component">DataView (1) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5831</span> <span class="ticket-notes">Floatable TreePanel in West Border of Viewport has two left hand borders</span> </li> </ul> </li> <li class="component">Draw (1) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5904</span> <span class="ticket-notes">Surface.removeAll - fails to remove items from groups</span> </li> </ul> </li> <li class="component">Events (3) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5193</span> <span class="ticket-notes"> Resize event is not fired for custom form field</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5815</span> <span class="ticket-notes">Error using a mixin that itself has Ext.util.Observable as a mixin</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5844</span> <span class="ticket-notes">Events: option.target has been removed from 4.x</span> </li> </ul> </li> <li class="component">Examples (2) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5948</span> <span class="ticket-notes">Ext.ux.form.ItemSelector does not work with asynchronous loading (proxy) in ItemSelector example </span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5949</span> <span class="ticket-notes">RC3: Ext.ux.form.ItemSelector.bindStore() method non-functioning</span> </li> </ul> </li> <li class="component">Forms (8) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-4978</span> <span class="ticket-notes">Forms - Dynamic Forms : Unable to access Form 1, Form 2 & Form 5 when clicked on expand/collapse button and and pressed the tab key</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5242</span> <span class="ticket-notes">DisplayField does not respect fieldStyle</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5826</span> <span class="ticket-notes">Validation of timefield is not correct in Chinese.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5827</span> <span class="ticket-notes">Work day is corrupt in Spanish date input</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5832</span> <span class="ticket-notes">Recreating an HtmlEditor makes it unable to be focused until ENTER is pressed</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5906</span> <span class="ticket-notes">Can't create trigger field outside of onReady</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5937</span> <span class="ticket-notes">CheckboxGroup has incorrect column loop</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5955</span> <span class="ticket-notes">Ext.form.Labelable uses a CSS class without baseCSSPrefix</span> </li> </ul> </li> <li class="component">Grid (4) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5457</span> <span class="ticket-notes">Grid infinite scroll: no last elements, no return to first elements</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5847</span> <span class="ticket-notes">Ext.ux.grid.FiltersFeature removes dynamically added filters</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5894</span> <span class="ticket-notes">GroupingSummary returns '\u00a0' when sum is equal 0</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5953</span> <span class="ticket-notes">TemplateColumn not updated dynamically</span> </li> </ul> </li> <li class="component">Layouts (2) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5562</span> <span class="ticket-notes">Horizontal scrollbar not visible when set to overflow in hbox layout</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5941</span> <span class="ticket-notes">Resizable Components in Absolute layouts get misplaced.</span> </li> </ul> </li> <li class="component">MVC (1) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-4202</span> <span class="ticket-notes">Problem with building when MVC app has a custom directory structure</span> </li> </ul> </li> <li class="component">Menu (1) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5804</span> <span class="ticket-notes">Menu onClick does not fire in all cases</span> </li> </ul> </li> <li class="component">Misc (4) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5134</span> <span class="ticket-notes">Miscellaneous - Panels : "Masked Panel with a really long title" panel's UI is disturbed when clicked more than twice on expand/ collapse button</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5501</span> <span class="ticket-notes">Ext.Date.format breaks on wrong input</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5899</span> <span class="ticket-notes">Combination Examples:Ext JS Calendar:Displaying js error while creating the new event with empty date field.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5967</span> <span class="ticket-notes">ElementLoader - inconsistent API (?)</span> </li> </ul> </li> <li class="component">Panel (1) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5959</span> <span class="ticket-notes">Panel with collapseFirst: false and closable does not display collapse tool button</span> </li> </ul> </li> <li class="component">Tabs (2) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5099</span> <span class="ticket-notes">Tabs - Advanced Tabs : Tabs are added without close button when clicked on "Add Closable Tab" button</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5857</span> <span class="ticket-notes">TabPanel children don't fire the close event</span> </li> </ul> </li> <li class="component">Theme (1) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-3712</span> <span class="ticket-notes">TabBar background is blue in the gray theme</span> </li> </ul> </li> <li class="component">Tree (2) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5908</span> <span class="ticket-notes">Fast clicks in Tree can lead to duplication of entries</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5952</span> <span class="ticket-notes">Allow NodeInterface.decorate to expect a record instance for backward compatibility</span> </li> </ul> </li> <li class="component">Window (1) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5897</span> <span class="ticket-notes">Window's title will not display in IE6/7/8 when it was dragging</span> </li> </ul> </li> Total: 45</ul> </div> <div class="release"> <h1>Release Notes for Ext JS 4.1.0 RC 3</h1> <p class="notes"> Release Date: April 10, 2012<br> Version Number: 4.1.0 RC 3 </p> <h2>Bugs Fixed</h2> <ul> <li class="component">Button (1) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5802</span> <span class="ticket-notes">setIconCls() does not update the icon from within a beforerender listener</span> </li> </ul> </li> <li class="component">Charts (2) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5816</span> <span class="ticket-notes">Missing requires in Ext.chart.axis.Numeric</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5852</span> <span class="ticket-notes">Stacked Bar Chart shadow/border ghosts on redraw</span> </li> </ul> </li> <li class="component">Core (4) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5819</span> <span class="ticket-notes">syncRequire callback scope broken</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5858</span> <span class="ticket-notes">Ext.LoadMask destroy() method not hiding the mask</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5873</span> <span class="ticket-notes">frameSize property undefined when CSS3 framing is used.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5886</span> <span class="ticket-notes">htmlEncode returns apos which is incompatible with IE</span> </li> </ul> </li> <li class="component">Data (2) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5798</span> <span class="ticket-notes">Reader should use current fields if metadata does not include a fields array</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5823</span> <span class="ticket-notes">Remote sort from a buffered store fails on small data sets.</span> </li> </ul> </li> <li class="component">Examples (3) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5788</span> <span class="ticket-notes">Simple tasks : Two "Dismiss" buttons are displaying in reminder popup.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5789</span> <span class="ticket-notes">Simple tasks : "OK" button is not working in the "Set Default Reminder Time" pop-up.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5791</span> <span class="ticket-notes">Simple Tasks : Not able to unhide the columns once all possible columns are hidden</span> </li> </ul> </li> <li class="component">Forms (5) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5554</span> <span class="ticket-notes">Issue with date format in Spanish locale.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5774</span> <span class="ticket-notes">Bug in set focus on IE</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5782</span> <span class="ticket-notes">htmleditor in tab panel breaks layout when tab is destroyed</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5850</span> <span class="ticket-notes">Ext.Editor, startEdit event does not pass editor instance as first argument</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5885</span> <span class="ticket-notes">Forms - Advanced Validation - Months in the month selection menu are not properly aligned</span> </li> </ul> </li> <li class="component">Grid (5) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5761</span> <span class="ticket-notes">RowEditing plugin breaks Grid scrolling</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5779</span> <span class="ticket-notes">Tabbing on the last cell in a cell editing grid recurses infinitely.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5780</span> <span class="ticket-notes">CellSelectionModel does not cope well with deletions of rows.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5814</span> <span class="ticket-notes">Not possible to specify a column component on a locked grid (only a config)</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5841</span> <span class="ticket-notes">Key navigation in grid with no selection throws JS errors</span> </li> </ul> </li> <li class="component">Layouts (2) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5793</span> <span class="ticket-notes">Chrome 18 - broken layouts due to V8 NaN bug</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5812</span> <span class="ticket-notes">Specifying a placeholder for a region in a border layout fails if given as a config object</span> </li> </ul> </li> <li class="component">Menu (2) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5828</span> <span class="ticket-notes">Ext.menu.Menu.show - missing return this</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5870</span> <span class="ticket-notes">menuExpandDelay of Ext.menu.Item not working</span> </li> </ul> </li> <li class="component">Misc (2) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5759</span> <span class="ticket-notes">Ext 4.1 - What happened to hideMode: 'asclass'?</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5843</span> <span class="ticket-notes">Korean locale file is throwing an exception</span> </li> </ul> </li> <li class="component">Tabs (1) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5231</span> <span class="ticket-notes">GroupTabPanel UX doesn't work as expected</span> </li> </ul> </li> Total: 29</ul> </div> <div class="release"> <h1>Release Notes for Ext JS 4.1.0 RC 2</h1> <p class="notes"> Release Date: March 30, 2012<br> Version Number: 4.1.0 RC 2 </p> <h2>Bugs Fixed</h2> <ul> <li class="component">Animation (1) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5523</span> <span class="ticket-notes">Animation Incorrectly Positions Windows</span> </li> </ul> </li> <li class="component">Button (3) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5429</span> <span class="ticket-notes">Button with an icon can not be properly resized.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5432</span> <span class="ticket-notes">Button icons are clipped at times (varying between browsers)</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5600</span> <span class="ticket-notes">Feed Viewer- Button names are left aligned in Add feed popup</span> </li> </ul> </li> <li class="component">Charts (20) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-3617</span> <span class="ticket-notes">Rendering issue with stacked column chart without animation</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-3783</span> <span class="ticket-notes">Area Chart - Farthest right tick not firing mouse events, showing tooltip, etc.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4459</span> <span class="ticket-notes"> If you try to render a chart in internet explorer 8 and you have animate=true, the markers will render, but lines themselves will never render</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4544</span> <span class="ticket-notes">Charts : Rich Tips - No tool tips are displayed upon mouse hovering on graph nodes for the second time.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4730</span> <span class="ticket-notes">Combination Examples - Ext JS 3&4 on one page : Issue reloading legends inside Charts</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4779</span> <span class="ticket-notes">Bar Chart does not render correctly when all yField data points are equal</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5007</span> <span class="ticket-notes">Save button in chart examples should display popup panel to confirm save and then save image.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5024</span> <span class="ticket-notes">Charts: Themed Line Charts: Wrong information shown on mouse hover in simple styling chart</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5360</span> <span class="ticket-notes">Stacked column with two series values incorrect</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5462</span> <span class="ticket-notes">Custom Pie Charts: Browser is forcibly closed when clicked multiple times on Reload Data button</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5474</span> <span class="ticket-notes">Chart - left axis not showing the max value</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5499</span> <span class="ticket-notes">Set width of column charts not working correctly</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5571</span> <span class="ticket-notes">Chart problems with decimals on bottom axis</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5575</span> <span class="ticket-notes">Grouped Bar charts: Incorrect values shown in series labels</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5580</span> <span class="ticket-notes">Charts : Area Charts: Chart "Legends " are not displaying properly in the downloaded files.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5623</span> <span class="ticket-notes">Column charts displays wrong values/tips when disabling series </span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5633</span> <span class="ticket-notes">Charts - Filled Radar charts - Chart is not displaying in Filled Radar chart example</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5655</span> <span class="ticket-notes">Charts- Column Custom Back ground - Save Chart button is not working.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5670</span> <span class="ticket-notes">Charts - Stacked Bar Charts - Chart is not displaying upon hiding and unhiding the legends in the chart.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5706</span> <span class="ticket-notes">Line series offset one sample to the left</span> </li> </ul> </li> <li class="component">Coding Style (1) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5682</span> <span class="ticket-notes">Remove extra comma in Ext.view.TableChunker</span> </li> </ul> </li> <li class="component">Core (11) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-4966</span> <span class="ticket-notes">Global var in Renderable</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5000</span> <span class="ticket-notes">Problems with DOM Id containing colon and DomeQuery.jsSelect with CSS escape notation</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5350</span> <span class="ticket-notes">ItemSelector returns [undefined] when empty</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5444</span> <span class="ticket-notes">onReady Firing Twice</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5460</span> <span class="ticket-notes">FF 3.6's Number.toJSON violates standards. We must programatically encode Numbers.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5538</span> <span class="ticket-notes">Themes examples has large memory leak when switching themes in IE</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5552</span> <span class="ticket-notes">Thousand separator and decimal separator are wrong for Chinese languages</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5630</span> <span class="ticket-notes">Observable broken for class observation</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5641</span> <span class="ticket-notes">CompositeElementLite: filter method is broken</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5705</span> <span class="ticket-notes">Document Element Mistakenly Garbage Collected</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5765</span> <span class="ticket-notes">Error when loading Ext later than initial page load</span> </li> </ul> </li> <li class="component">Data (4) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5224</span> <span class="ticket-notes">Store.removeAll does not remove any prefetched data</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5415</span> <span class="ticket-notes">Store load not triggered when opening ListMenu in FilterFeature</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5508</span> <span class="ticket-notes">Issue with Ext.data.reader.Reader onMetaChange listener and idProperty</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5585</span> <span class="ticket-notes">Sorters are not applied after using FilterBy() method</span> </li> </ul> </li> <li class="component">DataView (2) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-4854</span> <span class="ticket-notes">LoadMask does not manage its z-index correctly WRT its client Component's z-index.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5667</span> <span class="ticket-notes">Nested data is unavailable to templates in DataView</span> </li> </ul> </li> <li class="component">Documentation (4) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5069</span> <span class="ticket-notes">Ext.grid.feature.Grouping docs need to be clearer</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5553</span> <span class="ticket-notes">Miscellaneous: History - Page is redirecting to Home page when click on "History" Example </span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5584</span> <span class="ticket-notes">Ext.Array.toArray end parameter incorrectly documented</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5745</span> <span class="ticket-notes">Grid Grouping collapse() is private, when it should be public</span> </li> </ul> </li> <li class="component">Draw (2) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-2097</span> <span class="ticket-notes">viewbox: true ignores padding</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5078</span> <span class="ticket-notes">Missing scale/scaling support in Ext.fx.target.Sprite.setAttr</span> </li> </ul> </li> <li class="component">Events (2) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5194</span> <span class="ticket-notes">Card layout does not fire activate on initial view</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5271</span> <span class="ticket-notes">ComponentQuery "is" method fails if selector contains a comma</span> </li> </ul> </li> <li class="component">Examples (9) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-1146</span> <span class="ticket-notes">Editor Grid Example: Clicking from Common Name in an editor to Light doesn't invoke an editor</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4136</span> <span class="ticket-notes">Portal demo :Unable to close the portlets in a specific scenario.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4533</span> <span class="ticket-notes">Combination Examples : Kitchen Sink : Tabs : Titled Tab Panels: Not displaying complete text in Ext.tab.Panel with frame:true Panel</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5529</span> <span class="ticket-notes">Combination Examples : Image Viewer : Tool tip is stretched while trying to drag more than one image </span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5614</span> <span class="ticket-notes">Combination Examples : Theme viewer : By default Slider values are displaying behind the resizable handles.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5617</span> <span class="ticket-notes">Combination Examples : Image Viewer: By default Albums should display with expand and collapse ("+", "-") buttons when user drag and drop the files in to the albums.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5650</span> <span class="ticket-notes">Example - Nested Loading shows a blank page </span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5666</span> <span class="ticket-notes">PageAnalyzer hangs when loading pages (busy-spin)</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5769</span> <span class="ticket-notes">Combinatiion Examples - Ext JS Calender Sample- "Delete Button " is Missing on Edit Event dialog</span> </li> </ul> </li> <li class="component">Forms (15) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-4911</span> <span class="ticket-notes">Resizers on TextFields do not always work properly</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4940</span> <span class="ticket-notes">Ext.form.TimeField class contained typeAhead, later releases the Ext.form.field.Time class this functionality is missing</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5433</span> <span class="ticket-notes">ChekboxGroup with all fixed width columns does not width the columns correctly.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5439</span> <span class="ticket-notes">Hover icon changes to select when combo editor is disabled.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5530</span> <span class="ticket-notes">Forms- Dynamic forms- Field headers and borders are not displaying properly.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5557</span> <span class="ticket-notes">trackResetOnLoad has no affect on radiogroup after loadrecord()</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5567</span> <span class="ticket-notes">allowBlank not part of the default labelableRenderProps </span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5570</span> <span class="ticket-notes">HtmlEditor: Tab and Enter presses aren't being correctly handled in readOnly state</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5578</span> <span class="ticket-notes">Forms File Upload Field Button names are truncated in IE 7</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5618</span> <span class="ticket-notes">Forms Custom Form Field: Search text is not deleting upon clicking on cross button(X)</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5634</span> <span class="ticket-notes">Forms - Shopping Chart Checkout- Text boxes and label captions are disappearing after uncheck and check Same as Mailing Address checkbox</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5643</span> <span class="ticket-notes">Forms : Checkbox/ Radio Groups : Contents under the Radio groups are not aligned properly.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5651</span> <span class="ticket-notes">Checkbox Focus Class Malformed</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5703</span> <span class="ticket-notes">Selected form component/editor loses focus if grid in edit mode</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5712</span> <span class="ticket-notes">Forms Checkout Form Text alignment is disturbed for payment radio buttons</span> </li> </ul> </li> <li class="component">Grid (31) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-1679</span> <span class="ticket-notes">Extra padding seen in grid for IE 6 & 7 versus all other browsers</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-3766</span> <span class="ticket-notes">Not possible to set 'cursor' attribute on a Column chart series</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-3998</span> <span class="ticket-notes">Vertical scrollbar doesn't appear when it should when using Row Expander plugin</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4189</span> <span class="ticket-notes">Field used as an editor in a Grid will fire change event when the field's value is initially set</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4371</span> <span class="ticket-notes">Grid Plugin Example: Bug in RowWrap. Hidden columns are not being hidden in data.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4564</span> <span class="ticket-notes">Lockable grid does not register features</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5003</span> <span class="ticket-notes">Cell editor does not always work correctly with locked grid</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5151</span> <span class="ticket-notes">Unwanted sortchange and resize events on gridcolumns</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5169</span> <span class="ticket-notes">hide/show causes error when using a table layout</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5251</span> <span class="ticket-notes">Can't theme height of grid rows</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5303</span> <span class="ticket-notes">Remote filtering doesn't work quite right with infinite scrolling.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5313</span> <span class="ticket-notes">injectCheckbox:false prevents check rendering in data rows</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5323</span> <span class="ticket-notes">grid.RowEditing plugin: error tooltip's arrow is misplaced on 1st show</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5324</span> <span class="ticket-notes">Missing grid loadMask on first load</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5348</span> <span class="ticket-notes">Error when using buffered grid + locking columns</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5349</span> <span class="ticket-notes">Can not control the style emptyText displayed in the grid. Need x-grid-empty support</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5397</span> <span class="ticket-notes">Problem setting grid column filters programmatically.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5398</span> <span class="ticket-notes">CellEditing plugin+textfield editor doesn't completeEdit on header click.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5404</span> <span class="ticket-notes">Grids : RESTful Store with GridPanel and RowEditor : Not able to add rows with data to the grid in a particular scenario</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5510</span> <span class="ticket-notes">Scrollbar in a grid defined with no header overlaps the grid row</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5531</span> <span class="ticket-notes">Grids: Grid with Locking Capability -The browser session is get killed once all the unlock columns are changed as lock columns</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5573</span> <span class="ticket-notes">Using loadingHeight keeps grid at loading height, doesn't recalculate after load complete.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5576</span> <span class="ticket-notes">groupgrid is not showing properly in beta3</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5581</span> <span class="ticket-notes">Grid Live Search Grid : Find Previous Row [<] button is truncated </span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5586</span> <span class="ticket-notes">Store remote filtering doesn't work with infinite scrolling. </span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5598</span> <span class="ticket-notes">Grid Row Editing- Displaying Js Error when click on add Employee button or double click on any row in the grid</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5599</span> <span class="ticket-notes">Grids- Infinite Scroll Grid- All the topic links are changing to visited state if single topic link is visited / clicked</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5616</span> <span class="ticket-notes">Grid- Infinite Scrolling Grid - Sort Ascending / Sort Descending is not working for Author field</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5707</span> <span class="ticket-notes">CellEditing plugin needs to be more robust in case intervening listeners delete the targeted record.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5717</span> <span class="ticket-notes">Grids Custom Grid Filters Displaying JS error while mouse hovering on filters option from Size column header drop down </span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5739</span> <span class="ticket-notes">Grids : Grid Plugins : Collapse button '-' is moving to middle of the row, while the row is expanded</span> </li> </ul> </li> <li class="component">Layouts (15) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-4751</span> <span class="ticket-notes">Layout issues in application upon clicking on one of the results in the grid.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5182</span> <span class="ticket-notes">Toolbar layout is unexpected after first render</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5270</span> <span class="ticket-notes">Problem using table layout in center panel of a border layout</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5274</span> <span class="ticket-notes">Margin with fit layout and shrink wrap</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5318</span> <span class="ticket-notes">Layout Managers : Border Layout : "South Eastern" panel's UI is disturbed when collapsed and expanded the "South" panel</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5320</span> <span class="ticket-notes">Anchor Layout on a window, the title bar is rolled up into a circular header.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5435</span> <span class="ticket-notes">Box layout interferes with layout of shrinkwrap items</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5455</span> <span class="ticket-notes">Configured placeholder for border region not respected</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5551</span> <span class="ticket-notes">Hbox layout doesn't recalculate height when align:stretchmax is set</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5589</span> <span class="ticket-notes">Container with vbox layout with minHeight set will not grow past minHeight when auto sized children added to this container</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5665</span> <span class="ticket-notes">Wrong priority of 'flex' vs fixed size in h/vbox layouts</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5679</span> <span class="ticket-notes">Hbox does not stretch vertically in a specific configuration</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5711</span> <span class="ticket-notes">Layout Browser Custom layouts. Center incorrect to the specification defined for Inner centered Panel width </span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5724</span> <span class="ticket-notes">Layout Failure for Collapsed Fieldsets</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5753</span> <span class="ticket-notes">Layout Managers: Table Layout : Blank page when resizing the browser in IE Quirks</span> </li> </ul> </li> <li class="component">MVC (2) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-2311</span> <span class="ticket-notes">Verify the focus on the tabs when user click on open all button</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-2312</span> <span class="ticket-notes">Verify the tabs display when user click's on open all button.</span> </li> </ul> </li> <li class="component">Menu (1) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5689</span> <span class="ticket-notes">Large menus don't constrain to viewport</span> </li> </ul> </li> <li class="component">Misc (65) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-3782</span> <span class="ticket-notes">MVC Feed Viewer - Load mask appears when switching feeds even if not viewing the feed tab</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-3943</span> <span class="ticket-notes">Keyboard Feed Viewer - Highlighted color is not displaying correctly in IE 6 </span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-3990</span> <span class="ticket-notes">Editor - Label captions are overlapping on the text fields when long label caption is entered without any space.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4022</span> <span class="ticket-notes">Add "refresh" event to Store to match "datachanged" in v3</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4123</span> <span class="ticket-notes">Ext.Array.from() with function gives empty array</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4125</span> <span class="ticket-notes">getNode return wrong record after add new record</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4171</span> <span class="ticket-notes">User details - Drop down items are displaying at the top of the page when double-click on the Editor panel </span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4175</span> <span class="ticket-notes">Button doesn't have proper markup or styling in IE in sandbox mode</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4288</span> <span class="ticket-notes">Grid row selection is cleared after store sync.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4397</span> <span class="ticket-notes">Drag Drop Manager doesn't select correct drop target</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4419</span> <span class="ticket-notes">MessageBox doesn't fire callback when top-right close button clicked</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4426</span> <span class="ticket-notes">Problem with column header grouping at level 3. Columns can not be hidden.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4455</span> <span class="ticket-notes">App freezes when an incorrect query is passed to Ext.app.Controller.control()</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4555</span> <span class="ticket-notes">Loading the Finnish locale file will crash an application using Ext.util.Format.date</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4594</span> <span class="ticket-notes">Transform of combo does not use configured store </span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4602</span> <span class="ticket-notes">Syntax errors when compiling SASS themes</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4845</span> <span class="ticket-notes">Vml Draw/Sprite images not using X/Y offset in Vml</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4847</span> <span class="ticket-notes">Ext.Loader doesn't recognize files that are not under /app</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4953</span> <span class="ticket-notes">Localization(dynamic) : Displaying JS error upon selecting "Hebrew" from the Language selector.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4955</span> <span class="ticket-notes">Checkboxgroups W/ More Columns Than Checkboxes Throws JS Error</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4956</span> <span class="ticket-notes">Creating A Checkbox Group /w Hidden Field Throws JS Error</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5103</span> <span class="ticket-notes">Bug with Implicit Model / Store / MixedCollection / Proxy</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5138</span> <span class="ticket-notes">Reader needs to read records even when success:false</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5233</span> <span class="ticket-notes">Combination Examples : Ext JS Calendar : Displaying JS error while upon click and hold the mouse on day event matrix.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5247</span> <span class="ticket-notes">Border of child hidden if border of container is hidden</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5383</span> <span class="ticket-notes">Using two panels for both drag and drop fails</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5441</span> <span class="ticket-notes">Viewport with a configured height width sets the height and width on the document body causing the viewport to not fit the browser window in firefox quirks mode</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5468</span> <span class="ticket-notes">Loading indicator still visible with panel collapsed</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5490</span> <span class="ticket-notes">Possible bug when grouping by a template column in a grid</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5497</span> <span class="ticket-notes">Bug when centering components in vbox/hbox layouts</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5506</span> <span class="ticket-notes">Datepicker displays Invalid date format when chinese or japanese localization applied</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5513</span> <span class="ticket-notes">Miscellaneous : Editor : Displaying JS error upon double clicking on text labels</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5522</span> <span class="ticket-notes">Ext.String.htmlDecode / Ext.String.htmlEncode should operate on a larger set of characters/entities</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5537</span> <span class="ticket-notes">Ext.form.DateField returns incorrect value when localized</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5546</span> <span class="ticket-notes">dirtyCls style not applied to slider field</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5559</span> <span class="ticket-notes">Ghost image while dragging a panel</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5564</span> <span class="ticket-notes">All Date pickers: Not able to select date from date picker by using key board navigation keys, in all examples</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5566</span> <span class="ticket-notes">ComponentLoader should suspend layouts when adding/removing items</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5568</span> <span class="ticket-notes">ToolbarDroppable.calculateEntryIndex gets wrong index</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5572</span> <span class="ticket-notes">Issue with listeners for the store.load() event</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5583</span> <span class="ticket-notes">Accessibility : Binding Grid to a form : Month and Today button names are truncated in IE 7</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5610</span> <span class="ticket-notes">Web Desktop - Displaying Js Error upon double clicking close button of Accordion Window.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5631</span> <span class="ticket-notes">Combination Examples - Portal Demo - Graph is not displaying in Stock Portlet </span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5635</span> <span class="ticket-notes">Grids:Column swapping disturb the data in the Grid</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5645</span> <span class="ticket-notes">Bug when collapsing the only panel in an accordion layout.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5652</span> <span class="ticket-notes">Toolbar that contains the error in datefield</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5661</span> <span class="ticket-notes">Syntax errors when compiling SASS themes</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5663</span> <span class="ticket-notes">Global leak in injectLockable</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5669</span> <span class="ticket-notes">Grids :Grouping with Remote Summary -The data in the grid get disturb while checking the Project column</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5671</span> <span class="ticket-notes">Combination examples: Kitchensink: Locking grid: lock/unlock options in the drop-down menu seen only first time.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5685</span> <span class="ticket-notes">Grouping Feature error after remote data update.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5687</span> <span class="ticket-notes">Ext.core.DomHelper overwrite only accepts DOM elements not Ext.Element instances</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5693</span> <span class="ticket-notes">Setting initially active tab using a string ID caused JS error.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5696</span> <span class="ticket-notes">Return false on Tab beforeactivate not handled properly</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5698</span> <span class="ticket-notes">Drag/Drop Information Box hides in Ext.Window</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5710</span> <span class="ticket-notes">Grids :All Grids :The data under the columns get disturb while checking and un-checking the columns.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5714</span> <span class="ticket-notes">Strange behaviour of DatePicker placing in Panel with vbox layout.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5718</span> <span class="ticket-notes">Toolbars and Menus:Basic Toolbar: The page UI get disturb while mouse over on Choose a Date.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5730</span> <span class="ticket-notes">Charts dont fire click/dblclick events</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5732</span> <span class="ticket-notes">Simple Tasks : Text Editor is displaying in the task list panel.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5737</span> <span class="ticket-notes">Simple Task - Creation of New Folder/New List is displaying in wrong location</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5740</span> <span class="ticket-notes">Validation error message tool tip has truncated height</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5751</span> <span class="ticket-notes">Layout problems in PortalPanel with an anchor layout </span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5768</span> <span class="ticket-notes">Combo Box - ComboBox Templates - Search results are disappearing on double clicking page next icon on pagination panel.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5773</span> <span class="ticket-notes">Misc- Quick tips - Displaying JS error upon click on Rich Content Tooltip link after mouse hover on Anchor right, rich content button under callout Tip</span> </li> </ul> </li> <li class="component">Panel (4) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5149</span> <span class="ticket-notes">"mini" collapseMode in border layout doesn't seem to work</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5312</span> <span class="ticket-notes">Ext.form.Panel.getValues() does not respect isDirty argument</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5445</span> <span class="ticket-notes">Panels with html are 2px too high in IE quirks</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5505</span> <span class="ticket-notes">Corners of framed headers don't display correctly in old IE</span> </li> </ul> </li> <li class="component">Tabs (4) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-4178</span> <span class="ticket-notes">Positioning problem when using TabPanel and a custom stylesheet</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5315</span> <span class="ticket-notes"> Closing a tab moves to the first tab rather than going to the previous tab</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5448</span> <span class="ticket-notes">Tab icon is cut off in IE8 strict and IE9 strict</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5613</span> <span class="ticket-notes">Tabs - Advance Tab - All tabs are closing when closable check box is selected from submenu </span> </li> </ul> </li> <li class="component">Theme (3) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5542</span> <span class="ticket-notes">Hard coded value in variables/_grid.scss</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5547</span> <span class="ticket-notes">Some values are hard-coded values in the SASS files</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5590</span> <span class="ticket-notes">Opacity is compounding for components in a deeply nested disabled container</span> </li> </ul> </li> <li class="component">ToolTips (1) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5408</span> <span class="ticket-notes">Show delay not always working for qtips in tree grid </span> </li> </ul> </li> <li class="component">Toolbars (1) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5742</span> <span class="ticket-notes">Toolbars and Menus : Basic Toolbar : Top and Bottom arrows are not displaying when click on the scrolling menu button for the second time.</span> </li> </ul> </li> <li class="component">Tree (7) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-1887</span> <span class="ticket-notes">Tree does not allow horizontal scrolling</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-3935</span> <span class="ticket-notes">TreeStore doesn't allow root property to be an object path</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4437</span> <span class="ticket-notes">BorderLayout accordion region has buggy expand/collapse behavior when floated</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4476</span> <span class="ticket-notes">NodeInterface can lose dirty state and fail to send batched updates</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4815</span> <span class="ticket-notes">Trees : Drag and Drop reordering : After clicking on 'Expand All' and 'Collapse All' tree is not behaving as expected.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5219</span> <span class="ticket-notes">Problem whith TreeGrid node (greater than 600 leafs)</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5387</span> <span class="ticket-notes">Trees : Drag and Drop Reordering: Expand All button is not responding for the second time.</span> </li> </ul> </li> <li class="component">Window (4) <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-1732</span> <span class="ticket-notes">Hiding the progress dialog window while it is being dragged breaks draggability</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5310</span> <span class="ticket-notes">Window position changes when resized</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5507</span> <span class="ticket-notes">Drag and drop on overlapped windows fires events in both windows</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5608</span> <span class="ticket-notes">zIndex is wrong for floated windows</span> </li> </ul> </li> Total: 212</ul> </div> <!-- ************************************************************************** --> <div class="release"> <h1>Release Notes for Ext JS 4.1.0 RC 1</h1> <p class="notes"> Release Date: March 13, 2012<br> Version Number: 4.1.0 RC 1 </p> <h2>Bugs Fixed</h2> <ul> <li class="component">Button <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5129</span> <span class="ticket-notes">Button does not adhere to width setting in IE9</span> </li> </ul> </li> <li class="component">Charts <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-4416</span> <span class="ticket-notes">Chart label misaligned on numeric x axis </span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5459</span> <span class="ticket-notes">Setting markers to be hidden in renderer has no effect when chart isn't animated</span> </li> </ul> </li> <li class="component">Core <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-3710</span> <span class="ticket-notes">LoadMask is broken in sandbox build</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4920</span> <span class="ticket-notes">setSize should cancel panel collapse animation</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5179</span> <span class="ticket-notes">XTemplate breaks in IE when trying to innerHTML on a TR and other table elements</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5352</span> <span class="ticket-notes">Bug with Ext.msg.Confirm and Translation/Localisation</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5380</span> <span class="ticket-notes">DomQuery fails to return nodes when searching XML document by "contains" pseudo-class</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5416</span> <span class="ticket-notes">Component ancestor searching inconsistent</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5417</span> <span class="ticket-notes">Observable.fireEvent does not return true when there are no listeners.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5443</span> <span class="ticket-notes">Wrong Arguments Passed to onReady in Firefox</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5502</span> <span class="ticket-notes">DomHelper append causing javascript error </span> </li> </ul> </li> <li class="component">Data <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5035</span> <span class="ticket-notes">Store.rejectChanges fails to remove all new records </span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5278</span> <span class="ticket-notes">Store.rejectChanges should restore original record index</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5337</span> <span class="ticket-notes">A read exception should be fired on the reader rather than halting execution when bad data is returned from the server</span> </li> </ul> </li> <li class="component">DataView <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5526</span> <span class="ticket-notes">DataView ? Multi-sort DataView: Not displaying any icons upon clicking on Type button</span> </li> </ul> </li> <li class="component">Documentation <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-4054</span> <span class="ticket-notes">Docs Landing Page Mentions Chrome 11</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5314</span> <span class="ticket-notes">Column layout from "Layouts and Containers" guide is incorrect</span> </li> </ul> </li> <li class="component">Draw <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5239</span> <span class="ticket-notes">getBBox() does not work on text sprites</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5246</span> <span class="ticket-notes">Ext.draw.Sprite image x and y do not become effective</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5356</span> <span class="ticket-notes">Regression in Draw (only quirks mode) tests for IEs.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5368</span> <span class="ticket-notes">CompositeSprite incomplete destroy</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5492</span> <span class="ticket-notes">Draw.rectPath unit test failure</span> </li> </ul> </li> <li class="component">Examples <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-4533</span> <span class="ticket-notes">Combination Examples -> Kitchen Sink -> Tabs -> Titled Tab Panels: Not displaying complete text in Ext.tab.Panel with frame:true Panel</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5281</span> <span class="ticket-notes">Combination Examples : Calender : Displaying JS error upon clicking on "Save" button in Add event form.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5287</span> <span class="ticket-notes">Combination Examples: Portal Demo: UI of Portal Demo is disturbed when double clicked multiple times on expand/collapse button of "Options" panel</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5411</span> <span class="ticket-notes">Combination Examples ? Web Desktop: Panel headers of Accordion Window are not minimizing to the task bar</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5532</span> <span class="ticket-notes">Combination Examples - Portal Demo - Displaying JS Error while Accessing portal demo example.</span> </li> </ul> </li> <li class="component">Forms <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-4940</span> <span class="ticket-notes">Ext.form.TimeField class contained typeAhead, later releases the Ext.form.field.Time class this functionality is missing</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5286</span> <span class="ticket-notes">Forms: Checkbox /Radio Groups: Validation icon is wrongly displayed at "Alignment Test:" field when clicked on "Save" button</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5322</span> <span class="ticket-notes">Triggers are the wrong height in the checkout form example in IE6</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5354</span> <span class="ticket-notes">Changing slider on form does not trigger dirtychange</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5359</span> <span class="ticket-notes">Forms : File upload: Unable to upload files using Browse button.(Browse button is not working)</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5389</span> <span class="ticket-notes">Form gets dirty if a textarea field contains a leading line break</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5396</span> <span class="ticket-notes">Forms: Vbox Layout : Email id's are not displaying in the "Send to:" field In a specific scenario.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5401</span> <span class="ticket-notes">Ext.form.field.File fields are not clickable</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5426</span> <span class="ticket-notes">Empty Combo inserts blank value</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5428</span> <span class="ticket-notes">After adding Ext.FocusManager.enable() to beginning of code unable to enter a blank space in a text field</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5439</span> <span class="ticket-notes">Icon changes in trigger even if disabled</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5463</span> <span class="ticket-notes">Forms - Shopping cart checkout form Alert message tool tips are displayed as shadows.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5494</span> <span class="ticket-notes">When dragging a Slider Thumb, and the mouse moves outside the range, tracking ceases.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5519</span> <span class="ticket-notes">ExtDirect Form Post (File Upload) doesn't work properly with hidden fields</span> </li> </ul> </li> <li class="component">Grid <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-2061</span> <span class="ticket-notes">Grid vertical scrollbar is reset when when the grid panel is collapsed and then expanded</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-3619</span> <span class="ticket-notes">Column header misaligned after column resize until view scrolled horizontally</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-3770</span> <span class="ticket-notes">Bug Tree/Grid Scroller Stops Working</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4291</span> <span class="ticket-notes">Spinner does not work when added to grid</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4876</span> <span class="ticket-notes">Horizontal Scrollbar with hideHeaders</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5206</span> <span class="ticket-notes">Issues with buffered grid and loading mask in ExtJS 4.1</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5218</span> <span class="ticket-notes">Localisation of "Loading..." grid message</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5334</span> <span class="ticket-notes">When loading Ext on demand and creating a Grid it fails</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5361</span> <span class="ticket-notes">ComboBox used as a grid column editor in cell editing does not save its value if the user selects an item in the drop down list and tabs to the next column</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5382</span> <span class="ticket-notes">Grids:Grouping - The "Show in Groups" check box is not working</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5466</span> <span class="ticket-notes">Grid column header heights and vertical text alignment are inconsistently implemented accross browsers</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5467</span> <span class="ticket-notes">Property grid rows are the wrong height</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5518</span> <span class="ticket-notes">Grid mask is shown above Window when grid panel and window overlap</span> </li> </ul> </li> <li class="component">Layouts <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-2426</span> <span class="ticket-notes">createChild bug in FF 3.6 with label element.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5347</span> <span class="ticket-notes">Layout Managers - Complex Layout: "South" panel's expand/collapse button is displayed in expand mode even after panel is expanded</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5476</span> <span class="ticket-notes">Checkboxgroup layout doesn't calculate natural size properly</span> </li> </ul> </li> <li class="component">MVC <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-4202</span> <span class="ticket-notes">Problem with building when MVC app has a custom directory structure</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4464</span> <span class="ticket-notes">prepareAssociatedData method doesn't handle nested asssociations [Parature Inc]</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5414</span> <span class="ticket-notes">A standard combination of treeview, with an autoload store that has a direct proxy cause the load mask to hang</span> </li> </ul> </li> <li class="component">Menu <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-4867</span> <span class="ticket-notes">Ext.menu.Menu -> inside a container</span> </li> </ul> </li> <li class="component">Misc <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-4175</span> <span class="ticket-notes">Button doesn't have proper markup or styling in IE in sandbox mode</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4326</span> <span class="ticket-notes">Buffered scrolling is not working properly when using mouse wheel.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4525</span> <span class="ticket-notes">Child panels with padding in border layout do not minimise correctly</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4553</span> <span class="ticket-notes">Combobox loses value once you reselect the same value</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4563</span> <span class="ticket-notes">Row Editing throwing error when used with locked columns in grid</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4642</span> <span class="ticket-notes">Chaining CompositeElement calls doesn't work as in Ext 3</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4747</span> <span class="ticket-notes">pagingscoller does not work with small page size</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4844</span> <span class="ticket-notes">Ext.data.Store -> autoDestroy config is missing</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4857</span> <span class="ticket-notes">[4.0.7] Combobox selectOnTab does not work in Webkit Browsers</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4935</span> <span class="ticket-notes">bulleted lists wrap around floating icon in MessageBox</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5118</span> <span class="ticket-notes">Tab scrolling doesn't work on IE9 standards</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5136</span> <span class="ticket-notes">Model#set([Object]) calls endEdit() with empty modifiedFieldNames arg</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5195</span> <span class="ticket-notes">[4.1 B1] Array methods should wrap native methods instead of delegating</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5215</span> <span class="ticket-notes">Floating component and its shadow may get out of sync</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5226</span> <span class="ticket-notes">[4.1 B2] Focus on OK button in MessageBox</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5234</span> <span class="ticket-notes">Combination Examples -Ext JS Calendar: First created event is shifting over second created event upon mouse click and hold for a while</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5240</span> <span class="ticket-notes">updateRecord requires record even though it stores the current record</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5268</span> <span class="ticket-notes">Infinite Grid example: sort by date "Last Post" and only 50 records remains in the grid</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5289</span> <span class="ticket-notes">Miscellaneous - Browser State Management: UI of "Browser State Management" is disturbed when double clicked multiple times on splitter collapse/ expand button of "Collapse /Width Panel"(only when window is in re-sized mode)</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5325</span> <span class="ticket-notes">Hbox and collapsing panels broken</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5326</span> <span class="ticket-notes">Inconsistent animate behavior for TreePanel </span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5363</span> <span class="ticket-notes">Month picker OK button is incorrectly localized in ext-lang-es.js file</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5390</span> <span class="ticket-notes">An error is thrown when the portal is put inside a form panel</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5392</span> <span class="ticket-notes">Locked grid rows are out of sync when vertical scrolling</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5410</span> <span class="ticket-notes">The validation error message is rendered improperly in a certain case, causing it to align middle with the text field, instead of left aligned like it is supposed to.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5430</span> <span class="ticket-notes">Portal example, dropping portals is much slower compared</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5434</span> <span class="ticket-notes">TaskRunner - initial run of task is delayed</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5440</span> <span class="ticket-notes">me.stretcher in pagingscroller is undefined when destroying a non rendered view</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5442</span> <span class="ticket-notes">Observable hasListeners optimization does not work with MVC EventBus</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5446</span> <span class="ticket-notes">Problem with radiogroup setValue </span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5451</span> <span class="ticket-notes">Unable to borrow() more than one function</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5453</span> <span class="ticket-notes">Attempting to show a load mask on a panel results in an exception</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5454</span> <span class="ticket-notes">Space for scrollers reserved in various layouts</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5479</span> <span class="ticket-notes">FF10 specific function: Ext.view.Table.forceReflow. The 'table' el does not exist when this function is called.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5496</span> <span class="ticket-notes">TaskManager doesn't break on runtime errors, but causes infinite loop</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5513</span> <span class="ticket-notes">Miscellaneous ? Editor: Displaying JS error upon double clicking on text labels</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5517</span> <span class="ticket-notes">Keyboard Feed Viewer Displaying JS error when click on Add feed button for the second time </span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5520</span> <span class="ticket-notes">Ext.widget reports config is undefined</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5534</span> <span class="ticket-notes">Cleanup few remaining autoHeight and autoWidth configs (dead code)</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5543</span> <span class="ticket-notes">focus is lost on an active cell editor in an editable grid</span> </li> </ul> </li> <li class="component">Panel <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-3371</span> <span class="ticket-notes">Panel collapsibe behavior does not animate on Expand</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4081</span> <span class="ticket-notes">Framed Panel's header background position is incorrect in IE9</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5376</span> <span class="ticket-notes">Animated Border Layout Collapse Flicker</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5493</span> <span class="ticket-notes">Resizer stops working when panel is collapsed</span> </li> </ul> </li> <li class="component">Performance <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5269</span> <span class="ticket-notes">Remove Image-Based Element Shadows</span> </li> </ul> </li> <li class="component">Tabs <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5511</span> <span class="ticket-notes">MVC ? Feed Viewer: Clicking on "Open all" button not displaying all tabs for the first time</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5512</span> <span class="ticket-notes">Tabs: Tab Overflow Menu - Forward arrow and header menu buttons are not displaying</span> </li> </ul> </li> <li class="component">Theme <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5336</span> <span class="ticket-notes">Theming: ButtonGroup Doesn't Respect $base-color</span> </li> </ul> </li> <li class="component">Toolbars <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5516</span> <span class="ticket-notes">Toolbars and Menus - Basic Toolbar - Bottom arrow is missing in scrolling menu </span> </li> </ul> </li> <li class="component">Tree <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5166</span> <span class="ticket-notes">TreeStore fails to load properly when config clearOnLoad is false [TJX]</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5395</span> <span class="ticket-notes">Drag n Drop for nodes within a tree is broken</span> </li> </ul> </li> <li class="component">Window <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-2353</span> <span class="ticket-notes">maximize doesn't account for where it's constrained</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-3365</span> <span class="ticket-notes">Window with id retains settings across instances</span> </li> </ul> </li> </ul> </div> <div class="release"> <h1>Release Notes for Ext JS 4.1.0 Beta 3</h1> <p class="notes"> Release Date: Feb 17, 2012<br> Version Number: 4.1.0 Beta 3 </p> <h2>Bugs Fixed</h2> <ul> <li class="component">Animation <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5358</span> <span class="ticket-notes">Data view : Multisort Data View - Unpleasant flickering effect while sorting the items by click upon "Name" or "Type" buttons </span> </li> </ul> </li> <li class="component">Button <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5294</span> <span class="ticket-notes">Disabled Link Button Renders Incorrectly</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5295</span> <span class="ticket-notes">Link Buttons Without Text Render Incorrectly</span> </li> </ul> </li> <li class="component">Charts <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5143</span> <span class="ticket-notes">Axis isn't rendered when data points are undefined</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5290</span> <span class="ticket-notes">[4.1 beta 2] BUG Chart restoreZoom() function fails</span> </li> </ul> </li> <li class="component">Core <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5244</span> <span class="ticket-notes">Ext.layout.container.Container configureItem function needs fixed.</span> </li> </ul> </li> <li class="component">Data <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-4568</span> <span class="ticket-notes">ComboBox clears filters on store when queryMode = 'local'</span> </li> </ul> </li> <li class="component">Documentation <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5207</span> <span class="ticket-notes">remove release notes link from doc index.html</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5209</span> <span class="ticket-notes">broken link in our main index.html "Learn more on sencha.com"</span> </li> </ul> </li> <li class="component">Examples <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-1635</span> <span class="ticket-notes">The mask does not disappear completely in SpotLight example IE Quirks only</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5192</span> <span class="ticket-notes">Combination Examples : Kitchen sink :Displaying JS error upon clicking on "Grouped Grid" for the second time</span> </li> </ul> </li> <li class="component">Forms <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-4831</span> <span class="ticket-notes">Text fields with natural width are sometimes too narrow.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5286</span> <span class="ticket-notes">Forms: Checkbox /Radio Groups: Validation icon is wrongly displayed at "Alignment Test:" field when clicked on "Save" button</span> </li> </ul> </li> <li class="component">Grid <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-3632</span> <span class="ticket-notes">Grid performance in IE with large number of columns</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4828</span> <span class="ticket-notes">Editing cell, the edit mask or the drop down shows up hidden and wrongly located</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5184</span> <span class="ticket-notes">Buffered Store's attempts to load prefetch buffer even if initial priming returned the full dataset.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5222</span> <span class="ticket-notes">Grid items shift left in IE</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5345</span> <span class="ticket-notes">Grids (All Grids): Tool tip is displayed on top of the grid for the first time while swapping the columns</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5346</span> <span class="ticket-notes"> Grids: Remote Summary Grid Example :Displaying JS error click upon "Due Date" Column header for the first time </span> </li> </ul> </li> <li class="component">Layouts <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-4483</span> <span class="ticket-notes">Invalidating a layout must restore original size models for children</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5198</span> <span class="ticket-notes">Nested auto-sized containers do not resize properly 4.1 Beta 1</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5265</span> <span class="ticket-notes">Margin and Padding Settings with Shrink Wrapping</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5329</span> <span class="ticket-notes">Direct - Direct Form: "Direct form's" UI is disturbed, by default "Phone Numbers" and "Location Information" tab sections are not properly displaying</span> </li> </ul> </li> <li class="component">Menu <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-4867</span> <span class="ticket-notes">Ext.menu.Menu -> inside a container</span> </li> </ul> </li> <li class="component">Misc <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-4902</span> <span class="ticket-notes">Text fields sometimes appear too narrow.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5115</span> <span class="ticket-notes">Grid doesn't update cells with renderers</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5128</span> <span class="ticket-notes">Sandbox Desktop throws js error on load</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5139</span> <span class="ticket-notes">4.1 Ext.Element.fly is undefined</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5160</span> <span class="ticket-notes">Combination Examples : Ext JS Calendar : Displaying js error while clicking on date on the left panel calendar when the "Add Event" screen is open on the right panel.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5161</span> <span class="ticket-notes">Combination Examples : Ext JS Calendar : Add/Edit Event pop up box is not displaying properly up on click on any event matrix.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5164</span> <span class="ticket-notes">Bug in commitRecords of Ext.data.Operation</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5168</span> <span class="ticket-notes">Form not responding to dirtychange events</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5170</span> <span class="ticket-notes">Unexpected layout on hide then show of auto layout</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5172</span> <span class="ticket-notes">Ext.button.Button - publishInnerHeight issue</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5183</span> <span class="ticket-notes">textfield width is not correct in 4.1.0 beta 1</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5196</span> <span class="ticket-notes">readOnlyCls do not work for any field</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5197</span> <span class="ticket-notes">Ext.getBody().dom is undefined after a viewport is destroyed</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5200</span> <span class="ticket-notes">Possible bug: Show tooltip at given position</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5201</span> <span class="ticket-notes">Encoding issue on textfiel</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5211</span> <span class="ticket-notes">Collapsing panel in vbox layout form doesn't fully collapse</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5216</span> <span class="ticket-notes">c is not a constructor message at the very first example</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5225</span> <span class="ticket-notes">4.1Beta2: getting the ProgressBar text is wrong the 1st time</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5227</span> <span class="ticket-notes">Performing operations on background window brings that window to front</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5229</span> <span class="ticket-notes">Inconsistent line endings</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5241</span> <span class="ticket-notes">Minor bug in Direct Proxy 4.1 Beta 2 w/fix</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5252</span> <span class="ticket-notes">"Show in Groups" checkbox is checked when the grid is not grouped</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5255</span> <span class="ticket-notes">IE JS error (Regression) in getXY</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5256</span> <span class="ticket-notes">grid autoHeight</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5260</span> <span class="ticket-notes">Ext.slider.Multi/Single increments don't stop at arbitrary points</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5262</span> <span class="ticket-notes">Ext.MessageBox.confirm close button not firing callback</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5267</span> <span class="ticket-notes">Cannot create hidden &amp; disabled filefield</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5275</span> <span class="ticket-notes">Opacity not passed on to Ext.Layer shadow</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5276</span> <span class="ticket-notes">Ext.view.Table.collectData with rowexpander</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5293</span> <span class="ticket-notes">Unable to mix flex/width configs for grid columns in Firefox</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5296</span> <span class="ticket-notes">Infinite scrolling grid makes server call when bottom is reached</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5297</span> <span class="ticket-notes">PagingScrollbar doesn't ignore horizontal scrolling</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5300</span> <span class="ticket-notes">TextArea with grow sizes incorrectly based on the value of the TextArea</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5328</span> <span class="ticket-notes">Displaying JS error while accessing couple of ExtJs examples.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5333</span> <span class="ticket-notes">Global varibable leak</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5338</span> <span class="ticket-notes">Load mask cannot be removed when animateTarget is set</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5340</span> <span class="ticket-notes">Ext.XTemplate no longer handles nested {parent} references</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5388</span> <span class="ticket-notes">Ext.FocusManager.enable() causes error in nightly builds from 2/14 and 2/15 </span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5393</span> <span class="ticket-notes">ComboBox needs 2 clicks to trigger</span> </li> </ul> </li> <li class="component">Panel <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5264</span> <span class="ticket-notes">Issues with collapsing and expanding panels - similar issue found in Ext JS border layout example</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5330</span> <span class="ticket-notes">Accordion & Border Layout Collapsed Size</span> </li> </ul> </li> <li class="component">Performance <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5221</span> <span class="ticket-notes">Frame Info Caching</span> </li> </ul> </li> <li class="component">Tabs <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5304</span> <span class="ticket-notes">Styling of Disabled Tabs</span> </li> </ul> </li> <li class="component">ToolTips <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5210</span> <span class="ticket-notes">QuickTips with fixed width "lock" to that width</span> </li> </ul> </li> <li class="component">Window <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5122</span> <span class="ticket-notes">Window header heights are sometimes incorrect</span> </li> </ul> </li> </ul> </div> <!-- ************************************************************************** --> <div class="release"> <h1>Release Notes for Ext JS 4.1.0 Beta 2a</h1> <p class="notes"> Release Date: Feb 2, 2012<br> Version Number: 4.1.0 Beta 2a </p> <h2>Bugs Fixed</h2> <ul> <li class="component">Misc <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5217</span> <span class="ticket-notes">[4.1-20120123] Unable to use 'class' model fields</span> </li> </ul> </li> <li class="component">Performance <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5142</span> <span class="ticket-notes">Anchor layout can cause performance issues if overflow occurs.</span> </li> </ul> </li> </ul> <h2>Summary</h2> <p>This beta 2 refresh introduces the Ext JS Page Analyzer which just didn't quite make it in Beta 2. The Page Analyzer helps you understand the performance characteristics of your application as it relates to Ext JS. <p>More information will follow regarding how to use the Page Analyzer, but to get started today, you'll need to copy the "/examples/page-analyzer" folder to the same server that you want to test (ensuring relative paths to ext-all.js and the resources/css folder). <p>Open the page-analyzer.html file from that folder and then enter the URL to the page you want to test and hit Load. Once the page loads, there is a breakdown of the layouts executed as well as a simple performance chart. <p>Look for more details to follow. </div> <!-- ************************************************************************** --> <div class="release"> <h1>Release Notes for Ext JS 4.1.0 Beta 2</h1> <p class="notes"> Release Date: January 26, 2012<br> Version Number: 4.1.0 Beta 2 </p> <h2>Bugs Fixed</h2> <ul> <li class="component">Button <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5066</span> <span class="ticket-notes">Miscellaneous: Buttons: Disable buttons are click able</span> </li> </ul> </li> <li class="component">Charts <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5015</span> <span class="ticket-notes">Issue in FormDashboard, default color is wrong for radar chart points</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5113</span> <span class="ticket-notes">Regression in Draw strict and quirks tests for almost all browsers.</span> </li> </ul> </li> <li class="component">Core <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-4882</span> <span class="ticket-notes">Invalid DOM id's can cause exceptions</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5018</span> <span class="ticket-notes">Ext.Number.snap does not take minValue into account</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5084</span> <span class="ticket-notes">Not allowed access to stylesheets when using file:// protocol</span> </li> </ul> </li> <li class="component">DataView <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5045</span> <span class="ticket-notes">Data View :Animated Data View : Sliders and panel headers are disappearing after moving the sliders couple of times</span> </li> </ul> </li> <li class="component">Documentation <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-3046</span> <span class="ticket-notes">Field setValue() firing change event</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4889</span> <span class="ticket-notes">Overview guide is missing from 4.1 Beta 1</span> </li> </ul> </li> <li class="component">Draw <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5044</span> <span class="ticket-notes">Drawing - Rotate Text : Displaying JS error upon clicking on slider bar</span> </li> </ul> </li> <li class="component">Examples <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-4861</span> <span class="ticket-notes">Need to create Upgrade Overview off of examples/index.html</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4916</span> <span class="ticket-notes">Combination Examples:Web desktop: Masking on the page is not removed after clicking on yes/No button in the pop-up dialog.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4925</span> <span class="ticket-notes">Combination Examples : Web desktop :Displaying errors in error console upon clicking on "Accordion window" on the desktop.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4982</span> <span class="ticket-notes">We need to link calendar to our main examples page</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5026</span> <span class="ticket-notes">Combination Examples : Ext JS Calendar : UI issues in "Ext JS Calendar" example </span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5094</span> <span class="ticket-notes">Feed viewer - Combination examples : Displaying JS error upon clicking on tabs. </span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5095</span> <span class="ticket-notes">Combination Examples : Web desktop : Features in the note pad are not applying for the selected text.</span> </li> </ul> </li> <li class="component">Forms <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-4241</span> <span class="ticket-notes">The behavior of the stripCharsRe attribute in fields is wrongly documented (or is wrong)</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4879</span> <span class="ticket-notes">Forms - Contact Us Form : UI is disturbed for "Contact Us" form</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4948</span> <span class="ticket-notes">Forms - MultiSelect and ItemSelector : UI of "ItemSelector Test" form is disturbed when clicked on "Clear" button</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4970</span> <span class="ticket-notes">Field CSS position change can break customized fields</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5116</span> <span class="ticket-notes">Forms: Checkbox/Radio Groups: Displaying js error on loading </span> </li> </ul> </li> <li class="component">Grid <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-4647</span> <span class="ticket-notes">Cell Editing with Summary Feature error on View refresh</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4837</span> <span class="ticket-notes">Grids: Grouped Header Grid - Extra space is created while drag and drop nested columns within the category header </span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4881</span> <span class="ticket-notes">Grids - Basic Array Grid - Displaying JS error when refreshing the page after swapping the columns</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4929</span> <span class="ticket-notes">Grids - Grouping with Remote Summary : "Sponsored Projects" window is keep on loading and not displaying the data</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4939</span> <span class="ticket-notes">Grids - Grouped Header Grid : "Last Updated" column is not displayed when drag and dropped under the "Stock Price" group</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4995</span> <span class="ticket-notes">Grids - Infinite Grid : Data inside the grid is not displayed when vertical scroll bar is pull down</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5022</span> <span class="ticket-notes">Grid headerCt border-bottom-color should be #c5c5c5</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5038</span> <span class="ticket-notes">RowNumberer column header has no right border</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5065</span> <span class="ticket-notes">GridCellEditing: Hide 'Common Name' column and tapping on 'Add Plant' button shows text field as expanded</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5091</span> <span class="ticket-notes">TableView should not update its layout upon refresh if infinite scrolling is being used.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5141</span> <span class="ticket-notes">Buffered scrolling omits last row in prefetch buffer</span> </li> </ul> </li> <li class="component">Layouts <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-3697</span> <span class="ticket-notes">Failed test: Verify Center Layout Page</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4665</span> <span class="ticket-notes">For an accordion layout in IE, the Tab key will hide the next sibling's header</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4830</span> <span class="ticket-notes">Cannot select radio button</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4851</span> <span class="ticket-notes">Layout Managers - Border Layout : Displaying js error when clicked on "North 2" layout header</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4996</span> <span class="ticket-notes">Layout Managers - Layout Browser : "Navigation" and "Footer" layouts are overlapping when clicked on "Footer" layout title bar</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5089</span> <span class="ticket-notes">Docked right components are incorrectly sized in IE6</span> </li> </ul> </li> <li class="component">Menu <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-4867</span> <span class="ticket-notes">Ext.menu.Menu -> inside a container</span> </li> </ul> </li> <li class="component">Misc <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-4407</span> <span class="ticket-notes">[4.0.7] Tab font variable never honoured</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4685</span> <span class="ticket-notes">Combination Example-Theme Viewer :Displaying JS error upon clicking on "Toggle Enabled" button in the Form Widget.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4749</span> <span class="ticket-notes">[4.0.7] not possible to hide a column series in a chart with the hideAll()-method</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4801</span> <span class="ticket-notes">Row Editor breaking in 4.1 with a grouped header, and a store not initially populated</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4862</span> <span class="ticket-notes">We need to remove jira.html from our knightly zip</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4871</span> <span class="ticket-notes">Error with Ext.util.Animate</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4874</span> <span class="ticket-notes">Ext.draw (Ext.create) ExtJS 4.0.7/ 4.1(Win7)</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4885</span> <span class="ticket-notes">[4.1B1] Unused variable</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4886</span> <span class="ticket-notes">[4.1 B1] Button broken when handleMouseEvents is false</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4887</span> <span class="ticket-notes">Ext.Date and Ext.Number undefined on code passed to functionFactory() (sandbox)</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4888</span> <span class="ticket-notes">CSS doesn't get minified in 4.1 beta 1</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4891</span> <span class="ticket-notes">Visual Diff: Panel padding-top appears to be ignored</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4894</span> <span class="ticket-notes">Visual Diff: Buttons too wide</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4895</span> <span class="ticket-notes">Visual Diff: Window Shadows completely missing</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4898</span> <span class="ticket-notes">Visual Diff: Windows mis-sized, broken headers</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4899</span> <span class="ticket-notes">Visual Diff: Accordion borders all wrong</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4900</span> <span class="ticket-notes">Visual Diff: Themes example has a big border all around it</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4901</span> <span class="ticket-notes">Visual Diff: Header too tall, tools mispositioned</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4905</span> <span class="ticket-notes">Visual Diff: Missing grid top border</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4907</span> <span class="ticket-notes">Visual Diff: Panel header icon mispositioned</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4908</span> <span class="ticket-notes">Visual Diff: Missing group header text background color</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4910</span> <span class="ticket-notes">On Beta 1: JS error "el is null" when ACTUAL_BU is set to "K"</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4911</span> <span class="ticket-notes">Resizers on TextFields do not work in 4.1 Beta</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4912</span> <span class="ticket-notes">panel body size must not add borders twice</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4915</span> <span class="ticket-notes">Drawing : Browser Logs - The Logos(Safari,Sencha,Tiger) are not displaying as expected.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4919</span> <span class="ticket-notes">Toolbar overflow scroller not working on a defined component</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4924</span> <span class="ticket-notes">examples/calendar -- TypeError: 'undefined' is not an object</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4934</span> <span class="ticket-notes">If paramsAsHash is true, but an Ext.direct load function takes no arguments, fail</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4946</span> <span class="ticket-notes">4.1: Form/Field isDirty() shows false if field has no original value</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4949</span> <span class="ticket-notes">Multiple Grid Instances with dockedItems</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4950</span> <span class="ticket-notes">slideOut Callback Called Too Soon</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4960</span> <span class="ticket-notes">[4.1 B1] Accordion layout - bad inline example</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4964</span> <span class="ticket-notes">[4.1 B1] CSS.createStyleSheet() error</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4965</span> <span class="ticket-notes">Grids: Grid Filters - The filter symbols(<,> ,=) are not properly displayed</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4967</span> <span class="ticket-notes">Is there a quick way to fasten tooltip on the top of floating window</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4973</span> <span class="ticket-notes">Component isVisible does not work if the component is not rendered.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4974</span> <span class="ticket-notes">Ext.data.treeStore.removeAll is an unsafe method</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4977</span> <span class="ticket-notes">Miscellaneous : Resizable - The re-size handler is not displaying properly.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4984</span> <span class="ticket-notes">Panel headers height in spotlight example is 2px off</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4988</span> <span class="ticket-notes">The Save button in charts should download an image (and show a popup for this)</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4998</span> <span class="ticket-notes">Chart: Pie slices does not show when values are small</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5020</span> <span class="ticket-notes">Panel height calculated too tall</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5021</span> <span class="ticket-notes">Property grid row height too small</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5036</span> <span class="ticket-notes">Fidelity: error when trying to save and update values on a form</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5037</span> <span class="ticket-notes">[4.1] Opened windows disappear when switching between tab panels</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5050</span> <span class="ticket-notes">Typo in src/data/Store.js</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5052</span> <span class="ticket-notes">rsync: link_stat "extjs/overview/." failed: No such file or directory</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5070</span> <span class="ticket-notes">TextField height Property Change</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5073</span> <span class="ticket-notes">disabled menuitem invoke menu - click-event</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5077</span> <span class="ticket-notes">[4.1-B1] Combo Box disappearing incorrectly</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5107</span> <span class="ticket-notes">[4.1] Nested fieldset not submitting it's checkbox</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5145</span> <span class="ticket-notes">Combination Examples : Ext JS Calendar - Displaying js error while drag and drop the event from header of the hour matrix to hour matrix.</span> </li> </ul> </li> <li class="component">Panel <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-4701</span> <span class="ticket-notes">Panel headers are disconnected from panel body</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4868</span> <span class="ticket-notes">Cannot setTitle on collapsed panel in border layout</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4938</span> <span class="ticket-notes">Panel collapse/expand animations break natural auto sizing</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-4997</span> <span class="ticket-notes">Panel header dimensions are way off</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5001</span> <span class="ticket-notes">Window header is incorrectly bordered</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5086</span> <span class="ticket-notes">Vertical Panel headers have visual problems</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5087</span> <span class="ticket-notes">Panel headers on framed panels instantiated with collapsed: true are truncated in old IE</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5114</span> <span class="ticket-notes">Initially placeholder-collapsed Panels have z-index:5</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5120</span> <span class="ticket-notes">Collapsed vertical panel headers have tools inserted at the wrong positiong</span> </li> </ul> </li> <li class="component">Selection Model <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5040</span> <span class="ticket-notes">[Wells Fargo TechnologyKeyboard navigation issue: the down arrow key regardless of whether you are holding down the ctrl key or not triggers a select on the next row</span> </li> </ul> </li> <li class="component">Tabs <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-4462</span> <span class="ticket-notes">Not Verified: loadmask showing on hidden components</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5019</span> <span class="ticket-notes">Tab position off when using plain</span> </li> </ul> </li> <li class="component">Theme <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5135</span> <span class="ticket-notes">Fieldset padding is wrong on IE</span> </li> </ul> </li> <li class="component">Toolbars <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-4880</span> <span class="ticket-notes">Toolbars and Menus - Status Bar : Status bar of "Ext Word Processor" is not shown as browser's vertical scroll bar is moving up while typing any text in text area.</span> </li> <li class="ticket"> <span class="ticket-number">EXTJSIV-5147</span> <span class="ticket-notes">Toolbars and Menus - Basic Toolbar - Top and Bottom arrows are missing in scrolling menu </span> </li> </ul> </li> <li class="component">Window <ul class="tickets"> <li class="ticket"> <span class="ticket-number">EXTJSIV-5023</span> <span class="ticket-notes">Windows: Window Variations: JS error on dragging constrained window</span> </li> </ul> </li> </ul> </div> <div class="release"> <h1>Release Notes for Ext JS 4.1.0 Beta 1</h1> <p class="notes"> Release Date: December 22, 2011<br> Version Number: 4.1.0 Beta 1 </p> <h2>Summary</h2> <p>We are very excited to get Ext JS 4.1.0 Beta 1 out to the community! Contained in this release are literally hundreds of bug fixes. As a first beta, there are several issues that we wanted to fix but decided that they were not critical enough to hold up the release any longer. These are documented in the known issues section of the ReadMe file in the distribution.</p> <p>I wanted to take a moment to cover some of the internals that have changed. Some of these are new since 4.1 PR1, while other changes were introduced in 4.1 PR1 but have not been previously covered.</p> <h3>Layout</h3> <h4>Failures</h4> <p>As result of the design for the layout engine in 4.1, it is possible for improper configuration (or a bug) to cause a layout run to fail to complete all of its calculations. When this occurs, the layout simply stops and the partial results that have been flushed to the DOM are all that is visible. In some cases, the layout may be 99% complete and the failure may go undetected or appear as a minor visual anomaly. In other cases, the layout may fail early and leave the UI in a clearly broken state (much like a JS error during layout would do in previous versions).</p> <h4>Diagnostics</h4> <p>The first step if you suspect you are seeing a layout failure is to enable the layout diagnostics. This is done by replacing the normal "ext-all.js" file with "ext-all-dev.js" and adding a couple additional scripts. Like so:</p> <pre> <script type="text/javascript" src="/extjs41/ext-all-dev.js"></script> <script type="text/javascript" src="/extjs41/src/diag/layout/Context.js"></script> <script type="text/javascript" src="/extjs41/src/diag/layout/ContextItem.js"></script> </pre> <p>Obviously, the path to Ext JS 4.1 will vary for your environment. With the above modifications, the diagnostic log can be viewed in Firebug's or Web Inspector's console. For IE, the logs are stored in memory and can be displayed by typing the following in the address bar once the page has loaded:</p> <pre> javascript:void(Ext.log.show()) </pre> <p>This can be bookmarked to create a "bookmarklet". The log is limited to 750 lines which can be changed like so:</p> <pre> <script type="text/javascript" src="/extjs41/ext-all-dev.js"></script> <script type="text/javascript"> Ext.log.max = 1500; </script> </pre> <h3>Model and idProperty</h3> <p>A common mis-configuration of Model is to not specify a proper "idProperty". This config property identifies the primary key of the model. This is easy to forget because "idProperty" defaults to "id". In 4.0, if there was no actual field in the Model by this name, you could encounter JS errors under some circumstances. In 4.1, this has been fixed by automatically defining the field by this name as a "string" property if there is no definition given.</p> <p>This fix can, however, have unexpected side-effects. If you notice that your models have gained an "id" property this is most likely why. The solution is to configure your models with the correct "idProperty" value.</p> <h3>Fields and Their Layouts</h3> <p>In Ext JS 4.1 PR1 and then again in Beta 1, fields and field layouts have undergone several internal changes. Before I dive into them, however, I wanted to cover several new configuration properties related to field rendering. We have talked to several customers who needed to replace the rendering logic of fields (things like the "renderTpl", "fieldSubTpl" or "labelableRenderTpl") to accomplish some basic tweaks for their applications. While this works, the properties being overridden are internal and have changed several times since 4.0. Rather than continue this cycle, we wanted to provide a more stable way to augment fields.</p> <p>In Beta 1, we have added several "micro" render templates to decorate fields. Typically these will be just strings of simple markup, but they can be full XTemplates. These decorators are as follows:</p> <ul> <li>*Fields*: inputAttrTpl</li> <li>*Labelable*: beforeLabelTpl, afterLabelTpl, beforeSubTpl, afterSubTpl, beforeLabelTextTpl, afterLabelTextTpl and labelAttrTpl</li> <li>*Checkbox*: beforeBoxLabelTpl, afterBoxLabelTpl, beforeBoxLabelTextTpl, afterBoxLabelTextTpl, boxLabelAttrTpl</li> <li>*HtmlEditor*: beforeTextAreaTpl, afterTextAreaTpl, beforeIFrameTpl, afterIFrameTpl, iframeAttrTpl</li> </ul> <p>The use of "afterLabelTextTpl" is demonstrated in two of the examples: /examples/form/dynamic.html and /examples/form/contact-form.html to render a simple "required field" indicator. Their role in rendering is probably obvious from their name. For further details, refer to the docs or the source for the various fieldSubTpl's or labelableRenderTpl. If there are other decorators that might be helpful, just let us know.</p> <p>In 4.0 and 4.1 PR1 field layouts were a rather complex balance of positioning, floating and measurement with subtle timing dependencies. In Beta 1, field layouts have been modified extensively to allow the browser to do much more of this work. To support IE6 this required the use of tables. There are still some calculations required, typically around height, but this approach eliminated lots of calculation and measurement that we previously had to perform on each field, the cost of which added up quickly.</p> <h3>Panel collapse</h3> <p>In 4.1 PR1, panel collapse was consolidated entirely into Panel. In 4.0, panel collapse was handled by Panel in many cases, but when contained in an Accordion or Border layout, these layouts would get very involved in the collapse/expand process. This change is unlikely to have impact on most applications, but could be important if the animation or other properties of collapsing have been customized.</p> <h3>LoadMasks</h3> <p>Masking is now only shared for modal windows. Non-floating and non-modal components will now create their own masks. While support for using Ext.LoadMask on elements has been deprecated in favor of the Ext.dom.Element mask() and unmask() methods, the ability to mask elements is still supported.</p> <p>Mask management has been improved to handle re-sizing and hiding of the owning component.</p> <h3>Drag/Drop</h3> <p>In 4.1 Beta 1, the DragDropManager now consults the z-index to identify the top-most target of a drop. While this will fix many use cases of overlapping drop targets, it could also impact customized drag/drop processing.</p> <h3>Store refresh event</h3> <p>In 4.1 Beta 1, stores now fire a 'refresh' event if their content is changed in a significant way. This event has the semantics of the 'datachange' event from Ext JS 3.x and was added because 'datachange' in 4.0 fires for any change to the store (including adding one item).</p> <h2>Bugs Fixed</h2> <ul> <li>Button <ul> <li>[EXTJSIV-3558] Button title doesn't display properly when only a few characters are used in webkit-based browsers.</li> <li>[EXTJSIV-4184] Cascading child menu initial location is incorrect when near edge of viewport</li> <li>[EXTJSIV-4438] Button Group layout is broken (breaks Themes example)</li> <li>[EXTJSIV-4621] Combination Examples - Feed Viewer: Raises java script error when clicked on "Go to post" button</li> <li>[EXTJSIV-4623] Combination Examples - Theme Viewer:Raising js error when clicked on expand/ collapse button of Masked Panel for Theme Viewer</li> <li>[EXTJSIV-4677] Miscellaneous - Buttons : Not properly displaying buttons with text and icons</li> </ul> </li> <li>Charts <ul> <li>[EXTJSIV-2514] Rich tooltips do not render correctly in 4.02 examples, and don't clear correctly</li> <li>[EXTJSIV-3493] [4.0.4] Pie Chart should display blank canvas when store load empty dataset</li> <li>[EXTJSIV-3626] Radar Chart Line Connectors do not Appear With Default Theme</li> <li>[EXTJSIV-3630] groupBy throws an exception when changing from 'year,month,day' to 'year,month'</li> <li>[EXTJSIV-3765] [4.0.0] Ext.chart.series.Column: if you mouseOut the column, it will get a black border permanently.</li> <li>[EXTJSIV-3783] Area Chart - Farthest right tick not firing mouse events, showing tooltip, etc.</li> <li>[EXTJSIV-4040] [4.0.6] Gauge Chart Does not Support Tooltips or Mouse Listeners</li> <li>[EXTJSIV-4133] Portal Demo : "Graphs" In the "Stock portlet" are not displaying.</li> <li>[EXTJSIV-4252] Styling attributes defined in the highlight attribute of the Ext.chart.series.Series class are not considered.</li> <li>[EXTJSIV-4270] Stacked Bar Chart - Long digit number is displaying in the X-Axis when disabling all the legend items (except "Thriller")</li> <li>[EXTJSIV-4280] Charts - Rich Tips - Legend window is truncated on the right side when hovered on corner points in the chart.</li> <li>[EXTJSIV-4303] [4.0.7] [4.0.6] VML - broken text rotation</li> <li>[EXTJSIV-4337] Series, radar graph, tips not passing argument</li> <li>[EXTJSIV-4366] CPU load graphs are not displaying upon clicking on graph legends.</li> <li>[EXTJSIV-4429] [4.0.7] Pie chart series draws incorrectly</li> <li>[EXTJSIV-4459] If you try to render a chart in internet explorer 8 and you have animate=true, the markers will render, but lines themselves will never render</li> <li>[EXTJSIV-4502] [4.0.7] Pie chart with two data items, where the first is zero draws oddly</li> <li>[EXTJSIV-4505] Charts -> Filled Radar Charts : JS Error is displayed when clicked on any legend item.</li> <li>[EXTJSIV-4536] Chart with gradients turns black when displayed on more than one tab page.</li> <li>[EXTJSIV-4544] Charts : Rich Tips - No tool tips are displayed upon mouse hovering on graph nodes for the second time.</li> <li>[EXTJSIV-4589] Charts -> Line chart: Tapping on 'Reload Data' button multiple times shows blank chart</li> <li>[EXTJSIV-4603] When hiding then showing an item from Pie Chart Legend, the Chart dose not display the field label.</li> <li>[EXTJSIV-4604] Chart doesn't show labels, background, X axis, and Y axis in case data model is empty. Chart should be displayed empty.</li> <li>[EXTJSIV-4614] Charts -> Area chart: Chart not rendered completely and Reload Data button not functional</li> <li>[EXTJSIV-4622] Combination Examples - Web Desktop(Updated): Raising js error when mouse hovered on pie chart under System Status window</li> <li>[EXTJSIV-4671] Combination Examples - Portal demo -Only "djia" graph is displayed in the stock portlet.</li> <li>[EXTJSIV-4732] Charts - Area charts - Displaying Js error upon clicking on legend items In the chart</li> </ul> </li> <li>Core <ul> <li>[EXTJSIV-1755] Examples: Resizer custom resizable handles indicates drag without enabling it</li> <li>[EXTJSIV-1996] Container findX method consistency and missing functionality</li> <li>[EXTJSIV-2545] LoadMask's mask el is behind any Window</li> <li>[EXTJSIV-3379] ClassManager - define()'ing the same class multiple times will corrupt the namespace cache</li> <li>[EXTJSIV-3621] In Ext.core.Element.unclip method at core/src/dom/Element.style.js, variable "o" is used before assigned</li> <li>[EXTJSIV-3709] LoadMask doesn't entirely cover document.body</li> <li>[EXTJSIV-3721] Async Loading of Ext in an IFrame in IE: loading Ext in an iframe and the onReady call has no effect</li> <li>[EXTJSIV-3743] isUpload params behave differently to form</li> <li>[EXTJSIV-4156] itemadd does not fire when adding to an empty view</li> <li>[EXTJSIV-4186] XTemplate does'nt handle single quote properly in some case.</li> <li>[EXTJSIV-4482] Style names in style and bodyStyle must be proper CSS names</li> <li>[EXTJSIV-4540] Class system blows up with stack overflow on IE</li> <li>[EXTJSIV-4580] Memory leaks in the framework - (e.g. on the theme example)</li> </ul> </li> <li>Data <ul> <li>[EXTJSIV-2528] setRootNode doesn't allow model instance</li> <li>[EXTJSIV-3295] layout fit grid scrollbar does not scroll content</li> <li>[EXTJSIV-3304] Wrong height of the north and south panels in the border layout in a window</li> <li>[EXTJSIV-3315] Wrong file in gray theme - [4.0.2a]</li> <li>[EXTJSIV-3317] [4.0.2a] Remotefilter on buffered store and prefetch.</li> <li>[EXTJSIV-3318] Using checkbox selection model in the editable grid produces an error</li> <li>[EXTJSIV-3319] [extjs 4.x] How to use &quot;showInInlineEditor&quot; in ExtJS 4?</li> <li>[EXTJSIV-3320] EXTJS4 Tab iconCls height bug</li> <li>[EXTJSIV-3339] Grid plugin example not working [4.0.2a]</li> <li>[EXTJSIV-3340] Empty Column List when there are many columns</li> <li>[EXTJSIV-3344] Wrong example code in Object#merge()</li> <li>[EXTJSIV-3352] Resetting the editable combobox to non empty original value results in empty val</li> <li>[EXTJSIV-3546] [4.0.4] autoSync not working in TreeStore</li> <li>[EXTJSIV-3657] hasOne association isn't retrieved in getAssociatedData</li> <li>[EXTJSIV-3836] Field mapping on idProperty can cause incorrect internalId</li> <li>[EXTJSIV-4039] [4.0.6] Store.clearData() does not clear records from &quot;removed&quot; cache</li> <li>[EXTJSIV-4124] [4.0.6] Ext.data.TreeStore.load - Async Concurrency Problem</li> <li>[EXTJSIV-4125] getNode return wrong record after add new record</li> <li>[EXTJSIV-4188] Ext.data.proxy.Direct and Ext.form.Panel#api are not compatible with ExtJS 4 MVC</li> <li>[EXTJSIV-4211] Loading a store from controller using Ext.Direct: hen the paramOrder config is specified as a string, it's split into an array but it's not correctly passed up to its parent as an array </li> <li>[EXTJSIV-4227] Where did rejectChanges() go?</li> <li>[EXTJSIV-4238] Store's "write" and "datachanged" events do not fire after saving a record if the proxy is defined on the record</li> <li>[EXTJSIV-4240] After calling Model#save(), the model instance that is passed to the success callback is not the same instance that was saved.</li> <li>[EXTJSIV-4242] Newly created records in TreeStore can't be accessed using TreeStore#getNodeById()</li> <li>[EXTJSIV-4278] [Infor Global Solutions] Ext.data.proxy.JsonP.destroy does not pass arguments in callParent</li> <li>[EXTJSIV-4309] Ext.data.Store.loadRawData does not set total property</li> <li>[EXTJSIV-4333] [4.0] Bug in the Ext.data.Store constructor</li> <li>[EXTJSIV-4415] All samples are showing as "undefined" in the right column side-box of examples page</li> <li>[EXTJSIV-4433] Too much recursion in Ext.data.JsonP.abort</li> <li>[EXTJSIV-4446] Ext.ModelManager.getCount() returns always 0</li> <li>[EXTJSIV-4594] Ext 4.0.7 - Transform of combo does not use configured store</li> <li>[EXTJSIV-4597] Ext.data.Store.filter does not reset page number?</li> </ul> </li> <li>Direct <ul> <li>[EXTJSIV-3949] Direct : Displaying JS error while accessing Direct Tree loader example</li> <li>[EXTJSIV-4659] Direct - Direct Named Arguments-: Age field is not displaying in the Example</li> </ul> </li> <li>Documentation <ul> <li>[EXTJSIV-4219] [4.0.2] panel Tool types documented AND in CSS, but not in sprite.</li> <li>[EXTJSIV-4349] API docs on() method signature</li> <li>[EXTJSIV-4609] Absolute, Accordion, Border and Table layouts have the deprecated layoutConfig</li> <li>[EXTJSIV-4662] Documentation: Ext.Loader -> setConfig(): the example code contains a <script> tag instead of </script>:</li> </ul> </li> <li>Draw <ul> <li>[EXTJSIV-2097] viewbox: true ignores padding</li> <li>[EXTJSIV-3950] Drawing : Displaying blank page while accessing Rotate Text (New) example</li> <li>[EXTJSIV-4247] [Ext 4][B3] Ext.draw.Component - click event fires twice</li> <li>[EXTJSIV-4382] Browser Logo Example: Bug with drawing bounds. Images are clipped at top</li> <li>[EXTJSIV-4572] [4.0.7] Error when making Ext.Img resizable</li> <li>[EXTJSIV-4753] Drawing : Resizable Sencha Logo - Unable to resize the Sencha logo</li> </ul> </li> <li>Events <ul> <li>[EXTJSIV-3590] keypress event catch and handling at check tree</li> <li>[EXTJSIV-4132] CheckboxModel select event is not being triggered when you select from select all</li> <li>[EXTJSIV-4160] Mouse events on Sprites not usable</li> <li>[EXTJSIV-4264] Bug in relayEvents together with prefix</li> <li>[EXTJSIV-4275] Ext.view.View itemadd event fired too early</li> <li>[EXTJSIV-4466] [4.0.7] RadioGroup. Active value - error in the newValue param of the change event.</li> <li>[EXTJSIV-4478] Column headerclick Event Not Working</li> <li>[EXTJSIV-4627] [4.1.0PR] LoadMask listeners not removed when component is destroyed</li> <li>[EXTJSIV-4778] SplitButton not passing the event object on click</li> </ul> </li> <li>Examples <ul> <li>[EXTJSIV-1134] Grid: Right aligned headers need additional padding on the right</li> <li>[EXTJSIV-1135] Paging grid example - show preview is missing an icon</li> <li>[EXTJSIV-1151] MessegeBox - cannot press escape on confirm</li> <li>[EXTJSIV-1692] Hard Error: New desktop example. Click on About Ext JS in start menu in IE 8 and then close the video window</li> <li>[EXTJSIV-2011] Failed test: Verify correct Buttons / icons are displayed for Sell Stock, Buy Stock and Hold Stock and check tool tips</li> <li>[EXTJSIV-2029] Failed test: Verify Default view of Grouping with Remote Summary .</li> <li>[EXTJSIV-2163] Failed test: Verify the User is able see the Google Map</li> <li>[EXTJSIV-2254] Failed test: Verify page alignment while resizing the browser</li> <li>[EXTJSIV-2276] Collapsing a tree panel w/collapsed nodes throws JS error</li> <li>[EXTJSIV-2280] Failed test: Verify the Scroll bars in the note pad</li> <li>[EXTJSIV-2283] Failed test: Verify the memory usage pie chart when user click's on legends continuously</li> <li>[EXTJSIV-2286] Failed test: Verify the charts display when user resize the system status window</li> <li>[EXTJSIV-2287] Failed test: Verify the "About Ext Jst" item in statrt menu .</li> <li>[EXTJSIV-3756] Combination Examples : Feed Viewer - Throwing Error message upon adding a valid feed in a specific scenario.</li> <li>[EXTJSIV-3955] Displaying JS error while accessing Theme viewer and "Ext JS 3 & 4 on one page" examples</li> <li>[EXTJSIV-3959] Portal Demo - Displaying JS error when click on expand/collapse button</li> <li>[EXTJSIV-3961] Key Feed Viewer - Displaying JS error while accessing Key Feed Viewer example</li> <li>[EXTJSIV-4008] Quick Tips Example - No space between buttons under Easiest Tip & Callout Tip</li> <li>[EXTJSIV-4085] Combination Examples : Feed viewer - "Summary" button is not working in preview pane.</li> <li>[EXTJSIV-4136] Portal demo :Unable to close the portlets in a specific scenario.</li> <li>[EXTJSIV-4346] Center custom layout example is broken</li> <li>[EXTJSIV-4365] Kitchen Sink: a) Store defined with no model. b) GET http://localhost/ext-4.1-pr1/resources/themes/images/neptune/dd/drop-no.gif 404 (Not Found)</li> <li>[EXTJSIV-4367] Web Desktop sample: Displaying following error 84Error: Problem parsing d=""</li> <li>[EXTJSIV-4368] ExtJS 3 & 4 on one page sample: JS error: 'colors' is null or not an object</li> <li>[EXTJSIV-4370] Theme Viewer Example: Mouse is stick to Resizable handle and not able to navigate away.</li> <li>[EXTJSIV-4393] Drag and Drop Example: JS error is displayed</li> <li>[EXTJSIV-4447] Webdesktop: Displaying blank page while accessing webdesktop example</li> <li>[EXTJSIV-4548] Combination Examples - Feed viewer : Unable to scroll the data in feed preview panel after selecting the Hide option in the preview drop down menu.</li> <li>[EXTJSIV-4559] Feed Viewer & MVC - Feed Viewer - Created empty row/ space with a bullet upon clicking on open all button</li> <li>[EXTJSIV-4658] Combination Examples - EXT JS 3 & 4 on one page - Showing JS Error while accessing the page</li> <li>[EXTJSIV-4676] Combination Examples - Portal demo :Displaying Js error upon reordering portelts in a specific scenario</li> <li>[EXTJSIV-4680] Combination examples : Theme viewer - Horizontal & Vertical scrollbars are disappearing upon changing the themes in the theme viewer example</li> <li>[EXTJSIV-4686] Combination Examples:Unable to expand/collapse north & east panels upon clicking on panels collapse button continuously.</li> <li>[EXTJSIV-4707] Combination examples : Web desktop - Displaying blank page upon accessing webdesktop example.</li> <li>[EXTJSIV-4713] Combination examples:Theme viewer-Unable to expand the "Tree panel" window once after collapse</li> <li>[EXTJSIV-4758] Combination Examples:Web desktop - Desktop covered with mask after opening the examples in the taks bar.</li> <li>[EXTJSIV-4772] Combination Examples : Web desktop: Unable to minimize the windows upon clicking on title headers in the taskbar.</li> </ul> </li> <li>Forms <ul> <li>[EXTJSIV-2218] Failed test: Verify the time field in the Form fields type form</li> <li>[EXTJSIV-2229] Failed test: Verify whether live search functionality is displaying correct results and topics by giving invalid data</li> <li>[EXTJSIV-2240] Failed test: Verify the user is able to enter details manually in the Company details table</li> <li>[EXTJSIV-2242] Failed test: Verify the error message when user click on save button without filling mandatory fields.</li> <li>[EXTJSIV-2360] Failed test: Verify whether live search functionality is displaying correct results and topics by giving valid data</li> <li>[EXTJSIV-3341] adding checkbox in checkbox group (4.0.1)</li> <li>[EXTJSIV-3445] getFieldValues deprecation needs to be removed from the compat layer</li> <li>[EXTJSIV-3624] Bugs with Ext.form.field.Combo and Editor Grids</li> <li>[EXTJSIV-3690] Model background (gray color) is not completely stretched in the page & Confirmation message pop-up window is allowed to click on the other controls in the page</li> <li>[EXTJSIV-3701] Time field's "setValue()" method does select the value on the picker dropdown.</li> <li>[EXTJSIV-3939] Bulk-rendering: Trigger field: Trigger needs to have its afterRender logic transplanted or at least we need to suspend layouts during render</li> <li>[EXTJSIV-3948] Forms : Displaying JS error while accessing MultiSelect ItemSelector & Custom Form Fields examples</li> <li>[EXTJSIV-3999] Forms : Registration Form - Registration form is not properly loaded in registration example page on FF3.6,Google Chrome 10</li> <li>[EXTJSIV-4012] RadioGroups broken in 4.0.2</li> <li>[EXTJSIV-4196] Validation error not shown when user types 15/18/2001 in a date field: value is changed into 15/06/2002 when leaving the field.</li> <li>[EXTJSIV-4233] Forms don't remember field state</li> <li>[EXTJSIV-4329] Fieldset body div is sized to be too tall</li> <li>[EXTJSIV-4387] Forms Example: JS error: 'length' is null or not an object</li> <li>[EXTJSIV-4388] Form Example, Registration Form: JS error is displayed</li> <li>[EXTJSIV-4497] MultiSelect & ItemSelector - Displaying JS error when uncheck Toggle enabled check box</li> <li>[EXTJSIV-4506] Forms - Binding a Grid to a Form - Rating label caption alignment in not proper. Label caption should align next to radio button</li> <li>[EXTJSIV-4535] "Form" : "Custom form field"- Displaying wrong page numbers in the pagination</li> <li>[EXTJSIV-4648] Ext.form.FieldSet: beforecollapse and beforeexpand events aren't implemented</li> <li>[EXTJSIV-4667] Trigger field disabling is broken</li> <li>[EXTJSIV-4684] Checkbox / Radio Groups:The validation message for "Custom Layout" in Check box Group field set is not properly aligned.</li> <li>[EXTJSIV-4695] Forms: Displaying JS error while accessing the "File Upload Field" and "Custom form Field" examples</li> <li>[EXTJSIV-4734] Shopping cart checkout : Fields are missing in the payment field set</li> <li>[EXTJSIV-4754] Forms : File Upload Field - File browse window is getting displayed upon clicking on "Name"field</li> <li>[EXTJSIV-4755] Forms : File Upload Field - Uploaded file name is not displaying in file upload form "Success" dialog box.</li> <li>[EXTJSIV-4769] Forms - File Upload Field : Displaying js error while accessing the File Upload Field example</li> </ul> </li> <li>Grid <ul> <li>[EXTJSIV-1158] Paging Grid: No default text for topics</li> <li>[EXTJSIV-1171] Grid: Dead Corner when Scrolling Horizontally</li> <li>[EXTJSIV-2005] Failed test: Verify Sort Ascending for the column in the Cell Editing Grid</li> <li>[EXTJSIV-2014] Failed test: Verify the tab scrollers if there are no tabs to display</li> <li>[EXTJSIV-2015] Failed test: Verify the tabs display when user click's on open all button for more than once</li> <li>[EXTJSIV-2019] Failed test: Verify Index column in the Grid with Numbered Rows grid.</li> <li>[EXTJSIV-2053] Failed test: Verify the Search functionality for the Regular Expression check box.</li> <li>[EXTJSIV-2078] Failed test: Verify the Time filed in the form widget</li> <li>[EXTJSIV-2329] Failed test: Verify the user is able to Reset the grids</li> <li>[EXTJSIV-2375] Grids scrollbars has 1px off</li> <li>[EXTJSIV-2401] Failed test: Verify Add columns in the Grid plugin</li> <li>[EXTJSIV-2418] Failed test: Verify whether selected Cell is allow to Edit in the Cell Editing Grid</li> <li>[EXTJSIV-2444] Failed test: Verify scroll bar appears when size of the columns are increased or vice-versa</li> <li>[EXTJSIV-2458] Failed test: Verify the lock functionality in the grid</li> <li>[EXTJSIV-2543] Cell Editing, intra-row change of focus.</li> <li>[EXTJSIV-3309] Grid reconfigure breaks columns layout</li> <li>[EXTJSIV-3378] Filtered result set does not change size of scrollbar, result set repeated when scrolling beyond bounds of actual result set</li> <li>[EXTJSIV-3395] Columns headers are missing upon increase the column size.</li> <li>[EXTJSIV-3402] 4.0.2 Grid vertical lines of the header and those of the rows don't correspond in IE9</li> <li>[EXTJSIV-3419] RowEditing can't change back to the original loaded value</li> <li>[EXTJSIV-3628] 4.0.2 Cell not editing correct value when data in cell is updated..</li> <li>[EXTJSIV-3636] Setting the iconCls config on Ext.grid.column.Action results in the css class being added to the acual <img> element twice</li> <li>[EXTJSIV-3643] Grouped Grid - Adding new record in a list retrieves incorrect data</li> <li>[EXTJSIV-3763] [4.0.5] Hard crash in IE when rendering locking grid to a table cell</li> <li>[EXTJSIV-3775] [4.0.5] 'itemclick' event doesn't bubble when using locking grid</li> <li>[EXTJSIV-3797] Ext.grid.column.Column 'id' config gets put directly into the DOM, allowing ID duplication and random issues</li> <li>[EXTJSIV-3899] Event sequence grid/view/selectionmodel not correct</li> <li>[EXTJSIV-3921] RowEditor Update/Cancel buttons outside of grid viewport</li> <li>[EXTJSIV-3951] Grid from Markup - Column header is displaying at the top of the page when click on "Create Gird" button.</li> <li>[EXTJSIV-3953] Cell Editing Grid - Not able to add/edit a record in the grid when Add plant button is selected in IE 6 & 7.</li> <li>[EXTJSIV-3962] Setting width to negative value throws a JS error in IE</li> <li>[EXTJSIV-3994] How to prevent extjs grid from scrolling when clicking on a cell ?</li> <li>[EXTJSIV-3998] Vertical scrollbar doesn't appear when it should when using Row Expander plugin</li> <li>[EXTJSIV-4000] Resizing columns while row-editing a grid messes up column headers</li> <li>[EXTJSIV-4011] Grid filter extension: filters menu item appearance bug</li> <li>[EXTJSIV-4019] Drag and drop : Grid to Grid DnD - Displaying JS error upon placing the cursor on a specific area in "Record Name" column header</li> <li>[EXTJSIV-4021] Problem with stateful grouped header grid</li> <li>[EXTJSIV-4024] XML Grid - By default horizontal scroll bar is appearing in IE 8 and disappearing after click on any column header</li> <li>[EXTJSIV-4052] Rows get out of sync only when grid is scrolled to the very bottom - All browsers</li> <li>[EXTJSIV-4086] Grouping with Remote Summary - Show summary button is not working.</li> <li>[EXTJSIV-4092] Grids Columns are 1px off with IE9 in quirk mode</li> <li>[EXTJSIV-4094] Scroll bar in grid panel stops responding</li> <li>[EXTJSIV-4127] Grid ColumnLayout forceFit "calculate" method update</li> <li>[EXTJSIV-4152] Ext4: How to do grid grouping groupHeader with dynamic grouping field header text?</li> <li>[EXTJSIV-4161] [4.0.0] RowEditor ignores errorSummary</li> <li>[EXTJSIV-4168] Grid bug when using reconfigure() and locked column</li> <li>[EXTJSIV-4185] Stateful grid with remoteSort true does not restore column sorting</li> <li>[EXTJSIV-4228] Style information attached to the metadata parameter of the renderer function is overridden by global style column attributes</li> <li>[EXTJSIV-4248] [4.0.2a] Grid sorter damaged when using a stateful grid</li> <li>[EXTJSIV-4249] examples/grid/group-header-grid.html allows sub group to become primary</li> <li>[EXTJSIV-4258] Ext.grid.plugin.CellEditing + Ext.selection.CheckboxModel = TypeError</li> <li>[EXTJSIV-4281] Infinite Scrolling - Blue lines are displaying when uncheck all other columns and decreasing the topics column size in IE 8</li> <li>[EXTJSIV-4282] Row Editor fields are not aligned to the grid cells properly when used on a grid with a checkbox selection model</li> <li>[EXTJSIV-4310] [4.0.7] Ext.Application and result of fireEvent: fireing event beforeedit do not return a boolean when grid is initialise with Ext.application</li> <li>[EXTJSIV-4314] grid-row-over class gets removed if the data in the record underlying a hovered row is changed</li> <li>[EXTJSIV-4317] When using cell editing with row selection model, editor dies when moving to column that does not have an editor defined.</li> <li>[EXTJSIV-4323] grid sort - missing icon from grid header after reconfigure</li> <li>[EXTJSIV-4347] Modifying of saveBtnText, cancelBtnText in Ext.grid.plugin.RowEditing - don't get passed into Ext.grid.Roweditor</li> <li>[EXTJSIV-4371] Grid Plugin Example: Bug in RowWrap. Hidden columns are not being hidden in data.</li> <li>[EXTJSIV-4398] [4.1PR][ALL BROWSERS] Grid View Update problems when moving &amp; resizing columns</li> <li>[EXTJSIV-4420] Initial LoadMask on GridPanel not shown</li> <li>[EXTJSIV-4424] Calling reconfigure on a grid with CheckBox model causes additional checkbox columns</li> <li>[EXTJSIV-4430] Ext.grid.property.Property sortableColumns Ignored</li> <li>[EXTJSIV-4454] Displaying JS errors while accessing Grid Cell editing,RESTful Store with GridPanel and RowEditor,Editable Grid with Writable Store,Toolbar Button Groups Vertical Toolbars examples</li> <li>[EXTJSIV-4470] Grids : Grid Filtering (Updated) :Displaying JS error upon clicking on "All filter data" in grid filters example.</li> <li>[EXTJSIV-4484] Grids:Grouping Grid Clear grouping button is not working</li> <li>[EXTJSIV-4493] Scrollbar gets out of sync when new records are added to the grid</li> <li>[EXTJSIV-4496] Grids: "RESTful Store with GridPanel and RowEditor" and "Editable Grid with Writable Store" examples throw JS error while accessing in IE6 browser</li> <li>[EXTJSIV-4501] [4.1PR][IE7,IE9] Space between Grid View and scrollbars are off.</li> <li>[EXTJSIV-4504] Dragging a group column does not move all columns in the group.</li> <li>[EXTJSIV-4507] Grids -> Grids with locking capability: JS error is displayed while trying to unlock 'Company Name' column.</li> <li>[EXTJSIV-4508] Grids -> Grouping Grid: JS error is displayed when clicked on 'Group by this field' or when tried to uncheck 'Name' column.</li> <li>[EXTJSIV-4515] CellEditor doesn't work with RowBody and RowWrap grid features [Deer Valley Unified School District]</li> <li>[EXTJSIV-4546] Grids : Buffered grid - Data In the salary column is not displayed in sorted order after moving the data by using scroll pointer.</li> <li>[EXTJSIV-4551] Localization - GroupingFeature: Ext.grid.GroupingFeature is wrong</li> <li>[EXTJSIV-4560] Drag and Drop - Field To Grid DnD : Cell that is dragged and placed the text "test" is not sorting properly under company column</li> <li>[EXTJSIV-4567] Using paging grid within a form makes page input a form field</li> <li>[EXTJSIV-4579] Grids editing visual test throws js error in IE8</li> <li>[EXTJSIV-4617] Grid -Grouped Header Grid (Updated): Horizontal scroll bar is not displaying to view the company column.</li> <li>[EXTJSIV-4634] Drag and Drop - Grid to Grid DnD: Dragged records are not shown in Second Grid</li> <li>[EXTJSIV-4643] Grouping grid causes JS errors in visual test</li> <li>[EXTJSIV-4645] Column header menu trigger el is not deactivated upon Menu hide.</li> <li>[EXTJSIV-4660] Grouped Header Grid : Even one sub item is selected ,all the sub items are get selected and displayed in the grid</li> <li>[EXTJSIV-4705] Grids - Basic Array Grid : Column header drop down menu items list is misplaced</li> <li>[EXTJSIV-4725] Checkbox header is not centered</li> <li>[EXTJSIV-4735] Grid Filter :Text on the "OK" button is left aligned</li> <li>[EXTJSIV-4737] Toolbars and Menus - Ext Grid Actions: Column headers are disturbed when columns size is expanded</li> <li>[EXTJSIV-4740] Cell Editors created outside grid code are not activated when selecting cell</li> <li>[EXTJSIV-4811] Grids : Basic Array Grid : Grid is not displaying sort values when refresh the page and no field selection option for "buy/sell" field.</li> <li>[EXTJSIV-4813] Grids: Grouping : No data (blank) is displayed in grouping gird example in a specific</li> <li>[EXTJSIV-4833 ] Combination Examples - Feed Viewer : Displaying js when clicked on "Sci/Tech - Google News" item under the Feeds panel</li> <li>[EXTJSIV-4836] MVC -> Feed Viewer : Displaying error message while accessing the example on Safari5 and Chrome browsers only.</li> <li>[EXTJSIV-4838] Grids: Grid with Live Search Capability - Displaying JS error while click on "<" or ">" button for searching the data in the grid.</li> <li>[EXTJSIV-4839] Grid - Displaying JS error when clicked on last row / last row above the Horizontal scroll bar in the grid. This issue observed across all examples having grid.</li> </ul> </li> <li>Layouts <ul> <li>[EXTJSIV-1544] A gray line appears after clicking on subsequent accordion headers and coming back to the first header</li> <li>[EXTJSIV-2074] Failed test: Verify that East panel expands when clicked on the expand button at left side of the center panel</li> <li>[EXTJSIV-2263] Failed test: Verify whether East Side panel collapses when clicked on collapse button</li> <li>[EXTJSIV-2266] Failed test: Verify the user is able to click on drop down list and able to see the options</li> <li>[EXTJSIV-2301] Failed test: Verify Border layout page alignment while resizing the browser</li> <li>[EXTJSIV-2390] Failed test: Verify whether Accordion panel width can be increased / decreased</li> <li>[EXTJSIV-2405] Docked items added after render don't render correctly</li> <li>[EXTJSIV-3409] CardLayout deferredRender config ignored when component is added to a container</li> <li>[EXTJSIV-3977] [4.0.6] Container in hbox height issue: When there is an hbox with a container in it, the height of the container's (and other siblings) surrounding div (class: x-box-inner) gets set to the height of the largest child</li> <li>[EXTJSIV-3990] Editor - Label captions are overlapping on the text fields when long label caption is entered without any space.</li> <li>[EXTJSIV-4076] Draggable Sprite Doesn't Follow Cursor</li> <li>[EXTJSIV-4088] Layout Browser - Custom Layouts - Center - Page is not center aligned and extra empty space is created next to Sample layout panel in IE 7</li> <li>[EXTJSIV-4134] [4.0.6] Load mask problem: create new window (modal: true) and make setLoading(true) for it. Than I click to header of window, mask (with text "Loading") moves into the background of the window</li> <li>[EXTJSIV-4150] Grouping don't update panel height</li> <li>[EXTJSIV-4170] FileUploadField label does not collapse</li> <li>[EXTJSIV-4171] User details - Drop down items are displaying at the top of the page when double-click on the Editor panel</li> <li>[EXTJSIV-4182] Splitter-usage breaks Layouts</li> <li>[EXTJSIV-4197] Button menu misaligned on first appear, correct on second appear</li> <li>[EXTJSIV-4216] Submenu disappears by going to its item obliquely</li> <li>[EXTJSIV-4223] Hidden floated element positioning bug</li> <li>[EXTJSIV-4253] Stateful implementation broken for panels in Accordion layout</li> <li>[EXTJSIV-4342] Layout autoWidth/Height only supports "shrink wrap" mode</li> <li>[EXTJSIV-4343] Themes Example has JS error on IE6 only</li> <li>[EXTJSIV-4344] Need to constrain width/height to >= 0 in IE</li> <li>[EXTJSIV-4352] The "layout bubble" algorithm does not always climb high enough</li> <li>[EXTJSIV-4353] Adding components to a running layout fails</li> <li>[EXTJSIV-4361] Message-Box sample: Buttons on the pop-up dialog are truncated on the right end and also text boxes are not aligned properly for some pop-up dialogs.</li> <li>[EXTJSIV-4363] Forum-search sample: No search results displayed</li> <li>[EXTJSIV-4364] Combo Box sample: The "States" drop down box content is overlapping with selected value</li> <li>[EXTJSIV-4369] Feed-viewer sample: Nothing is displaying (Blank) after clicking on feed "collapse" button.</li> <li>[EXTJSIV-4374] tab overflow menu example: JS error: 'targetSize' is null or not an object. UX needs updating to accommodate new layout system.</li> <li>[EXTJSIV-4377] Layout Browser Example: JS error and missing collapse tool on footer panel</li> <li>[EXTJSIV-4380] Complex Layout example: JS error is displayed</li> <li>[EXTJSIV-4381] Accordion Layout Example: JS error is displayed</li> <li>[EXTJSIV-4386] [4.1PR] - layout fails: lastComponentSize is undefined</li> <li>[EXTJSIV-4391] BoxReorderer needs refactoring to work with new layout system.</li> <li>[EXTJSIV-4395] Table Layout Example: Blank page is displayed</li> <li>[EXTJSIV-4401] Problem with panel initially collapsed in a border layout</li> <li>[EXTJSIV-4404] Error: ext-all-debug.js:51144 Uncaught TypeError: Cannot read property 'isDetachedBody' of undefined</li> <li>[EXTJSIV-4405] no onRender: function (ct, position) for Fields</li> <li>[EXTJSIV-4406] Error on tab creation: ext-all-debug.js:78809 Uncaught TypeError: Cannot call method 'scrollIntoView' of undefined.</li> <li>[EXTJSIV-4409] growMax and growMin aren't honored for Text.js and TextArea.js [Rally]</li> <li>[EXTJSIV-4439] [4.1.0PR] Error with collapsed region in border layout: "me.placeholder is undefined"</li> <li>[EXTJSIV-4449] Field layout measures its height before acquiring its width resulting in incorrect height.</li> <li>[EXTJSIV-4489] Box layout's menu overflow handler does not work.</li> <li>[EXTJSIV-4534] Picker "Loading..." mask stuck on: loading mask on combo's with property queryMode='local' sometimes remains active and don't disappear when you click on picker.</li> <li>[EXTJSIV-4570] BorderLayout expand/collapse regression</li> <li>[EXTJSIV-4610] Ext-layout-container-Accordion -> animate: false not working</li> <li>[EXTJSIV-4619] Combination Examples -Theme Viewer example :The loader icon is over lapping the calendar component.</li> <li>[EXTJSIV-4624] Layout Managers - Complex Layout (Updated): Raises js error when clicked on expand/ collapse button for South Panel</li> <li>[EXTJSIV-4632] Unexplained load mask in upper left corner of browser again</li> <li>[EXTJSIV-4633] Progressbar is going beyond the boundries when click on Show button of any field</li> <li>[EXTJSIV-4637] Field layouts allow triggers to wrap.</li> <li>[EXTJSIV-4691] Layout Manager - Anchor Layout (form) : The Text Area is truncated</li> <li>[EXTJSIV-4698] Ext.window.Window height not being calculated correctly</li> </ul> </li> <li>Menu <ul> <li>[EXTJSIV-3354] Ext.menu.Menu positioning problem while scopeResetCSS:true</li> <li>[EXTJSIV-3653] Grid menu filter loses focus when mouse leaves the component</li> </ul> </li> <li>MVC <ul> <li>[EXTJSIV-2308] Failed test: Verify Pane resize on Feedviewer page using resize bar</li> <li>[EXTJSIV-2311] Failed test: Verify the focus on the tabs when user click on open all button</li> <li>[EXTJSIV-2312] Failed test: Verify the tabs display when user click's on open all button.</li> </ul> </li> <li>Others <ul> <li>[EXTJSIV-3555] autoEl does not support the string version</li> <li>[EXTJSIV-3928] Ext.Direct - Callback not invoked after a request is aborted/timesout</li> <li>[EXTJSIV-3966] Miscellaneous :Browser State Management -Showing JS error upon clicking on "Collapse/Expand" button of Collapse/expand width panel</li> <li>[EXTJSIV-4123] Ext.Array.from() with function gives empty array</li> <li>[EXTJSIV-4142] [4.06] readOnly with xtype: 'filefield': A field "filefield" can be charged even if readOnly</li> <li>[EXTJSIV-4149] [4.0.2] Ext.Element fadeOut not respecting useDisplay:true</li> <li>[EXTJSIV-4159] Add & remove menuitems and "me.dom is undefined"</li> <li>[EXTJSIV-4162] Appending Nodes to an Async Tree: when append the node and call store.sync(), the proxy is using the update url instead of the create url</li> <li>[EXTJSIV-4173] [4.0.2a] HtmlEditor does not strip out defaultValue as expected due to absolute check</li> <li>[EXTJSIV-4174] Zooming broken in some zoom levels in Chrome, IE 8</li> <li>[EXTJSIV-4177] FiltersFeature arrow in menu: the arrow in the filters menu is missing</li> <li>[EXTJSIV-4180] [4.0.6] Ext.Function interceptBefore and interceptAfter - add scope param</li> <li>[EXTJSIV-4181] Ext.form.field.Number.getSubmitValue() returns localized Value</li> <li>[EXTJSIV-4192] Ext.container.AbstractContainer#suspendLayout is not reentrant</li> <li>[EXTJSIV-4193] Ext JS 4: Hiding grouped headers (hideGroupedHeader = true) throws exception</li> <li>[EXTJSIV-4212] [4.0.6] actioncolumn text/header</li> <li>[EXTJSIV-4217] model copy() and phantom: model1.copy() returns always a non-phantom model, not taking into account whether model1 is phantom or not.</li> <li>[EXTJSIV-4220] [4.0.2a] ComponentDragger setting positions incorrectly</li> <li>[EXTJSIV-4221] ComboBox readOnlyCls: Read Only Class is not added to the component's main element when setting readOnly property to the combobox field</li> <li>[EXTJSIV-4222] [4.0.4] Wrong Definition in Design _grid.scss on line 83</li> <li>[EXTJSIV-4224] Ext.form.CheckboxGroup.validate() may return false even if disabled is true</li> <li>[EXTJSIV-4225] After an edit is made to a record in an editable tree, the record's non-persistent fields get reset to their default values</li> <li>[EXTJSIV-4235] QuickTip's ignoring showDelay configuration</li> <li>[EXTJSIV-4236] 4.0.6: maxLength and enforceMaxLength on TextArea not working in IE8</li> <li>[EXTJSIV-4244] timefield scrollbar dissappears - ExtJS 4.0.6</li> <li>[EXTJSIV-4246] Model save: operation with no response</li> <li>[EXTJSIV-4261] Ext4 sandbox auto generated id conflict with Ext3</li> <li>[EXTJSIV-4263] Datefield picker ignoring control keys</li> <li>[EXTJSIV-4266] Not able to use HTMLEditor on IE(8) when accessing over SSL - ExtJS 4.0.6</li> <li>[EXTJSIV-4268] [4.0.6] animCollapse: false not honored</li> <li>[EXTJSIV-4292] TimeField value not cleared from the list on form reset</li> <li>[EXTJSIV-4293] [4.0.2a] Ajax error for non-terminating connections in IE6</li> <li>[EXTJSIV-4294] [4.0.7] 'name' not rendered to combo's input element</li> <li>[EXTJSIV-4297] Reloading TreeStore adds all records to store getRemovedRecords</li> <li>[EXTJSIV-4299] Bug in Grouping Feature (and solution)</li> <li>[EXTJSIV-4306] [4.0.7] Combo box issue in displaying value in view port layout: 2n click of combo box cause incorrect layout with values showing on top-right corner of the IE browser</li> <li>[EXTJSIV-4308] [4.0.6] Disabled fields retain invalid field decoration</li> <li>[EXTJSIV-4311] [4.0.7] Warning shown when a fieldset is removed</li> <li>[EXTJSIV-4312] [4.0.7] Error on bind Store if view is not rendered</li> <li>[EXTJSIV-4316] Store.clearFilter() remove added records</li> <li>[EXTJSIV-4320] CellModel does not keep track of selections</li> <li>[EXTJSIV-4324] [4.0.7] Ext.form.field.Number setMaxValue() and setMinValue() bug</li> <li>[EXTJSIV-4327] building from SVN fails</li> <li>[EXTJSIV-4336] 4.1: Calling element.load causes error: "this.get is not a function"</li> <li>[EXTJSIV-4373] Multiple Sorting Example: Bug in BoxReorderer plugin</li> <li>[EXTJSIV-4397] Drag Drop Manager doesn't select correct drop target</li> <li>[EXTJSIV-4400] Wrong method selected when saving a record with id = null.</li> <li>[EXTJSIV-4413] [ext-4.1-pr1] Some coding isues. - invalid CSS and code trucations in a few files</li> <li>[EXTJSIV-4418] Infinite scrolling with JsonP proxy causes enormous memory consumption</li> <li>[EXTJSIV-4426] Problem with column header grouping at level 3. Columns can not be hidden.</li> <li>[EXTJSIV-4427] Ext.Function.createBuffered() ignores the caller's arguments</li> <li>[EXTJSIV-4428] setEditor cannot work in rowEditing</li> <li>[EXTJSIV-4443] Dragging and dropping tree nodes to reorder them changes the index field of the node that was dragged, but does not change the index field of the other sibling nodes that come after it.</li> <li>[EXTJSIV-4444] Ext.util.Format.currency decimals ignored when set to 0</li> <li>[EXTJSIV-4448] Drag & Drop - Custom Drag & Drop - Getting JS error while drag and drop any item to right side field.</li> <li>[EXTJSIV-4456] [4.0.7] Ext.util.Format.number() has inconsistent behavior</li> <li>[EXTJSIV-4473] Combo box : Basic Combo box:Tool tips are not displaying upon mouse-hover on the State.</li> <li>[EXTJSIV-4495] Miscellaneous - Slider - By default, Sliders are overlapping each other only one slider is displaying</li> <li>[EXTJSIV-4509] Accessibility -> Kayboard Feed Viewer: Not able to navigate to all the buttons in the Feed Viewer using Keyboard alone.</li> <li>[EXTJSIV-4520] [4.1.0PR] RowWrap feature: error "Node was not found"</li> <li>[EXTJSIV-4542] (new Date(year, month, 1)).getLastDateOfMonth is not a function in Ext.picker.Date</li> <li>[EXTJSIV-4554] [BUG] Combobox picker height is not recalculated on refresh</li> <li>[EXTJSIV-4571] CheckBoxGroup.resetOriginalValue throws an exception in Ext.Base.callParent</li> <li>[EXTJSIV-4588] Miscellaneous -Localization (Dynamic) :The The Month of the Year menu item should be uncheck without any java script error.</li> <li>[EXTJSIV-4592] Ext.Component#setLoading sets load mask text only on first call</li> <li>[EXTJSIV-4626] Direct transactions not cleaned up</li> <li>[EXTJSIV-4638] [4.0.7] TreeStore crud broken</li> <li>[EXTJSIV-4641] Can't override singleton</li> <li>[EXTJSIV-4644] What happened to markDirty view config?</li> <li>[EXTJSIV-4696] BUG: Ext.Function.pass is corrupted</li> <li>[EXTJSIV-4739] Miscellaneous - Localization(dynamic) :The Language selector field is stretched</li> <li>[EXTJSIV-4743] hideEmptyLabel not applied (4.1.prev, 4.0.7)</li> <li>[EXTJSIV-4744] [4.0.7] window clobbered if dynamic loading fails</li> <li>[EXTJSIV-4746] [4.0.7] Exception inside the error handling of JSON reader</li> <li>[EXTJSIV-4777] Initially disabled toolbar cannot be re-enabled</li> </ul> </li> <li>Panel <ul> <li>[EXTJSIV-1652] A + cursor is shown after collapsing/expanding a panel while keeping the mouse pointer fixed in place above the collapse/expand button</li> <li>[EXTJSIV-3038] [4.0.3] Ext.grid.Panel.destroy generates extra Ajax requests</li> <li>[EXTJSIV-3368] The "floating" configuration property does not work corectly on Panels</li> <li>[EXTJSIV-3410] Collapsing/expanding of flexed panels doesn't work</li> <li>[EXTJSIV-3443] Panels sometimes disappear when their siblings are collapsed</li> <li>[EXTJSIV-3594] [4.0.5] Panel disappears (width=0) after collapse</li> <li>[EXTJSIV-3762] When shadowed panel is moved, its shadow is left behind.</li> <li>[EXTJSIV-4191] Collapsible panels in vbox layout do not readjust height</li> <li>[EXTJSIV-4194] No horizontal scrollbar for Panel with big content</li> <li>[EXTJSIV-4302] treePanel viewConfig - corruption of class definition</li> <li>[EXTJSIV-4338] Strange Ext.panel.Panel modal behaviour: Panel modal disappears when loadmask is active.</li> <li>[EXTJSIV-4354] Panel collapse/expand need to notify ownerLayout after animation</li> <li>[EXTJSIV-4408] panel.hide(true) with panel.preventHeader=true -> error: this.header is undefined</li> <li>[EXTJSIV-4524] Duplicate state events added: in Ext.window.Window and Ext.panel.Table</li> <li>[EXTJSIV-4654] calling setTitle() before rendering</li> </ul> </li> <li>Tabs <ul> <li>[EXTJSIV-3719] The icon in tab is not centered vertically</li> <li>[EXTJSIV-3773] Layout body content on tabchange TabPanel not recalculated</li> <li>[EXTJSIV-3984] Basic Tab -Bottom border is missing in long text tab. Displaying only after closing short text tab</li> <li>[EXTJSIV-4034] 4.0.6 breaks margins inside a tab panel</li> <li>[EXTJSIV-4284] Tab remains hidden after focusing on it and removing it and then re-adding it</li> <li>[EXTJSIV-4394] Tab Example: Tab problem. Button is zero width even though the text span has a width.</li> <li>[EXTJSIV-4407] [4.0.7] Tab font variable never honoured</li> <li>[EXTJSIV-4414] When a new tab is created the layout of the tab is not triggered - tab is not shown in tabbar.</li> <li>[EXTJSIV-4511] Tabs -> Advanced Tab : Left side navigation arrow button is not enabled.</li> <li>[EXTJSIV-4745] Multiple Tab Panel Instances with dockedItems</li> <li>[EXTJSIV-4812] tabchange fires for setting initial tab</li> </ul> </li> <li>Theme <ul> <li>[EXTJSIV-3496] The theme index example is automatically scrolled on IE.</li> <li>[EXTJSIV-3567] Gray theme has incorrect backgroup color (showing blue)</li> <li>[EXTJSIV-4271] Theme Viewer:Form Widgets- Check box positions are changing when unselect the "Foo" check box.</li> <li>[EXTJSIV-4277] Theme Viewer - Horizontal scroll bar is seen only when trying to submit any data where even its not required.</li> <li>[EXTJSIV-4530] Theme viewer :Displaying JS error upon clicking on Time field dropdown menu after entering text in the time field.</li> <li>[EXTJSIV-4558] Theme Viewer - Calendar - Displaying JS Error When click on Month Field in the Date Picker</li> <li>[EXTJSIV-4706] Neptune theme base variables and widgets styling need to be changed to match recent changes to ExtJS</li> <li>[EXTJSIV-4771] Combination Examples - Theme Viewer : Displaying js error when uncheck "Foo" check box under "Form Widgets" window in Theme Viewer</li> </ul> </li> <li>Toolbars <ul> <li>[EXTJSIV-3963] Toolbars and menus : Displaying JS error while accessing Vertical Toolbars example</li> <li>[EXTJSIV-4163] Toolbars and Menus : Ext Toolbar Actions - "Change text" window caption is moving while entering long text in the text box.</li> <li>[EXTJSIV-4205] PagingToolBar problem: in case of zero (0) records there is a problem on paging toolbar that show paging 1 of 0 and it also possible move to next page so 2 of 0 , 3 of 0 etc </li> <li>[EXTJSIV-4229] In IE9 on a toolbar docked to a side of a panel, an icon showing 2 arrows is displayed on a menu item without text</li> <li>[EXTJSIV-4231] Paging toolbar does not react on the keys PAGEUP, PAGEDOWN, Shift+UP and Shift+DOWN</li> <li>[EXTJSIV-4318] Separator in the Vertical Toolbars example not aligning properly</li> <li>[EXTJSIV-4384] Ext Toolbar Actions Example: Text field not sized properly. Problem with TextField layout</li> <li>[EXTJSIV-4463] toolbar/overflow.html - overflow button is not showing</li> <li>[EXTJSIV-4531] Toolbars and Menus : Overflow Toolbar : By default Choose button label caption is not displaying properly.</li> <li>[EXTJSIV-4587] Tool Bars and Menus - Over Flow example :Choose a Color menu item should be displayed adjacent to the Button</li> </ul> </li> <li>ToolTips <ul> <li>[EXTJSIV-4218] Tooltip for Tab is not shown</li> <li>[EXTJSIV-4485] Quick Tip shows twice in IE [Thunderhead LTD]</li> </ul> </li> <li>Tree <ul> <li>[EXTJSIV-1476] Inconsistent padding around tree elements when comparing quirks versus strict modes</li> <li>[EXTJSIV-1954] Tree Horizontal Scrolling</li> <li>[EXTJSIV-2202] Failed test: Verify that user can drag and drop the folders or files from one tree panel to another tree panel</li> <li>[EXTJSIV-2539] TreeGrid + CellEditing broken</li> <li>[EXTJSIV-3499] Ext.tree.Panel border:false still shows top border</li> <li>[EXTJSIV-3571] [4.0.2] one Store and two tree.Panel - Expand/Collapse causes item disappearing from the 2nd tree and duplicated in the 1st tree</li> <li>[EXTJSIV-3596] The callback function for NodeInterface#expand() gets called before the node has finished expanding</li> <li>[EXTJSIV-3600] New nodes added to a Tree using the node interface do not show as "phantom" records</li> <li>[EXTJSIV-3640] Adding a custom renderer increases height of unlocked grid columns but doesn't sync locked column</li> <li>[EXTJSIV-3920] NodeInterface's "icon" config does not work as documented</li> <li>[EXTJSIV-3954] Trees : Displaying JS error while accessing all examples in the Trees examples section</li> <li>[EXTJSIV-4376] Tree Example, Drag and Drop Reordering: Folder nodes do not expand when clicked.</li> <li>[EXTJSIV-4472] Trees : Check Tree :Displaying Js error upon clicking on "Get checked nodes" button .</li> <li>[EXTJSIV-4516] TreeGrid not expandable on 3rd level</li> <li>[EXTJSIV-4529] Trees : Tree Grid -Displaying JS error upon clicking on folders in the tree grid example</li> <li>[EXTJSIV-4586] Trees -> Check Tree : Masking on the page is not removed after cancelling the pop-up dialog.</li> <li>[EXTJSIV-4693] Trees - Check Tree : Not displaying Expand / Collapse (+/-) icons for parent nodes</li> </ul> </li> <li>Window <ul> <li>[EXTJSIV-1732] Progress Dialog window locking</li> <li>[EXTJSIV-1748] MessageBoxWindow autosizing probably needs a fudge factor to avoid unwanted word wrapping.</li> <li>[EXTJSIV-1994] Strange Ext.window.Window rendering issue in WebKit browsers when placed over Java applet</li> <li>[EXTJSIV-3521] Layout issue when Resizing Window</li> <li>[EXTJSIV-3772] Mask for modal window doesn't completely cover document.body</li> <li>[EXTJSIV-3902] Modal windows with long pages - mask not covering whole document.body</li> <li>[EXTJSIV-3938] Windows can be resized when maximized, leading to unexpected interaction patterns</li> <li>[EXTJSIV-3985] Windows - MessageBox : There is no gap in between custom buttons</li> <li>[EXTJSIV-4009] Message Box - Page getting grayed out after click on Multi-line prompt,Yes/No/Cancel,icons ,Progress Dialog,Wait Dialog "show" buttons.</li> <li>[EXTJSIV-4018] Layout Window- Displaying JS Error when click on Collapse/Expand button of Navigation window</li> <li>[EXTJSIV-4204] Ext.window.Window : Esc problem</li> <li>[EXTJSIV-4301] window with no header and draggable false throws error on show with animatetarget</li> <li>[EXTJSIV-4322] [4.0.7] / [4.1] MessageBox showing with large text</li> <li>[EXTJSIV-4460] Modal Window not modal in sandbox</li> <li>[EXTJSIV-4471] MessageBox : Displaying JS error upon clicking on all "show" buttons in the Message box example</li> <li>[EXTJSIV-4528] Windows - Layout Window: The navigation panel is not collapsing properly and displaying JS error upon clicking on collapse/expand button.</li> <li>[EXTJSIV-4591] Windows - Layout Window :The Navigation panel's hide and show arrow is not appearing for the first time</li> <li>[EXTJSIV-4670] Windows - Windows Variation - By default, constrained windows are displaying at the top of the page.</li> </ul> </li> </ul> </div> <div class="release"> <h1> Release Notes for Ext JS 4.0.7 </h1> <p class="notes"> Release Date: October 19, 2011<br> Version Number: 4.0.7 </p> <h2> Bugs Fixed </h2> <ul> <li>Grid <ul> <li>[EXTJSIV-2023] - Failed test: Verify the data in the grid columns when user resize the columns and click on next navigation button continously </li> <li>[EXTJSIV-2471] - "Group by this field" in Remote Summary Grid gives JS error </li> <li>[EXTJSIV-3326] - Ext.grid.View docs for stripeRows says the default is "false" but it's really "true" </li> <li>[EXTJSIV-3469] - Ext.grid.plugin.CellEditing beforeedit event is fired with incorrect parameters </li> <li>[EXTJSIV-3492] - Form grid access examples has incorrect columns size on IE7 and IE6 </li> <li>[EXTJSIV-3574] - Using Ext.grid.RowNumberer's xtype incorrectly sets the columns width </li> <li>[EXTJSIV-3588] - Vertical Scroll Bar Disappears in Locking Grid </li> <li>[EXTJSIV-3750] - Hidden columns cause header misalignment </li> <li>[EXTJSIV-3777] - Bottom rows missing on buffered grid when page size and record count are close in size </li> <li>[EXTJSIV-3903] - Grid Scrolling does not work when setting the viewConfig.cls property </li> <li>[EXTJSIV-3908] - Grid LoadMask fails to disappear after store load when there is more than 1 grid on the page </li> <li>[EXTJSIV-3912] - AbstractView.onItemDeselect can sometimes cause an exception if the record node is no longer rendered </li> <li>[EXTJSIV-3983] - Initially hidden columns don't work with column grouping </li> <li>[EXTJSIV-4017] - Mouse scrolling on a grid scrolls both horizontally and vertically </li> <li>[EXTJSIV-4041] - Locking grid doesn't substract width of hidden locked columns </li> <li>[EXTJSIV-4044] - Instantiating grids at the wrong time causes scroll bars to silently disappear </li> <li>[EXTJSIV-4064] - TreeViewDragDrop doesn't clean up after itself </li> <li>[EXTJSIV-4068] - Ext.grid.column.Action doesn't prefix actionIdRe </li> <li>[EXTJSIV-4075] - Menu icon missing in Grouping Grid </li> <li>[EXTJSIV-4130] - LoadMask does not get removed from grid that is on inactive tab </li> <li>[EXTJSIV-4145] - The gridscroller doesn't destroy when the grid destroyed </li> <li>[EXTJSIV-4203] - Tree nodes disappear and can't be brought back</li> </ul> </li> <li>Panel / Window <ul> <li>[EXTJSIV-3968] - autoDestroy parameter of Panel.removeDocked() is not optional </li> <li>[EXTJSIV-3926] - Ext.window.Window adds close tools on each use / won't close on ESC key closable:true </li> <li>[EXTJSIV-3498] - setting hidden configuration parameter to true while collapsed is set to true gives error on render </li> <li>[EXTJSIV-4006] - collapsed panel will not expand </li> <li>[EXTJSIV-4050] - Accordion fires expand/collapse events to early </li> <li>[EXTJSIV-4051] - activeOnTop not implemented in Accordion </li> <li>[EXTJSIV-4209] - accordion grid panels that scroll vertically have a blank space on the right </li> <li>[EXTJSIV-4239] - initially collapsed panels without a fixed width are too wide</li> </ul> </li> <li>Data <ul> <li>[EXTJSIV-2536] - store.removeAll() does not remove grid.verticalScroller </li> <li>[EXTJSIV-3575] - TreeStore doesn't clear dirty flag on updated record </li> <li>[EXTJSIV-3705] - Store#loadData modifes data array passed into the method </li> <li>[EXTJSIV-3988] - Subtle bug in Json Reader forces server to enclose single record in array </li> <li>[EXTJSIV-4007] - Ext-data-Store.loadData change param type: [object, object] changes to [model, model] </li> <li>[EXTJSIV-4026] - Ext.data.Store.indexOfId does not work, it returns -1 for valid ids. </li> <li>[EXTJSIV-4028] - Ext.util.Filter with property and value=null causes error </li> <li>[EXTJSIV-4042] - TreeStore ignores autoLoad: false </li> <li>[EXTJSIV-4043] - node.removeAll() leaves childnodes in the NodeHash </li> <li>[EXTJSIV-4062] - Manipulating a new record fails </li> <li>[EXTJSIV-4078] - Ext.data.Connection.isLoading() always returns false, with no parameter </li> </ul> </li> <li>Forms <ul> <li>[EXTJSIV-3035] - ComboBox submit the wrong content </li> <li>[EXTJSIV-3298] - combobox setValue doesn't as expected </li> <li>[EXTJSIV-3314] - Hidden field is always dirty </li> <li>[EXTJSIV-3373] - Multiple classes in field's fieldCls causes JS error </li> <li>[EXTJSIV-3405] - getFieldValues in the compat layer is marked as deprecated but is not deprecated. </li> <li>[EXTJSIV-3444] - KeyMap does only accept keycodes, not characters </li> <li>[EXTJSIV-3916] - Ext.form.field.File style missing from my-ext-theme.scss </li> <li>[EXTJSIV-3917] - RadioGroup setValue is unable to handle boolean true/false </li> <li>[EXTJSIV-3923] - formBind no longer functions </li> <li>[EXTJSIV-3982] - Datepicker showmonth picker problem </li> <li>[EXTJSIV-3996] - IE8 Windowed combo field does not gain focus if tooltip is visible </li> <li>[EXTJSIV-3997] - Upload Filefield (buttonOnly) in Toolbar: not rendered like other buttons </li> <li>[EXTJSIV-4003] - Grid row editor shows hidden fields of grid - it should not show a hidden field </li> <li>[EXTJSIV-4027] - Ext.picker.Time calls new Date(...) with non-standard parameter </li> <li>[EXTJSIV-4063] - Form tries to validate field that doesn't exist </li> <li>[EXTJSIV-4079] - Ext.form.field.Date do not send post with empty value </li> <li>[EXTJSIV-2498] - Ext.picker.Color should allow its renderTpl to be overridden </li> <li>[EXTJSIV-3910] - fieldset checkboxToggle - add inputValue and uncheckedValue</li> </ul> </li> <li>Examples <ul> <li>[EXTJSIV-3745] - Theme viewer - Duplicate Check box is displayed in the Window panel (Plain Field set) when click on expand/collapse button. </li> <li>[EXTJSIV-3692] - Displaying java script error while user trying to search with special characters in live search grid. </li> <li>[EXTJSIV-1152] - No animation when clicking on the multi-line prompt in the Window example </li> <li>[EXTJSIV-3890] - Charts - Complex Dashboard -Displaying JS error upon increasing the field values under the company details </li> <li>[EXTJSIV-3891] - Drag and Drop - Displaying JS error upon drag the date field into price column </li> <li>[EXTJSIV-3943] - Keyboard Feed Viewer - Highlighted color is not displaying correctly in IE 6 </li> <li>[EXTJSIV-3946] - Forms - Binding a grid to a form - Missing Horizontal and Vertical Scroll bars in IE 6. </li> <li>[EXTJSIV-3978] - ComponentDragger exception when Window has nothing rendered in the header </li> <li>[EXTJSIV-3992] - Layout Manager : VBox Layout - Displaying JS error while minimizing the browser after selecting "Flex :Even/Align :Center" button </li> <li>[EXTJSIV-4082] - Portal Demo Displaying JS Error when click on Expand / Collapse button in Navigation / Setting accordions </li> <li>[EXTJSIV-4083] - Direct Form - Displaying JS Error when click on Expand / Collapse button in Basic information / Phone Numbers /Location Information accordion windows </li> <li>[EXTJSIV-4084] - Feed Viewer - Displaying JS Error when click on Cancel button in the add feed pop-up window </li> <li>[EXTJSIV-4112] - Webdesktop : Displaying JS error upon clicking "OK" & "Cancel " buttons in change settings menu. </li> <li>[EXTJSIV-4114] - Ajax with XML Forms : [IE 6.0] - Displaying JS error upon clicking on "Load" & "Submit" buttons in XML forms. </li> <li>[EXTJSIV-4169] - Desktop example windows open minimized to the task bar; cannot be opened </li> <li>[EXTJSIV-4254] - Resizable Sencha Logo - Sencha Logo is not resizing while trying to resize from any side/corner of the component in IE 8 & IE 7. </li> <li>[EXTJSIV-4256] - Draggable Tiger Components - Draggable Tiger image is partially visible and complete image is not displaying in IE 8 & IE 7 </li> <li>[EXTJSIV-4259] - Ext JS 3 & 4 on one Page - By default four square colored small boxes are displaying in the main Page </li> <li>[EXTJSIV-4269] - Line Chart - Chart is not displaying after disabling all the legend items and then maximizing the chart </li> </ul> </li> <li>Tabs <ul> <li>[EXTJSIV-3748] - LoadMask on a Tab stays visible even if we switch tabs. </li> <li>[EXTJSIV-3627] - Ext.tab.Tab setIconCls not working properly </li> <li>[EXTJSIV-3904] - Error when closing tabs created dynamically </li> <li>[EXTJSIV-4065] - Remove + add tabs to tabpanel only works with one tab</li> </ul> </li> <li>MessageBox <ul> <li>[EXTJSIV-3779] - Message Box Dialog - Page is grayed out and not allowed to update the page when quickly double-clicking on Icon Show button. </li> <li>[EXTJSIV-3560] - API Docs for Ext.window.MessageBox.show() example broken as of 4.0.2a. Should use Ext.Msg.OKCANCEL instead of Ext.window.MessageBox.OKCANCEL </li> <li>[EXTJSIV-1159] - No animation on progress bar </li> <li>[EXTJSIV-3909] - Ext.MessageBox has an incorrect translation </li> <li>[EXTJSIV-4037] - ProgressBar in a toolbar does not update progress when hidden</li> </ul> </li> <li>Charts <ul> <li>[EXTJSIV-3914] - Ext.chart.axis Title bug </li> <li>[EXTJSIV-3915] - Pie Chart rendering bug </li> <li>[EXTJSIV-4025] - Charting Time Axis with a Column Series is misaligned </li> <li>[EXTJSIV-4060] - Line Chart doesn't show labels</li> </ul> </li> <li>General <ul> <li>[EXTJSIV-3366] - The autoRender Component configuration does not work as documented. </li> <li>[EXTJSIV-3707] - Fix issue with event bubbling </li> <li>[EXTJSIV-3459] - Ext.fx.Anim throws 'Ext.fx.cubicBezier is not a function' </li> <li>[EXTJSIV-3894] - Setting the Ext.BLANK_IMAGE_URL value still causes s.gif to be loaded from www.sencha.com in IE6/IE7 causing a security warning </li> <li>[EXTJSIV-3900] - Menu uses BLANK_IMAGE_URL too early </li> <li>[EXTJSIV-3913] - Toolbar overflow button icon </li> <li>[EXTJSIV-3927] - Ext.Layer.setOpacity does not affect associated shadow </li> <li>[EXTJSIV-3942] - If you do not supply a center region to a border layout, you get a cryptic error </li> <li>[EXTJSIV-4023] - Extra and missing borders in various components </li> <li>[EXTJSIV-4036] - Colormenu select event fires twice on click/select </li> <li>[EXTJSIV-4049] - Regular expression references wrong class name in sandbox mode in Action.js </li> <li>[EXTJSIV-4055] - Ext.util.HashMap add method not counting length correctly when replacing </li> <li>[EXTJSIV-4074] - Ext.Date.defaultFormat is used at define time in Ext.grid.column.Date </li> <li>[EXTJSIV-4200] - LoadMask with { useMsg: false } no longer suppresses message element </li> <li>[EXTJSIV-4230] - Ext.destroyMembers is not called correctly</li> </ul> </li> <li>Buttons <ul> <li>[EXTJSIV-3736] - In IE quirks mode, a menu containing a ButtonGroup attains an incorrect width. </li> <li>[EXTJSIV-3720] - The button icons are not centered in quirk mode </li> <li>[EXTJSIV-4057] - allowDepress doesn't work on splitbutton </li> <li>[EXTJSIV-4071] - Splitbutton w/ tooltip won't open menu </li> <li>[EXTJSIV-4072] - Open button menu suppresses the focus event of an unrelated field </li> <li>[EXTJSIV-4272] - button[enableToggle] must NOT still be pressed after being clicked twice </li> </ul> </li> </ul> </div> <div class="release"> <h1> Release Notes for Ext JS 4.0.6 </h1> <p class="notes"> Release Date: August 30, 2011<br> Version Number: 4.0.6 </p> <h2> Bugs Fixed </h2> <ul> <li>Grid <ul> <li>[EXTJSIV-2231] - Fixed a styling bug with grids with rowbody that would cause columns to lay out incorrectly with custom CSS</li> <li>[EXTJSIV-3246] - Fixed a bug where specifying a single grid Feature would fail as it expects an array</li> <li>[EXTJSIV-3415] - Fixed a bug where right clicking would incorrectly deselect all selected nodes (affects Windows machines only)</li> <li>[EXTJSIV-3466] - Fixed a bug where selection does not work with grid row editor and Firefox 5 / IE 9</li> <li>[EXTJSIV-3586] - Grid header drag resizes wrong header</li> <li>[EXTJSIV-3591] - Checkbox column not re-added after grid reconfigure</li> <li>[EXTJSIV-3605] - Fixed a JavaScript error when user mouse hover on the first column in the grid. (Grid plugins example)</li> <li>[EXTJSIV-3642] - Scrollbars don't appear when a custom renderer increases the height of the rows in a tree</li> <li>[EXTJSIV-3644] - Column lines are not displaying properly in the grid.</li> <li>[EXTJSIV-3645] - Summary Grid example -Vertical scroll bar is disappearing when Toggle Summary button is clicked.</li> <li>[EXTJSIV-3658] - Paging scroller doesn't function with up/page up</li> <li>[EXTJSIV-3660] - hideGroupedHeader does not work</li> <li>[EXTJSIV-3661] - Grouping doesn't remember selections</li> <li>[EXTJSIV-3668] - Loading data doesn't invoke grid's vertical scrollbar</li> <li>[EXTJSIV-3715] - Horizontal scrollbar doesn't show on empty grid</li> <li>[EXTJSIV-3717] - Fixed a bad scrollbar in dd/dnd_grid_to_grid.html</li> <li>[EXTJSIV-3725] - Grid with locked columns not syncing header heights</li> <li>[EXTJSIV-3732] - Property Grid - Page is not loaded properly. Empty space is created in between column header and rows in the grid.</li> <li>[EXTJSIV-3733] - Drag and Drop : Grid to From Dnd - Horizontal scroll bar is not displaying after increasing the column size in data grid.</li> <li>[EXTJSIV-3753] - Locked grid with checkbox selection model inserts header twice</li> <li>[EXTJSIV-3754] - Cannot create locked grid with all unlocked columns</li> <li>[EXTJSIV-3784] - Auto height grid.Panel first header cell is blank; Fixed with doComponentLayout</li> <li>[EXTJSIV-3785] - Fixed height grid.Panel doesn't show scrollbars when resizing the columns; Fixed with doComponentLayout</li> <li>[EXTJSIV-3786] - Fixed height grid.Panel bottom scrollbar covers last row; cannot scroll it completely into view</li> <li>[EXTJSIV-3514] - Failed test: Verify horizontal and Vertical scrolling in checkbox selection Grid plugin</li> </ul> </li> <li>Form <ul> <li>[EXTJSIV-3490] - Fixed a bug where Slider width is too narrow on Safari 3.2</li> <li>[EXTJSIV-3491] - Some form examples don't render correctly on safari 3.2</li> <li>[EXTJSIV-3648] - FileField's reset does not reset the textual input field.</li> <li>[EXTJSIV-3669] - Unable to reselect a combo value</li> <li>[EXTJSIV-3673] - Fieldset title are not rendered with firefox 3.6.17</li> <li>[EXTJSIV-3678] - Fixed a bug where Checkbox's checkChange event didn't fire using keyboard</li> <li>[EXTJSIV-3713] - Fixed a bug where BoundList doesn't allow custom itemCls</li> <li>[EXTJSIV-3759] - Slider destroy code incorrect</li> <li>[EXTJSIV-3774] - Editor bug -- unconditional use of field.inputEl</li> <li>[EXTJSIV-3597] - Can't enter spaces into fields inside menus</li> </ul> </li> <li>Charts and Drawing <ul> <li>[EXTJSIV-933] - Axis title "Number of Hits" lacks padding with Firefox 3.5 and 3.0</li> <li>[EXTJSIV-3647] - Mixed charts - Bar graph is crossing the maximum limit of Y -Axis (Number of Hits) when click on the reload button couple of times.</li> </ul> </li> <li>Data <ul> <li>[EXTJSIV-3325] - Fixed a bug where the 'presence' validation would incorrectly return false for numeric zero values</li> <li>[EXTJSIV-3522] - [4.0.2] beginEdit leads to 'update' event not fired on Store</li> <li>[EXTJSIV-3593] - Fixed a bug with record.validate() and length validator when value is null</li> <li>[EXTJSIV-3662] - The "isLoading()" method of Ext.data.TreeStore returns true even after loading has completed</li> <li>[EXTJSIV-3757] - Ext.data.Store modifies the original config object passed in</li> </ul> </li> <li>General <ul> <li>[EXTJSIV-459] - Improved docs for maskRe, stripCharsRe, regex, and regexText</li> <li>[EXTJSIV-3037] - Fixed a bug where an error would be thrown if a Tab's width is greater than the configured maxTabWidth</li> <li>[EXTJSIV-3460] - Checkboxes now correctly remove themselves from the CheckboxManager when destroyed</li> <li>[EXTJSIV-3474] - Fixed sandboxing bugs where Fieldset, TriggerField and Menu would not be correctly wrapped in CSS scoping divs</li> <li>[EXTJSIV-3537] - Ext.destroyMembers was being called incorrectly in some components</li> <li>[EXTJSIV-3598] - Unable to select text in field in menu in FF</li> <li>[EXTJSIV-3638] - Fixed a number of issues with Load Masks</li> <li>[EXTJSIV-3646] - Complex Dashboard - Company Detail caption is not displaying in FF 3.6 browser.</li> <li>[EXTJSIV-3674] - Custom Grid Filters Example was throwing a JavaScript error</li> <li>[EXTJSIV-3718] - There is no padding between fields in statusbar/statusbar-advanced.html</li> <li>[EXTJSIV-3724] - Accordion layout does not properly hide toolbar when button is clicked to expand/collapse its parent</li> <li>[EXTJSIV-3726] - Ensure owning Container is laid out after an autosized Component is laid out.</li> <li>[EXTJSIV-3740] - Portal Demo - Displaying Java script error when click on Legend items in the Stock Portlets</li> <li>[EXTJSIV-3768] - variable $toolbar-border-color was ignored</li> </ul> </li> <li>Sandbox <ul> <li>[EXTJSIV-3681] - Vertical panel header text color incorrect in sandbox mode</li> <li>[EXTJSIV-3683] - Window resize not visible in sandbox mode</li> <li>[EXTJSIV-3688] - Can't vertically resize window in sandbox mode</li> <li>[EXTJSIV-3689] - Window constrain fails in sandbox mode</li> <li>[EXTJSIV-3695] - Grid's AbstractSummary feature had been hard-coding base CSS prefix so sandboxing would not work</li> <li>[EXTJSIV-3702] - Fixed a bug where the JSONP callbacks would use the normal Ext namespace instead of the sandbox namespace in sandbox mode</li> <li>[EXTJSIV-3714] - Tooltip positioning incorrect in sandbox mode</li> </ul> </li> </ul> </div> <div class="release"> <h1> Release Notes for Ext JS 4.0.5 </h1> <p class="notes"> Release Date: July 24, 2011<br> Version Number: 4.0.5 </p> <h2> Bugs Fixed </h2> <ul> <li>Grid <ul> <li>[EXTJSIV-2442] - Grouped Grid Header does not handle flex column show/hide well (layout issues)</li> <li>[EXTJSIV-2464] - Not possible to access the properties of the columns (locked=true)</li> <li>[EXTJSIV-2471] - "Group by this field" in Remote Summary Grid gives JS error</li> <li>[EXTJSIV-2543] - Cell Editing, intra-row change of focus.</li> <li>[EXTJSIV-2572] - Grid column header menu trigger gets stuck when there's no header menu</li> <li>[EXTJSIV-2573] - Ext.grid.plugin.DragDrop should honor disabled flag</li> <li>[EXTJSIV-3377] - Grid deferRowRender causes defer shim to be set on store listeners</li> <li>[EXTJSIV-3457] - Grid needs a viewready event which fires when the DOM rows become available.</li> <li>[EXTJSIV-3485] - Locking grid example is throwing an Hard JS error "Cannot call method 'removeCls' of undefined"</li> <li>[EXTJSIV-3489] - Grid layout is incorrect in form dashboard example</li> <li>[EXTJSIV-3492] - Form grid access examples has incorrect columns size on IE7 and IE6</li> <li>[EXTJSIV-3494] - Grid mask in custom-form example size is not equal to grid body</li> <li>[EXTJSIV-3562] - grid/form-grid.html must select the first row on page load</li> </ul> </li> <li>Window <ul> <li>[EXTJSIV-1732] - Progress Dialog window locked up if you reopen it after closing it</li> <li>[EXTJSIV-1994] - Strange Ext.window.Window rendering issue in WebKit browsers when placed over Java applet</li> <li>[EXTJSIV-2511] - Ghosted windows should not be stateful</li> </ul> </li> <li>Form <ul> <li>[EXTJSIV-2425] - HTMLEditor corrupted when changing background color of selection</li> <li>[EXTJSIV-3035] - [4.0.1]ComboBox submit the wrong content</li> <li>[EXTJSIV-3298] - [4.0.2] combobox setValue doesn't as expected</li> <li>[EXTJSIV-3330] - Setting the editable combobox to a value that is not in the list results in empty val</li> <li>[EXTJSIV-3413] - Highlight during trigger click</li> <li>[EXTJSIV-3414] - validateedit does not have new values</li> <li>[EXTJSIV-3418] - No way to get reference to field.Picker from BoundList</li> <li>[EXTJSIV-3495] - The Loading Mask in custom form example is not constraint to grid body.</li> <li>[EXTJSIV-3520] - RowExpander doesn't work on ExtJs 4.0.2 (ext-all-debug.js) but worked on (ext-all.js)</li> <li>[EXTJSIV-3561] - form/combos.html example: combobox unobtrusive select transformation doesn't work </li> </ul> </li> <li>Tree <ul> <li>[EXTJSIV-2197] - Failed test: Verify the tree panel when user click's on Expand All button.</li> <li>[EXTJSIV-2200] - Failed test: Verify the panel after user click's on Tree expander button</li> <li>[EXTJSIV-2204] - Dblclick expand/collapse in check-tree example causes JS error</li> <li>[EXTJSIV-2276] - Collapsing a tree panel w/collapsed nodes throws JS error</li> <li>[EXTJSIV-3362] - expandPath fails when a node is already loading</li> </ul> </li> <li>Layouts <ul> <li>[EXTJSIV-2431] - Accordion is missing a border when collapsed</li> <li>[EXTJSIV-2547] - Child components not rendered.sized in initially collapsed, uncontained Panel.</li> <li>[EXTJSIV-3295] - 4.0.2 only - layout fit grid scrollbar when used does not scroll content</li> <li>[EXTJSIV-3410] - Collapsing/expanding of flexed panels doesn't work</li> <li>[EXTJSIV-3541] - Cannot hide collapsed regions in a border layout</li> </ul> </li> <li>Charts and Drawing <ul> <li>[EXTJSIV-3045] - Add check in DrawComponent to ensure we have a valid surface before continuing execution</li> <li>[EXTJSIV-3456] - Printing legends in IE causes orange rectangles appear.</li> </ul> </li> <li>Data <ul> <li>[EXTJSIV-1897] - Ext.data.Store buffered issue - error thrown if records are not available on the server</li> <li>[EXTJSIV-3351] - processResponse is wrong in Ext.data.proxy.Server</li> <li>[EXTJSIV-3464] - Direct exception events don't fire on the provider.</li> <li>[EXTJSIV-3471] - Boolean field data type is not being converted properly.</li> <li>[EXTJSIV-3540] - indexOfTotal fails if the index is 0</li> </ul> </li> <li>General <ul> <li>[EXTJSIV-1638] - ComboBox should select the configured value upon first load of the Store. </li> <li>[EXTJSIV-2405] - Docked items added after render don't render correctly</li> <li>[EXTJSIV-2434] - Infinite scrolling is buggy on safari 3.X (the grid doesn't render the first rows)</li> <li>[EXTJSIV-2549] - Collapsed Tabpanel misses the bottom border</li> <li>[EXTJSIV-2565] - A button with a menu defined is only showing the menu when the mouse is over the arrow but in 3.x the menu showed as soon as the mouse was anywhere over the button</li> <li>[EXTJSIV-2577] - Class aliases that use a period as a separator break DOM/CQ selection</li> <li>[EXTJSIV-2628] - Ext.tab.Bar - minTabWidth has no effect</li> <li>[EXTJSIV-3284] - data-qtitle not consistently rendered.</li> <li>[EXTJSIV-3327] - [4.0.2] Plugins instantiated too early in AbstractComponent</li> <li>[EXTJSIV-3412] - Toolbar with overflow doesn't include menu in refItems</li> <li>[EXTJSIV-3453] - AbstractComponent calls constructPlugins too early</li> <li>[EXTJSIV-3470] - scrollByDeltaX() incorrectly using the vertical scroller</li> <li>[EXTJSIV-3483] - Some examples renders a blank page</li> <li>[EXTJSIV-3486] - Animated DataView throw and hard js error "Cannot call method animate of null"</li> <li>[EXTJSIV-3487] - Animated DataView example throw and hard js error "Cannot call method animate of null"</li> <li>[EXTJSIV-3488] - MultiSelect and Key-Feed-Viewer examples are throwing an hard js error 'Cannot call method addCls of null'</li> <li>[EXTJSIV-3490] - Sliders width is too narrow on Safari 3.2</li> <li>[EXTJSIV-3491] - Some form examples don't render correctly on safari 3.2</li> <li>[EXTJSIV-3496] - The theme index example is automatically scrolled on IE.</li> <li>[EXTJSIV-3539] - LoadMask beforeLoad causes a crash</li> </ul> </li> </ul> <h2> Improvements </h2> <ul> <li>[EXTJSIV-1999] - Improved Themes Example Performance</li> <li>[EXTJSIV-3323] - [4.0] Ext.tab.Panel history feature missing</li> <li>[EXTJSIV-1907] - Refactored the renderSelectors functionality to use local element IDs instead of CSS selectors so that render selector performance is improved</li> <li>[EXTJSIV-2575] - Ext core class namespaces made consistent in the API docs</li> <li>[EXTJSIV-1887] - Tree now supports horizontal scrolling</li> <li>[EXTJSIV-2436] - dynamic_form field alignment</li> </ul> </div> <div class="release"> <h1> Release Notes for Ext JS 4.0.4 </h1> <p class="notes"> Release Date: June 29, 2011<br> Version Number: 4.0.4 </p> <h2> Bugs Fixed </h2> <ul> <li>Grid <ul> <li>[EXTJSIV-1032] - Grid CheckColumn 1px to left in header</li> <li>[EXTJSIV-2122] - Cell Editing doesn't allow for custom autoSize</li> <li>[EXTJSIV-2124] - Grid: RowExpander Plugin adds additional columns</li> <li>[EXTJSIV-2251] - Action Column doesn't allow alt text per action</li> <li>[EXTJSIV-2351] - Implement the more intuitive resizable: false on grid Columns. fixed is deprecated.</li> <li>[EXTJSIV-2381] - grid/array-grid.html Actions icons should be moved up of 1 pixel</li> <li>[EXTJSIV-2460] - Regression in Sorting buffered Grid (First row is chopped off)</li> <li>[EXTJSIV-2428] - Unable to set cell editor dynamically</li> <li>[EXTJSIV-2466] - Buffered scrolling broken in latest Chrome</li> <li>[EXTJSIV-2496] - Grid crashes when removing it from a tab panel</li> <li>[EXTJSIV-2501] - Grid applyState smashes column minWidth and has JS errors for locking grids</li> <li>[EXTJSIV-2564] - Grid missing horizontal scrollbar</li> <li>[EXTJSIV-2574] - $grid-row-cell-background variable unused</li> <li>[EXTJSIV-3029] - Reconfigure fails when no columns are passed</li> <li>[EXTJSIV-3299] - (IE7) Grid body alignement is incorrect in form-grid example</li> <li>[EXTJSIV-3309] - Grid reconfigure breaks columns layout</li> <li>[EXTJSIV-3363] - Grid header is too narrow on IE6/IE7/IE9</li> </ul> </li> <li>Tree <ul> <li>[EXTJSIV-1887] - Tree does not allow horizontal scrolling</li> <li>[EXTJSIV-2207] - Dblclick expand/collapse in XML Tree example causes JS error</li> <li>[EXTJSIV-2276] - Collapsing a tree panel w/collapsed nodes throws JS error</li> <li>[EXTJSIV-2517] - getNode needs a rendered check</li> <li>[EXTJSIV-2518] - NodeInterface missing getPath</li> </ul> </li> <li>Forms <ul> <li>[EXTJSIV-2104] - Fieldset display strange in IE</li> <li>[EXTJSIV-2130] - Specify labelCls messes up height on TextField</li> <li>[EXTJSIV-2165] - JS error when selecting item in combo box</li> <li>[EXTJSIV-2167] - JS error when selecting multiple items in combo box</li> <li>[EXTJSIV-2168] - JS error when selecting item in combo box</li> <li>[EXTJSIV-2169] - Cannot select item in combo after entering invalid text</li> <li>[EXTJSIV-2210] - Failed test: Verify the Submit button in the xml form</li> <li>[EXTJSIV-2338] - Checkbox group/checkbox in fieldset too low</li> <li>[EXTJSIV-2349] - examples/form/form-grid-access.html loses its description text</li> <li>[EXTJSIV-2366] - ComboBox should have getStore method</li> <li>[EXTJSIV-2380] - form/checkout.html The disabled Street Address field is lighter than other fields</li> <li>[EXTJSIV-2459] - Checkbox select gives commitFn is not a function</li> <li>[EXTJSIV-2470] - Combo doesn't send queryParam on page change</li> <li>[EXTJSIV-2522] - Field crashes if destroyed when focused</li> <li>[EXTJSIV-2523] - DatePicker has undefined var</li> <li>[EXTJSIV-2527] - File field crashes when reset on unrendered field.</li> <li>[EXTJSIV-2529] - Combo does not adjust list height to fit viewport</li> <li>[EXTJSIV-2531] - Slider crashes when calling setMinValue/setMaxValue when it's not rendered</li> <li>[EXTJSIV-2546] - TextField filterKeys not applied when using alt + gr key</li> <li>[EXTJSIV-2553] - The "formBind" config does not work for buttons defined in a Form Panel's "buttons" config</li> <li>[EXTJSIV-2499] - Date picker month selector animation issues (including runtime error)</li> <li>[EXTJSIV-3028] - Combo in editor always tries to force selection</li> </ul> </li> <li>Tabs <ul> <li>[EXTJSIV-1034] - When there's only one tab in a TabPanel, and it's active by default, the tab selector in the tab strip is not set to the active state.</li> <li>[EXTJSIV-2542] - Ext.tab.Panel styling issues</li> <li>[EXTJSIV-3300] - TabBar background color is incorrect (no gradients) in all browsers except chrome and firefox</li> </ul> </li> <li>Panel <ul> <li>[EXTJSIV-2506] - Panel header should set overflow hidden for text</li> <li>[EXTJSIV-3311] - Collapsed panel layout error inside a viewport</li> </ul> </li> <li>Toolbars and Buttons <ul> <li>[EXTJSIV-2185] - Add textAlign cfg to Ext.button.Button</li> <li>[EXTJSIV-2387] - toolbar/toolbars example, the title of ButtonGroup is not centered anymore</li> <li>[EXTJSIV-2475] - Button icons are not well aligned on ie6 only</li> <li>[EXTJSIV-2513] - Scrolling menu in Basic Toolbar example fails</li> <li>[EXTJSIV-2544] - ButtonGroup renders blue with gray style in Ext 4.0.2</li> </ul> </li> <li>Window <ul> <li>[EXTJSIV-1667] - Improper Resize Handles Position / Offset in IEs</li> <li>[EXTJSIV-1732] - Progress Dialog window locking</li> <li>[EXTJSIV-2193] - Failed test: Verify Window resize using Drag and Drop</li> <li>[EXTJSIV-2505] - When you set modal:true on a window and renderTo it to a panel, it masks the whole body, not the panel</li> </ul> </li> <li>Charts <ul> <li>[EXTJSIV-2508] - Chart doesn't support not being passed a config object</li> <li>[EXTJSIV-2521] - Destroying unrendered chart causes error</li> </ul> </li> <li>Miscellaneous <ul> <li>[EXTJSIV-1066] - Calling Container.add() with a floating component does not render that component</li> <li>[EXTJSIV-1086] - Theme Example: Progress Bar's Right Pixel Border changes color while animating</li> <li>[EXTJSIV-1659] - Text hidden when column is short</li> <li>[EXTJSIV-2074] - Failed test: Verify that East panel expands when clicked on the expand button at left side of the center panel</li> <li>[EXTJSIV-2101] - Shadows not shown on certain floating items such as Menu and ComboBox list.</li> <li>[EXTJSIV-2132] - Expand sets height before anim on Panel using VBoxLayout</li> <li>[EXTJSIV-2192] - Failed test: Verify pane resize using resize bar</li> <li>[EXTJSIV-2226] - Failed test: Verify the user is able to select option from options drop down under ItemSelectorTest table</li> <li>[EXTJSIV-2252] - Need to fix DomQuery for non document rooted queries</li> <li>[EXTJSIV-2284] - Web Desktop, System Status Window is slow on IE (causes script warning)</li> <li>[EXTJSIV-2332] - Fix build warning for nested-loading MVC app</li> <li>[EXTJSIV-2391] - Ext.core.DomHelper should be aliased to Ext.DomHelper for backwards compat</li> <li>[EXTJSIV-2394] - Center region of border layout should have overflow:auto</li> <li>[EXTJSIV-2411] - Format.number can return -0</li> <li>[EXTJSIV-2500] - Gray theme has not styled button group</li> <li>[EXTJSIV-2507] - reader.Array doesn't work with a 0 mapping.</li> <li>[EXTJSIV-2509] - Tool ignores tooltip option</li> <li>[EXTJSIV-2510] - Button tooltipType title doesn't work</li> <li>[EXTJSIV-2520] - Menu strict typo</li> <li>[EXTJSIV-2519] - Store should give a warning if model isn't defined</li> <li>[EXTJSIV-2526] - AbstractContainer, child/down selector should be optional</li> <li>[EXTJSIV-2530] - Show event fires too early for animated component</li> <li>[EXTJSIV-2532] - Store does not consistently pass all event parameters to beforeload event</li> <li>[EXTJSIV-2537] - Box layout doesn't destroy innerCt</li> <li>[EXTJSIV-2839] - Component destroy event fires too late</li> <li>[EXTJSIV-3027] - Hidden tools get ghosted</li> <li>[EXTJSIV-3310] - Accordion layout does not handle grid properly</li> </ul> </li> </ul> </div> <div class="release"> <h1> Release Notes for Ext JS 4.0.2 </h1> <p class="notes"> Release Date: June 9, 2011<br> Version Number: 4.0.2 </p> <h2> Bugs Fixed </h2> <ul> <li>Grid <ul> <li>[EXTJSIV-864] - Grid filtering doesn't support specifying filters on feature</li> <li>[EXTJSIV-1149] - Grouping Grid - text element in the group should be indented</li> <li>[EXTJSIV-1715] - Row height gets modified while searching</li> <li>[EXTJSIV-1720] - When rendering new buffered rows, row height changes, IE6/7</li> <li>[EXTJSIV-1760] - Grid: enableColumnResize should prevent css indicator of showing resizable behavior</li> <li>[EXTJSIV-1750] - PropertyGrid keyboard navigation</li> <li>[EXTJSIV-1789] - Editing fails after reconfigure</li> <li>[EXTJSIV-1806] - Grid with multi-select and DD deselects rows</li> <li>[EXTJSIV-1810] - Unlocked columns don't align correctly in IE9</li> <li>[EXTJSIV-1812] - beforeselect event not relayed to grid</li> <li>[EXTJSIV-1874] - Grid Performance is too slow in IE</li> <li>[EXTJSIV-1968] - Ext.table.Panel: enableColumnHide</li> <li>[EXTJSIV-1934] - Hiding subcolumn causes width to display incorrectly</li> <li>[EXTJSIV-1969] - IE 8 & 9: Ext.grid.plugin.RowEditing and PagingToolbar</li> <li>[EXTJSIV-1971] - Javascript error during cell editing</li> <li>[EXTJSIV-2061] - Grid vertical scrollbar is reset when when the grid panel is collapsed and then expanded</li> <li>[EXTJSIV-2062] - Call to grid.reconfigure on a rendered grid that initially has no columns configured results in the first row being hidden behind the column headers if the grid does not contain enough data to require scrollbars, different behavior with larger data set</li> <li>[EXTJSIV-1997] - Grid vertical scrollbar error</li> <li>[EXTJSIV-2008] - Grid vscrollbar can double count height of hscrollbar</li> <li>[EXTJSIV-2376] - Grid cells don't show modified state if initial value is falsey</li> <li>[EXTJSIV-2379] - Property grid example is broken (no body rendered)</li> <li>[EXTJSIV-2382] - In grid/binding example the scrollbar column has disappeared</li> <li>[EXTJSIV-2383] - grid/grid-plugins.html throw an hard js error on ie6/7</li> <li>[EXTJSIV-2384] - grid/group-header scrollbar is off by 4 pixels (only ie9)</li> <li>[EXTJSIV-2372] - tree/xml-tree.html throw an hard js error</li> <li>[EXTJSIV-2435] - Xml Tree does not show expand/collapse icons</li> <li>[EXTJSIV-2373] - Row height is too small in direct/direct-grid.html</li> <li>[EXTJSIV-2122] - Cell Editing doesn't allow for custom autoSize</li> <li>[EXTJSIV-2248] - Grid Load performance</li> <li>[EXTJSIV-2430] - RowExpander plugin unwanted padding on IE</li> <li>[EXTJSIV-1868] - Cell Editing doesn't work on locked view</li> <li>[EXTJSIV-2066] - Grid's horizontal scrollbar can get out of sync</li> <li>[EXTJSIV-2244] - CheckboxModel's version of onSelectChange ignores suppressEvent parameter</li> <li>[EXTJSIV-2131] - Can't use grouping summary indexes multiple times</li> <li>[EXTJSIV-2466] - Buffered scrolling broken in latest Chrome</li> </ul> </li> <li>Menu <ul> <li>[EXTJSIV-692] - Need to style menu in access theme</li> </ul> </li> <li>Tree <ul> <li>[EXTJSIV-972] - Indentation in both upper/bottom border lines in tree beside the scrollbar</li> <li>[EXTJSIV-1053] - IE6 tree quicktips look ugly</li> <li>[EXTJSIV-1887] - Tree does not allow horizontal scrolling</li> <li>[EXTJSIV-1933] - Tree crashes on expand</li> <li>[EXTJSIV-2009] - NodeInterface should use a bool type for checked</li> <li>[EXTJSIV-2001] - Expandable attribute ignored</li> <li>[EXTJSIV-1883] - Need a way to veto node collapse/expand events</li> <li>[EXTJSIV-2354] - TreePanel.selectPath does not work with custom separator</li> </ul> </li> <li>Form <ul> <li>[EXTJSIV-1747] - IE Quirks : combo dropdown list is not aligned properly in Advanced Dataview example</li> <li>[EXTJSIV-992] - IE9 strict vertical and horizontal scrollbar in HTMLEDITOR</li> <li>[EXTJSIV-1073] - Date Picker styling</li> <li>[EXTJSIV-1080] - Date Picker / Time picker</li> <li>[EXTJSIV-1668] - TimeField should reserved custom entry on pressing Enter (after keyboard navigation)</li> <li>[EXTJSIV-1753] - Disabled text in field labels does not display properly in IE6</li> <li>[EXTJSIV-2010] - Combo fires change event twice when selecting a value</li> <li>[EXTJSIV-2100] - TextArea emptyText incorrect color</li> <li>[EXTJSIV-2436] - dynamic_form field alignment</li> </ul> </li> <li>Container <ul> <li>[EXTJSIV-1066] - Calling Container.add() with a floating component does not render that component</li> </ul> </li> <li>Misc <ul> <li>[EXTJSIV-1098] - Mini-collapse panel does not have a mouse over state</li> <li>[EXTJSIV-1157] - Row editor had gradient background in 3.3, now has flat color</li> <li>[EXTJSIV-1182] - High Contrast Theme Has Standard Contract Menus</li> <li>[EXTJSIV-1202] - Icons of mixed sizes are unaligned</li> <li>[EXTJSIV-1320] - Shadows in lower left/right corners, at times, looks too square.</li> <li>[EXTJSIV-1472] - Black background in charting examples in quirks mode</li> <li>[EXTJSIV-1473] - 2x larger font size in quirks mode versus strict for the spotlight example</li> <li>[EXTJSIV-1553] - The qtip is clipped in the registration example</li> <li>[EXTJSIV-1560] - Title artifact behind collapsed panel header</li> <li>[EXTJSIV-1646] - Problem with relayout + floating</li> <li>[EXTJSIV-1726] - Esc Key Handling is inconsistent between browsers</li> <li>[EXTJSIV-1727] - Placing a date picker inside of a menu has a black border around the menu</li> <li>[EXTJSIV-1734] - The background of the custom progress bar in progress bar example must be white.</li> <li>[EXTJSIV-2055] - Compat layer throwing error with grid</li> <li>[EXTJSIV-1729] - Tab icons cut off</li> <li>[EXTJSIV-1746] - Restful Proxy example uses background-image w/PNG (bad for IE6) on buttons</li> <li>[EXTJSIV-1793] - Sandboxing Ext3/Ext4 can cause id clashes</li> <li>[EXTJSIV-1815] - Problem with discontinuous values</li> <li>[EXTJSIV-1873] - Compat - tbar in grid appears under headers</li> <li>[EXTJSIV-1884] - Proxy status repair goes behind window</li> <li>[EXTJSIV-1928] - Paging toolbar in BoundList has double border</li> <li>[EXTJSIV-1941] - body not scoped</li> <li>[EXTJSIV-1965] - renderTpl used even when it doesn't exist</li> <li>[EXTJSIV-1973] - HashMap keyFn not supported</li> <li>[EXTJSIV-1990] - State doesn't allow stateId to be set in the prototype</li> <li>[EXTJSIV-2003] - Missing btn mixin</li> <li>[EXTJSIV-2004] - Frame ignores any ui</li> <li>[EXTJSIV-2065] - Ext.Element#scrollTo broken when animate=true with grid view when store is reloaded</li> <li>[EXTJSIV-2067] - DatePicker month/year selection cannot be done when showToday = false</li> <li>[EXTJSIV-2089] - Memento class missing in built SDK</li> <li>[EXTJSIV-2095] - 404 for tip-bg.gif file</li> <li>[EXTJSIV-2099] - closeText not copied</li> <li>[EXTJSIV-2129] - Set tpl config has no affect on ComboBox</li> <li>[EXTJSIV-2249] - Ext.isObject fails with anything with a nodeType property</li> <li>[EXTJSIV-2268] - Difficult/unintuitive to disable load mask on a grid/view</li> <li>[EXTJSIV-2314] - selectRange doesn't cause UI to update</li> <li>[EXTJSIV-2337] - Examples fonts and body padding are wrong in 4.0.2</li> <li>[EXTJSIV-2349] - examples/form/form-grid-access.html loses its description text</li> <li>[EXTJSIV-2385] - portal/portal.html throws a hard error on IE6 (only)</li> <li>[EXTJSIV-2387] - toolbar/toolbars example, the title of ButtonGroup is not centered anymore</li> <li>[EXTJSIV-2411] - Format.number can return -0</li> <li>[EXTJSIV-2454] - Ext.Ajax not taking the XHR.status into consideration</li> </ul> </li> <li>Examples <ul> <li>[EXTJSIV-1090] - Theme Example: "Display topics" only shows when hitting refresh</li> <li>[EXTJSIV-1094] - Theme Example: Month Selectors in Date Picker do not have hover state</li> <li>[EXTJSIV-1618] - Forum search example the combo list isn't positioned correctly with IE Quirks</li> <li>[EXTJSIV-1168] - Status bar example - alignment of "loading" animation is not correct</li> <li>[EXTJSIV-1313] - Forum Browser has 1px white border on inside right edge of the tree</li> <li>[EXTJSIV-1189] - Forms example inside layout browser is inconsistent with 3.3</li> <li>[EXTJSIV-1117] - Forum example missing search box on top right</li> <li>[EXTJSIV-1124] - Feed viewer - cannot click on the body of left panel if it's minimized</li> <li>[EXTJSIV-1133] - Paging grid example - text should be better spaced</li> <li>[EXTJSIV-1137] - Paging grid example - disabled arrows on the bottom toolbar should be gray, not blue</li> <li>[EXTJSIV-1140] - Portal example - setting icon is clipped</li> <li>[EXTJSIV-1097] - Theme example - missing list view</li> <li>[EXTJSIV-1099] - Theme example: Tab scroller - scroll arrows should not show active cursor if it's disabled</li> <li>[EXTJSIV-1101] - Theme example - grid panel does not have multiple pages</li> <li>[EXTJSIV-1107] - Theme example - text field is missing color and highlight in toolbar</li> <li>[EXTJSIV-1114] - Theme Browser: Column When Selected doesn't have a gradient</li> <li>[EXTJSIV-1169] - Advanced status bar example - alignment is incorrect</li> <li>[EXTJSIV-1696] - Desktop example - In notepad, scrolling appears</li> <li>[EXTJSIV-1707] - Desktop example - window drag/drop does not work</li> <li>[EXTJSIV-1719] - Tab scroller menu example - garbage text on top of tab on safari 5</li> <li>[EXTJSIV-1725] - Tips in Tips Example is Clipped</li> <li>[EXTJSIV-2370] - The Panel "Location Information" has disappeared from direct/direct-form example</li> </ul> </li> <li>Panel <ul> <li>[EXTJSIV-1130] - Panel body text should be 11px</li> <li>[EXTJSIV-1956] - Panel collapse/expand breaks auto height</li> </ul> </li> <li>Button <ul> <li>[EXTJSIV-1632] - The icon in disabled buttons does not get disabled in IE6</li> <li>[EXTJSIV-2374] - Several buttons issues</li> </ul> </li> <li>Window <ul> <li>[EXTJSIV-1723] - Window re-sizing incorrect</li> <li>[EXTJSIV-1738] - Opera 10.6: Resizing windows snaps to minHeight</li> <li>[EXTJSIV-1732] - Progress Dialog window locking</li> <li>[EXTJSIV-1774] - Window constrained into tabpanel not re-showing after toggling between tabs</li> <li>[EXTJSIV-1980] - Ext.Msg.show() bombs out in FF 4.01 Mac</li> <li>[EXTJSIV-1981] - Ext.Msg.setIcon() doesn't display icon at correct location in messagebox</li> <li>[EXTJSIV-2369] - Window title aren't aligned properly in all browsers</li> <li>[EXTJSIV-2105] - Window title truncated</li> </ul> </li> <li>Chart <ul> <li>[EXTJSIV-1770] - Line Chart values incorrect</li> <li>[EXTJSIV-1951] - Charts post-processes and removes the output of a custom renderer</li> <li>[EXTJSIV-2368] - Highlighting in the Pie chart example can 'stick' sometimes leaving slices mid animation</li> <li>[EXTJSIV-1963] - Line drawn between two points of equal value sometimes incorrect when smooth config is set to true</li> <li>[EXTJSIV-1964] - Line Chart with all data values set to 0 fails to render properly, error thrown</li> <li>[EXTJSIV-1978] - Time axis configured with fromDate, toDate and constrain fails to render properly</li> <li>[EXTJSIV-1979] - Chart Legend should use defined colorSet array, currently uses default colorArrayStyle</li> <li>[EXTJSIV-2246] - Legend should automatically use same colors as chart series, even when the color(s) are specified via style fill config</li> <li>[EXTJSIV-2335] - Wrong store index passed in line renderers</li> <li>[EXTJSIV-2350] - charts/Charts.html js hard error in Safari</li> <li>[EXTJSIV-2355] - Unable to set custom fill style on line chart</li> </ul> </li> <li>Draw <ul> <li>[EXTJSIV-1808] - setViewBox doesn't work with VML</li> </ul> </li> <li>Data <ul> <li>[EXTJSIV-1858] - collectData hardcodes use of the 'data' property to extract field values. Should use the 'persistanceProperty' of the Model</li> <li>[EXTJSIV-1896] - Ext.data.Model#persistanceProperty should be spelled persistenceProperty</li> <li>[EXTJSIV-1966] - Ext.data.Store memory leak</li> <li>[EXTJSIV-1953] - Ext.grid.property.Store problems</li> <li>[EXTJSIV-1975] - Generated Getter in BelongsToAssociation does not cache result </li> <li>[EXTJSIV-2388] - writer/writer.html examples throws a hard error on ie6/ie7</li> </ul> </li> <li>Layout <ul> <li>[EXTJSIV-2405] - Docked items added after render don't render correctly</li> <li>[EXTJSIV-2431] - Accordion is missing a border when collapsed</li> <li>[EXTJSIV-1900] - Accordion layout with tree initially collapsed does not layout correctly when activated</li> <li>[EXTJSIV-1970] - Ext.layout.Table rowspan bug</li> <li>[EXTJSIV-2098] - defaultAnchor ignored</li> </ul> </li> <li>MVC <ul> <li>[EXTJSIV-1967] - Multiple Controllers cannot listen to same event on same Component</li> <li>[EXTJSIV-2331] - Fix build warning for simple MVC app</li> <li>[EXTJSIV-2332] - Fix build warning for nested-loading MVC app</li> </ul> </li> <li>Core <ul> <li>[EXTJSIV-2000] - Ext.core.Element.boxWrap() missing CSS</li> <li>[EXTJSIV-2006] - Ext.core.Element.frame does nothing</li> <li>[EXTJSIV-2063] - Ext.util.Animate methods don't get copied to CompositeElement</li> </ul> </li> <li>Menu <ul> <li>[EXTJSIV-2002] - Menu doesn't resize when text is changed</li> <li>[EXTJSIV-2186] - Menu.alignTo is not working in some cases.</li> </ul> </li> <li>TabPanel <ul> <li>[EXTJSIV-2386] - Close button on tabs has disappeared</li> </ul> </li> </ul> <h2> New Features </h2> <ul> <li>[EXTJSIV-1936] - Make ComboBox work better with existing filters</li> <li>[EXTJSIV-2093] - Stateful Tree & Grid components do not fully restore state when in Border Layout</li> </ul> <h2> General Improvements </h2> <ul> <li>[EXTJSIV-141] - Fix all coding style violations</li> <li>[EXTJSIV-1321] - Feed Viewer's blogs list should be a Tree</li> <li>[EXTJSIV-1957] - Ext.resizer.Resizer widthIncrement addition</li> <li>[EXTJSIV-1999] - Themes Example Performance</li> <li>[EXTJSIV-2123] - Event options object secretly passed to every listener</li> </ul> <h2> Documentation Updates </h2> <ul> <li>[EXTJSIV-763] - Inadequate documentation for class AbsractPlugin</li> <li>[EXTJSIV-765] - Ext.resizer.ResizeTracker docs</li> <li>[EXTJSIV-780] - Ext.util.Grouper docs</li> <li>[EXTJSIV-781] - Ext.util.Region</li> <li>[EXTJSIV-1976] - Ext.app.Controller#control is undocumented</li> <li>[EXTJSIV-2103] - Fix missing sprite attribute property documentation</li> <li>[EXTJSIV-2134] - closeAction default is 'hide' but docs say it's 'destroy'</li> <li>[EXTJSIV-2348] - Layout Browser example API doc links are broken</li> <li>[EXTJSIV-2352] - constrainTo not documented on Ext.window.Window</li> </ul> </div> <div class="release"> <h1> Release Notes for Ext JS 4.0.1 </h1> <p class="notes"> Release Date: May 17, 2011<br> Version Number: 4.0.1 </p> <h2> Bugs Fixed </h2> <ul> <li>Charts and Drawing <ul> <li>[EXTJSIV-144] - Grouped Stacked Negative 0 point not aligned properly</li> <li>[EXTJSIV-148] - Pie chart labels should be along the centerline of the text, not the baseline.</li> <li>[EXTJSIV-1769] - Draggable sprite broken</li> <li>[EXTJSIV-1811] - Problem with hiding items via legend with grouped bar chart</li> <li>[EXTJSIV-1822] - setAttributes - scale only works on first item</li> <li>[EXTJSIV-1878] - Line chart scaling incorrect</li> <li>[EXTJSIV-1892] - Pie chart is not rendering it's shadow properly on initial render</li> </ul> </li> <li>Panel <ul> <li>[EXTJSIV-237] - Vertical alignment of the Panel title is not consistent between quirks and strict HTML modes</li> <li>[EXTJSIV-963] - Vertical headers lack proper centering</li> <li>[EXTJSIV-1102] - When panel collapse animates, there's some flashing</li> <li>[EXTJSIV-1814] - Panel doesn't fire close event in TabPanel</li> </ul> </li> <li>Examples <ul> <li>[EXTJSIV-482] - Logos example has a few cosmetic issues</li> <li>[EXTJSIV-1001] - Form is missing in Safari 3.2 with form/form-grid-access.html</li> <li>[EXTJSIV-1083] - Themes Example: Progress bar doesn't show any text</li> <li>[EXTJSIV-1118] - Portal Drag and Drop IE 6 & 7</li> <li>[EXTJSIV-1121] - feed viewer - highlight on mouse over incorrect</li> <li>[EXTJSIV-1141] - Sliding Pager Extension Example: There's no Panel Resizing at the bottom of the grid</li> <li>[EXTJSIV-1142] - FeedViewer: apply sensible minWidth on feeds panel</li> <li>[EXTJSIV-1165] - Summary Grid: Need an Icon in the Panel</li> <li>[EXTJSIV-1172] - Grid Plugin Example: No Checkbox Plugin in the bottom example</li> <li>[EXTJSIV-1173] - Grid Filtering Local: ID Column should have a smaller width</li> <li>[EXTJSIV-1180] - Rest proxy example - notification is missing when updating</li> <li>[EXTJSIV-1193] - Combo Box Example: State name Combo Boxes are too wide</li> <li>[EXTJSIV-1204] - Ext.Action Example should port the existing Action Example over</li> <li>[EXTJSIV-1211] - Double clicking in Manager Details header doesn't always open the combo box </li> <li>[EXTJSIV-1460] - Panel resizer ux not working properly or styled correctly</li> <li>[EXTJSIV-1474] - Black background in desktop/desktop.html example in quirks mode</li> <li>[EXTJSIV-1481] - form/xml-form is broken in Safari 3.2 with transitional DOCTYPE</li> <li>[EXTJSIV-1496] - Desktop cascading doesn't set correct z index</li> <li>[EXTJSIV-1499] - Desktop example's accordion window does not react to clicking the refresh icon</li> <li>[EXTJSIV-1535] - Array grid example advertised as stateful. But it does not remember column state</li> <li>[EXTJSIV-1860] - Nested Loading example is using widget.header alias which is reserver for standard Panel Headers</li> <li>[EXTJSIV-1861] - Portal example is having to synchronously load Ext.layout.component.Body.</li> <li>[EXTJSIV-1919] - Error in charts/draw code on portal example</li> <li>[EXTJSIV-1922] - Error in grid multiple sorting example</li> <li>[EXTJSIV-1923] - Error on editor example</li> <li>[EXTJSIV-1924] - FormDashboard chart example fieldset is too short</li> <li>[EXTJSIV-1927] - Text rotation example missing text</li> </ul> </li> <li>Toolbars <ul> <li>[EXTJSIV-939] - Artifact in search toolbar only with Chrome 5</li> <li>[EXTJSIV-980] - Background color in bottom toolbar should be blue</li> <li>[EXTJSIV-1109] - disabled text color in buttons is too light</li> <li>[EXTJSIV-1865] - Toolbar with removeAll() crashes when used with overflow</li> </ul> </li> <li>Layout <ul> <li>[EXTJSIV-1846] - Infinite loop, IE Border layout</li> <li>[EXTJSIV-1867] - Resizers on border layout do not constrain during drag</li> <li>[EXTJSIV-1931] - collapsedCls not applied in border layout</li> <li>[EXTJSIV-1845] - hideCollapseTool ignored in border layout/panel</li> <li>[EXTJSIV-1780] - Collapsing large grid in border layout fails</li> </ul> </li> <li>Windows <ul> <li>[EXTJSIV-1708] - Desktop example - windows don't move or resize</li> <li>[EXTJSIV-1737] - Opera 10.6: Windows cannot be moved vertically</li> <li>[EXTJSIV-1751] - Ext.Window Maximize doesnt account for browser window resize</li> <li>[EXTJSIV-1792] - Window fails with preventHeader: true</li> <li>[EXTJSIV-1945] - Window doesn't constrain properly when animating</li> </ul> </li> <li>Styling <ul> <li>[EXTJSIV-1269] - Checkbox in header does not line up with checkbox in the data rows</li> <li>[EXTJSIV-1271] - Arrow is not vertically centered in the overflow toolbar</li> <li>[EXTJSIV-1317] - Slightly rounded corners on menu item highlights</li> <li>[EXTJSIV-1322] - Window header color is different to 3.x</li> <li>[EXTJSIV-1417] - The text "Powered by" in logo is not legible</li> <li>[EXTJSIV-1516] - Menus are not in access-theme colors for the access example</li> <li>[EXTJSIV-1540] - Disabled buttons are really hard to read</li> <li>[EXTJSIV-1764] - Accessibility theme missing images</li> <li>[EXTJSIV-1841] - $panel-border-radius does not work</li> <li>[EXTJSIV-1825] - Button mixin in SASS is inconsistant with other UI mixins - quick fix</li> <li>[EXTJSIV-1826] - Window does not adhere to $base-color</li> <li>[EXTJSIV-1842] - 2 issues with button variables, not working correctly.</li> <li>[EXTJSIV-1851] - Errors when building template my-ext-theme.scss</li> <li>[EXTJSIV-1854] - Remove breaking comments from layout/_layout.scss</li> <li>[EXTJSIV-1862] - ui theme does not apply to window drag & drop proxy</li> <li>[EXTJSIV-1918] - Can't set overflow hidden on component style</li> </ul> </li> <li>Form <ul> <li>[EXTJSIV-1758] - Checkbox field does not report correct value</li> <li>[EXTJSIV-1775] - combo box autoSelect attribute non-functional</li> <li>[EXTJSIV-1781] - Combo Picker doesn't shift when window resizes</li> <li>[EXTJSIV-1798] - serializeForm tries to call .format</li> <li>[EXTJSIV-1809] - Html encoding issues on forms with standard submit</li> <li>[EXTJSIV-1834] - Keyup doesn't fire on combo</li> <li>[EXTJSIV-1838] - Checkbox getModelData incorrect</li> <li>[EXTJSIV-1839] - Fieldset doesn't render items when collapsed</li> <li>[EXTJSIV-1847] - Weird form field height display</li> <li>[EXTJSIV-1849] - Performance issues when adding multiple items to a form</li> <li>[EXTJSIV-1857] - Combo - Allow exclusion of queryParam</li> <li>[EXTJSIV-1869] - DisplayField alignment incorrect</li> <li>[EXTJSIV-1899] - field.Date refocuses on blur when picker is expanded</li> <li>[EXTJSIV-1902] - NumberField ignores disableKeyFilter</li> <li>[EXTJSIV-1942] - NumberField doesn't return number type when value is 0.</li> <li>[EXTJSIV-1943] - Checkbox should check for undefined uncheckedValue</li> </ul> </li> <li>Grid / Tree <ul> <li>[EXTJSIV-1689] - Selection model selectAll/deselectAll fire selectionchange event for every record</li> <li>[EXTJSIV-1757] - Grid loses row striping after editing</li> <li>[EXTJSIV-1762] - Grid: CellEditing problems destroying</li> <li>[EXTJSIV-1767] - ActionColumn fails when creating a global handler</li> <li>[EXTJSIV-1771] - Deselect doesnt fire in multi select mode</li> <li>[EXTJSIV-1773] - itemmousenter/itemmouseleave fire on every mouseover/mouseout event bubbled from *within* a View item</li> <li>[EXTJSIV-1778] - PropertyGrid crashes on destroy</li> <li>[EXTJSIV-1782] - PropertyGrid crashes when removing from store</li> <li>[EXTJSIV-1788] - Cell Editor doesn't update context</li> <li>[EXTJSIV-1794] - Crash when rootVisible false</li> <li>[EXTJSIV-1800] - RowNumberer incompatible with groupingSummary</li> <li>[EXTJSIV-1802] - Editor doesn't hide on grid scroll - FF</li> <li>[EXTJSIV-1819] - Grid in accordion layout doesn't show headers</li> <li>[EXTJSIV-1824] - PropertyGrid has no alias</li> <li>[EXTJSIV-1831] - Checkbox Selection model missing alias.</li> <li>[EXTJSIV-1848] - Row Editor doesn't work with grid filtering</li> <li>[EXTJSIV-1871] - PropertyGrid doesn't update source correctly</li> <li>[EXTJSIV-1872] - PropertyStore refers to wrong object</li> <li>[EXTJSIV-1875] - Tree doesn't allow string store id.</li> <li>[EXTJSIV-1881] - PreviewPlugin overwrites features</li> <li>[EXTJSIV-1926] - Safari: scrolling via wheel in grid also scrolls the page</li> <li>[EXTJSIV-1932] - NodeInterface callback params incorrect.</li> <li>[EXTJSIV-1939] - ProgressBar Pager fails with empty store</li> <li>[EXTJSIV-1958] - View DD contains redundant check</li> </ul> </li> <li>General <ul> <li>[EXTJSIV-988] - ToolTip/QuickTip steals shadow from modal window</li> <li>[EXTJSIV-1003] - Accessibility Theme has several glitches (IE9 Quirks)</li> <li>[EXTJSIV-1047] - Validation change steals focus in Safari (3.? and 4 at least)</li> <li>[EXTJSIV-1217] - Localization files are missing a bunch of strings - NL, DE, etc</li> <li>[EXTJSIV-1218] - Validation looks wrong in a frame panel with checkboxes</li> <li>[EXTJSIV-1295] - TextField focus method does not focus, DelayedTask at fault?</li> <li>[EXTJSIV-1510] - The close button in accordion does a refresh instead.</li> <li>[EXTJSIV-1528] - The previous/next buttons do not always un-focus after clicking on it and moving the mouse away</li> <li>[EXTJSIV-1562] - Collapse icon does not relocate after resizing the browser window</li> <li>[EXTJSIV-1648] - Checkbox selection doesn't fire selection change</li> <li>[EXTJSIV-1650] - Programmatically disabled before rendered prevents enabling </li> <li>[EXTJSIV-1654] - Using Quicktips on Frameset only page cause hard error</li> <li>[EXTJSIV-1736] - IE6 - Slider doesn't show up</li> <li>[EXTJSIV-1756] - Disabled text in forms have regressed in IE 6</li> <li>[EXTJSIV-1766] - Image Component crashes when rendered in IE</li> <li>[EXTJSIV-1779] - beforetabchange returning false doesn't stop tab changing.</li> <li>[EXTJSIV-1784] - Warn statements need to wrapped to check of the existence of the console</li> <li>[EXTJSIV-1790] - Observable shouldn't fail when removing an event that doesn't exist</li> <li>[EXTJSIV-1807] - Application fails when no controllers are specified</li> <li>[EXTJSIV-1813] - Store Can't read grouping info when specified on the class definition</li> <li>[EXTJSIV-1817] - Removed unused code: getSortState</li> <li>[EXTJSIV-1818] - NodeInterface destroy shadows Model destroy</li> <li>[EXTJSIV-1852] - JSBuilder doesn't build .jsb3 files correctly if using relative paths</li> <li>[EXTJSIV-1853] - JSBuilder not producing build correctly.</li> <li>[EXTJSIV-1856] - WebKit browsers lose selection in TEXTAREA elements</li> <li>[EXTJSIV-1864] - Store cannot set filters via prototype properties</li> <li>[EXTJSIV-1880] - Change autoCreateViewport to be false by default on Ext.app.App</li> <li>[EXTJSIV-1888] - Ext.Error.raise embeds an alert in IE or FF w/o Firebug (not good for many uses)</li> <li>[EXTJSIV-1889] - Splitter dragging doesn't work with iframes</li> <li>[EXTJSIV-1890] - Record raw property set too late</li> <li>[EXTJSIV-1895] - Ext.Array#include doesn't return anything, but docs say it does</li> <li>[EXTJSIV-1896] - Ext.data.Model#persistanceProperty should be spelled persistenceProperty</li> </ul> </li> </ul> <h2>Documentation Improvements</h2> <ul> <li>[EXTJSIV-739] - Improved Ext.fx.Animator docs</li> <li>[EXTJSIV-751] - Improved Ext.grid.GridPanel docs</li> <li>[EXTJSIV-769] - Improved Ext.tip.ToolTip docs</li> <li>[EXTJSIV-1074] - Improved Ext.app.Controller docs</li> <li>[EXTJSIV-1227] - Improved Ext.chart.Mask</li> <li>[EXTJSIV-1229] - Added docs for Ext.grid.property.Grid</li> <li>[EXTJSIV-1238] - Add documentation to tabPanel private methods</li> <li>[EXTJSIV-1293] - Documented Store.removeAll</li> <li>[EXTJSIV-1421] - Documented the Organizer example</li> <li>[EXTJSIV-1433] - Better docs for Ext.app.Application</li> <li>[EXTJSIV-1891] - documented loadMask configuration property of Ext.Component and descendants</li> <li>[EXTJSIV-1894] - Documented Ext.draw.Sprite events not documented</li> <li>[EXTJSIV-1898] - Removed Ext.getModel from data guide</li> <li>[EXTJSIV-1901] - Documented Ext.CompositeElement documents methods without names</li> <li>[EXTJSIV-1903] - Bad reference to Ext.panel.Panel#frame for more documentation</li> <li>[EXTJSIV-1904] - Added missing image: guides/tree/simple-tree.png</li> <li>[EXTJSIV-43] - Documented the fact that attributes are transformed to model fields</li> <li>[EXTJSIV-1485] - SDK Bootstrapping Guide and Build Tools for Developers</li> <li>[EXTJSIV-1248] - More docs for Surface</li> <li>[EXTJSIV-1244] - Added docs for Gauge AXIS</li> <li>[EXTJSIV-1796] - Character Encoding issues on deployed docs</li> <li>[EXTJSIV-1906] - a typo / encoding issue in the getting started guide</li> </ul> <h2>General Improvements</h2> <ul> <li>[EXTJSIV-1961] - Added callbackName option to Ext.data.JsonP.request</li> <li>[EXTJSIV-853] - Tooltips: Renamed initTarget to setTarget</li> <li>[EXTJSIV-1536] - Added a vertical toolbar example</li> </ul> </div> <div class="release"> <h1> Release Notes for Ext JS 4.0 Final </h1> <p class="notes"> Release Date: April 26, 2011<br> Version Number: 4.0.0 </p> <h2> New In This Release </h2> <ul> <li>New Features <ul> <li>[EXTJSIV-919] - CheckHeader fires an additional change event</li> <li>[EXTJSIV-1291] - Charts draw undefined values</li> <li>[EXTJSIV-1352] - Floating should allow Component as an argument to alignTo</li> </ul> </li> </ul> <ul> <li>Bug Fixes <ul> <li>[EXTJSIV-2] - Normalize text baseline calculation for FireFox 3.0 and 3.5</li> <li>[EXTJSIV-495] - Forum search example - search does not work</li> <li>[EXTJSIV-513] - DragSelector does not maintain selection in IE</li> <li>[EXTJSIV-528] - Improve class loader performance</li> <li>[EXTJSIV-571] - autoHeight Box layouts</li> <li>[EXTJSIV-672] - Active tab has dark line beneath in access theme</li> <li>[EXTJSIV-697] - Element loses event Listener</li> <li>[EXTJSIV-788] - Grid in accordion layout displays scrollbars</li> <li>[EXTJSIV-820] - Ext.util.Format.usMoney is not inserting commas into the returned string</li> <li>[EXTJSIV-826] - When removing + then adding grid summary, it does not add x-grid-cell-first</li> <li>[EXTJSIV-860] - Row editing shadow issue</li> <li>[EXTJSIV-863] - IE Header menu issue</li> <li>[EXTJSIV-869] - Changing Collapsed Titles in a Border Layout</li> <li>[EXTJSIV-871] - form-grid example layout in IE6</li> <li>[EXTJSIV-873] - menu shows a small rectangle when it has no items</li> <li>[EXTJSIV-876] - Grid Menu allows hiding all columns</li> <li>[EXTJSIV-901] - updateRecord w/ radio group</li> <li>[EXTJSIV-902] - FieldContainer misses clearInvalid</li> <li>[EXTJSIV-910] - Need to know when Surface is rendered</li> <li>[EXTJSIV-912] - IE6 & 7, FF4: Grid Header misaligned with the gridview</li> <li>[EXTJSIV-932] - Gauge series needs docs.</li> <li>[EXTJSIV-936] - Trigger field is not flushed using the access theme in IE 6 and 7</li> <li>[EXTJSIV-975] - Font styles are inconsistent across components</li> <li>[EXTJSIV-976] - TreeSelectionModel does not use checkbox images</li> <li>[EXTJSIV-977] - Ext.isFunction return true with a NodeList in Safari 3-4</li> <li>[EXTJSIV-979] - CSS styling wrong after collapsing Navigation panel</li> <li>[EXTJSIV-981] - Resizing failure with layout-browser.html --> Table</li> <li>[EXTJSIV-983] - Border line is missing beneath the grid header row</li> <li>[EXTJSIV-984] - Bottom scrollbar is not flushed with the right scrollbar</li> <li>[EXTJSIV-986] - Grid state does not save column width</li> <li>[EXTJSIV-993] - IE9 Strict Rendering issue with form.fieldset</li> <li>[EXTJSIV-994] - IE9 Strict Border layout issue</li> <li>[EXTJSIV-995] - IE7: Artifact in top-left corner of framed panel</li> <li>[EXTJSIV-996] - Field/Trigger placement in top toolbar needs to move down 1 pixel</li> <li>[EXTJSIV-999] - Both framing and flushing trigger button issues seen in IE 7</li> <li>[EXTJSIV-1000] - DatePicker Month title color is black</li> <li>[EXTJSIV-1002] - IE9 Strict Collapsible button in Ext.form.Fieldset aren't displayed correctly</li> <li>[EXTJSIV-1004] - Group header grid example is broken</li> <li>[EXTJSIV-1005] - Locking Grid Lock/Unlock throw an error</li> <li>[EXTJSIV-1007] - IE9 Strict - RowEditor scrolls the grid view when starting an edit</li> <li>[EXTJSIV-1008] - Splitter's calculated collapse directions are wrong. 'up' should be 'top', 'down' should be bottom.</li> <li>[EXTJSIV-1010] - Check/Radio example, white background</li> <li>[EXTJSIV-1011] - IE 9 Quirks Pie chart example Pie parts border issue</li> <li>[EXTJSIV-1012] - NumberField - Bottom trigger doesn't hover</li> <li>[EXTJSIV-1013] - IE9 Quirks Message Box Multi-line prompt: Input width is too large</li> <li>[EXTJSIV-1014] - ItemSelector button icons missing</li> <li>[EXTJSIV-1015] - IE9 Strict Tree Checkbox are not correctly positioned</li> <li>[EXTJSIV-1016] - Grey background on drag drop indicator on IE6</li> <li>[EXTJSIV-1017] - IE9 Drag and Drop in TreePanel does not work correctly</li> <li>[EXTJSIV-1020] - Clipping of letters in vertical header titles</li> <li>[EXTJSIV-1021] - IE9 Custom Styles progress bar doesn't show XP style</li> <li>[EXTJSIV-1022] - Wrong font for vertical header titles with IE 9</li> <li>[EXTJSIV-1023] - The minButtonWidth is applied to non-buttons in fbar</li> <li>[EXTJSIV-1025] - Tree shifts after expand/collapse animation in all IEs</li> <li>[EXTJSIV-1028] - Grid: Promote from Markup example doesn't work in IE6 &7</li> <li>[EXTJSIV-1029] - Added an Associations example</li> <li>[EXTJSIV-1031] - draw/Logos Example the window is too big</li> <li>[EXTJSIV-1033] - Safari 5 Mac Tabs rendering glitch</li> <li>[EXTJSIV-1036] - Grid Window in Desktop example permanently loses scrollbars during window resize</li> <li>[EXTJSIV-1039] - IE 6 &7 Only: After resizing flexed column very wide</li> <li>[EXTJSIV-1040] - statusbar/statusbar-demo.html toolbar items alignment issue</li> <li>[EXTJSIV-1042] - Clicking constrained windows does not bring constraining window to top</li> <li>[EXTJSIV-1044] - Gap between box elements in keynav example</li> <li>[EXTJSIV-1045] - examples/layout/snap-windows.html throws "Attempting to extend from a class which has not been loaded on the page."</li> <li>[EXTJSIV-1048] - Inaccurate lastComponentSize returned</li> <li>[EXTJSIV-1049] - Grid filters are lost when clicking Add Columns in Custom Grid Filters Example (local filtering)</li> <li>[EXTJSIV-1050] - Feedviewer "view post" has no margin/padding</li> <li>[EXTJSIV-1051] - Stateful grid doesn't work in IE6</li> <li>[EXTJSIV-1052] - Multi line message box doesn't show a scrollbar (IE6)</li> <li>[EXTJSIV-1054] - Portal dragging breaks</li> <li>[EXTJSIV-1055] - DataView dragged selection not applying in IE6</li> <li>[EXTJSIV-1056] - Adding more rows after scrolling to the bottom of grid view causes the row editor to disappear</li> <li>[EXTJSIV-1057] - Quickly trigger window show / hide while it's still animating screws layout / visibility checking</li> <li>[EXTJSIV-1058] - Resizing window while it's being masked does not resize the masking layer</li> <li>[EXTJSIV-1059] - Error using GridViewDragDrop plugin</li> <li>[EXTJSIV-1062] - Menu items don't layout to full width</li> <li>[EXTJSIV-1063] - Window.show() no longer does a toFront() as in 3.x</li> <li>[EXTJSIV-1064] - Vertical toolbar separators are vertical but should be horizontal.</li> <li>[EXTJSIV-1067] - Toolbar enableOverflow property not respected</li> <li>[EXTJSIV-1071] - Tree getRecords doesn't work correctly</li> <li>[EXTJSIV-1075] - collapseAll shouldn't collapse root if rootVisible is true</li> <li>[EXTJSIV-1076] - Possible missing variables</li> <li>[EXTJSIV-1078] - Shadows look odd on non-white backgrounds</li> <li>[EXTJSIV-1079] - Theme example is missing some components</li> <li>[EXTJSIV-1084] - Tab height/tabbar height is not consistent with 3.3</li> <li>[EXTJSIV-1085] - Tab panel and panel headers need to be the same size</li> <li>[EXTJSIV-1087] - API Change: Ext.tab.TabPanel renamed to Ext.tab.Panel</li> <li>[EXTJSIV-1088] - Toolbar Buttons when against the Left side of the gutter need more padding</li> <li>[EXTJSIV-1089] - In theme example, tree panel is not in the accordion panel</li> <li>[EXTJSIV-1091] - In theme example, paging toolbar does not display default page number</li> <li>[EXTJSIV-1092] - Grid Shifts on Header Trigger Click</li> <li>[EXTJSIV-1093] - Theme example: scrollable tab indicator is off by a pixel </li> <li>[EXTJSIV-1095] - Theme example - missing multi-trigger field inside GridPanel toolbar</li> <li>[EXTJSIV-1100] - Button config renders incorrectly - "submit" seems off center</li> <li>[EXTJSIV-1103] - Padding on toolbar buttons is two pixels at the bottom and one pixel at the top. Should be two pixels on both.</li> <li>[EXTJSIV-1104] - Framed panel does not have bottom border when headerPosition:top</li> <li>[EXTJSIV-1106] - iconCls not honored on Ext.grid.column.Action</li> <li>[EXTJSIV-1108] - pressed state buttons have a background in the corners?</li> <li>[EXTJSIV-1110] - Split button and menu button: Text and arrow have too much space in between</li> <li>[EXTJSIV-1111] - Error when using tab in Writer Example</li> <li>[EXTJSIV-1115] - FeedViewer Add Feed Window is too small</li> <li>[EXTJSIV-1116] - Accordion panel - accordion titles have more padding on bottom than top</li> <li>[EXTJSIV-1119] - In the list of examples, it's impossible to close a set of examples</li> <li>[EXTJSIV-1120] - Border Layout collapsed vertical header has dark black bold text</li> <li>[EXTJSIV-1122] - Feed View Looses Scroll Bar</li> <li>[EXTJSIV-1123] - Live Grid Search Example does not have screenshot</li> <li>[EXTJSIV-1125] - When changing feeds, tabs have the wrong size</li> <li>[EXTJSIV-1126] - RowEditor edging for buttons in IE</li> <li>[EXTJSIV-1128] - Feed viewer - add feed dialogue box is missing several elements</li> <li>[EXTJSIV-1129] - TextField 1px taller than other fields</li> <li>[EXTJSIV-1131] - Image Viewer Example: Unable to edit album names in the tree</li> <li>[EXTJSIV-1132] - Panel header has 1 pixel white on left and right</li> <li>[EXTJSIV-1136] - Paging Grid Example: JsonPProxy in the header isn't the name of the class in the code</li> <li>[EXTJSIV-1138] - Paging Example: disablePagingSelection:true is not respected</li> <li>[EXTJSIV-1139] - Portal example - if all components are in one column, cannot drag to 3rd column</li> <li>[EXTJSIV-1143] - Property grid does not have an indicator to show it's a property grid</li> <li>[EXTJSIV-1144] - Property Grid Example is too large -- should fit the size to make it look more like a property grid</li> <li>[EXTJSIV-1146] - Editor Grid Example: Clicking from Common Name in an editor to Light doesn't invoke an editor</li> <li>[EXTJSIV-1147] - Grid editing example - resizing the column while editing behaves incorrectly</li> <li>[EXTJSIV-1148] - Custom Grid Filters: Menu is lost on refresh of view</li> <li>[EXTJSIV-1150] - GroupTextTPL is not implemented</li> <li>[EXTJSIV-1153] - Row Editing: When editing a row, pixels are missing from the bottom left and bottom right box</li> <li>[EXTJSIV-1154] - Row Editing: Single click doesn't move the row editor</li> <li>[EXTJSIV-1155] - Row Editing plugin/example needs to be more like 3.3</li> <li>[EXTJSIV-1156] - Row Editing: Scrolling and row editor in the wrong place when clicking "Add Plant" </li> <li>[EXTJSIV-1160] - No loading indication when you open up a node</li> <li>[EXTJSIV-1161] - Empty Tree has +/- button</li> <li>[EXTJSIV-1163] - Grouped Grid Example: Missing Collapsable on the Panel and Clear Grouping on the bottom</li> <li>[EXTJSIV-1164] - Tool missing disabledCls</li> <li>[EXTJSIV-1166] - Summary Grid Example: Button needs to be fixed</li> <li>[EXTJSIV-1167] - Status bar example - clock shows up randomly when you start typing</li> <li>[EXTJSIV-1174] - Need a Remote Filtering Example</li> <li>[EXTJSIV-1175] - Grid Filtering Example: No Date Column</li> <li>[EXTJSIV-1176] - Clean up main example page</li> <li>[EXTJSIV-1177] - Grid Filtering Example: No Boolean Filtering</li> <li>[EXTJSIV-1179] - Data Writer example appears to not work</li> <li>[EXTJSIV-1181] - grouped header grid example - crash chrome when dragging a header into it's children</li> <li>[EXTJSIV-1183] - Grid Multiple Sorting is missing a splitter after sorting order</li> <li>[EXTJSIV-1185] - Tab Scroller Menu Plugin: Misalignment on top of overflow tabs</li> <li>[EXTJSIV-1186] - Message Box Confirm Dialog needs more spacing between Yes/No buttons</li> <li>[EXTJSIV-1188] - Tree Open Animation is incorrect</li> <li>[EXTJSIV-1190] - Incorrect default body padding?</li> <li>[EXTJSIV-1191] - Layout browser -> Center layout. Auto height not expanding to body contents</li> <li>[EXTJSIV-1192] - Complex Layout Example: On load, property grid is selected, but "A Tab" is rendered</li> <li>[EXTJSIV-1194] - In a combo box, hitting space inside combobox presents user with a big gray box</li> <li>[EXTJSIV-1195] - Need an Combo Box Example with Transforms</li> <li>[EXTJSIV-1196] - Combo with Templates and Ajax draws the searching box incorrectly on first load</li> <li>[EXTJSIV-1197] - Need an example of a fieldset side by side</li> <li>[EXTJSIV-1198] - Wrong Collapse Indicator in Checkbox Radio Groups</li> <li>[EXTJSIV-1199] - Bring Back Flash Component (if necessary)</li> <li>[EXTJSIV-1200] - Combobox in a Menu Dropdown is Flush with Left Edge</li> <li>[EXTJSIV-1201] - Submenu is Lost when Resizing Window</li> <li>[EXTJSIV-1203] - Ext.Action Example should port the existing Action Example over</li> <li>[EXTJSIV-1205] - Cannot read property 'afteredit' of undefined</li> <li>[EXTJSIV-1209] - Advanced DataView Example: Animation poofs, it doesn't zoom back to the grid when selecting an item</li> <li>[EXTJSIV-1210] - History Example doesn't work</li> <li>[EXTJSIV-1214] - Progress bar example needs a blue background</li> <li>[EXTJSIV-1216] - Panel Example "Panel as Child" is missing border for header in first child</li> <li>[EXTJSIV-1219] - Portal columns disappear when removing all portlets (regression)</li> <li>[EXTJSIV-1220] - Numeric Axis shows extra</li> <li>[EXTJSIV-1222] - Rename Ext.container.Viewport isViewPort property to isViewport</li> <li>[EXTJSIV-1223] - GroupGrid does not scroll if using paginggridscroller</li> <li>[EXTJSIV-1231] - ComboBox's bound list: Shadow persists when Store is filtered to zero matches and the list shrinks to zero height.</li> <li>[EXTJSIV-1232] - DatePicker as dropdown from a DateField should dismiss when you press ESC</li> <li>[EXTJSIV-1233] - API DOC Browser Class links issue</li> <li>[EXTJSIV-1235] - Testing: Ext.tip.Tip spec fails in IE6-8</li> <li>[EXTJSIV-1237] - Move Rob's framing command over to use jarred's new tool</li> <li>[EXTJSIV-1239] - Need to implement .x-small-editor sizing for form fields</li> <li>[EXTJSIV-1240] - Regression on rotated labels (check the area select example in test/ui)</li> <li>[EXTJSIV-1243] - Fix a bug where NodeInterface decorate would always override data fields in your Model, even if they already existed.</li> <li>[EXTJSIV-1245] - ComboBox selectOnTab does not work if the field has a value.</li> <li>[EXTJSIV-1246] - Accordion layout fails with hidden items</li> <li>[EXTJSIV-1247] - MessageBox doesn't work with animateTarget</li> <li>[EXTJSIV-1249] - Grid column resize indicators don't show when used inside border layout</li> <li>[EXTJSIV-1250] - Combo with no value returns empty array</li> <li>[EXTJSIV-1251] - Phantom records should not be added to removed</li> <li>[EXTJSIV-1252] - Border Layout collapseMode mini positioning incorrect</li> <li>[EXTJSIV-1253] - Tree needs checkchange event</li> <li>[EXTJSIV-1254] - Grouping needs to refresh the scroller on grid expand/collapse</li> <li>[EXTJSIV-1255] - MessageBox reacts to enter keypress even when hidden</li> <li>[EXTJSIV-1257] - Unable to control whether or not the checkbox is shown for certain rows with CheckboxModel</li> <li>[EXTJSIV-1258] - Setting border false on grid, headerCt still keeps borders</li> <li>[EXTJSIV-1260] - DirectProxy doesn't accept string paramOrder</li> <li>[EXTJSIV-1261] - Reconfigure breaks when used with locked columns</li> <li>[EXTJSIV-1263] - Window body is slightly different color than window frame</li> <li>[EXTJSIV-1264] - The grid-plugins example takes a long time in IE 6 to display the grids and scrollbars</li> <li>[EXTJSIV-1265] - Tabs are broken with draw/Logos.html in IE 8.0</li> <li>[EXTJSIV-1266] - Row Editing broken when not specifying an editor</li> <li>[EXTJSIV-1267] - Framing for the access example is broken in some browsers</li> <li>[EXTJSIV-1268] - Grouping Feature - Events provide no context, aren't fired on the grid</li> <li>[EXTJSIV-1272] - Add extra string methods to Ext.util.Format so they can be used with templates</li> <li>[EXTJSIV-1273] - Dragging and Dropping Panels in the Portal Example lose Tools</li> <li>[EXTJSIV-1274] - Identify and fix transitory Table View memory leak in IE6 &IE7</li> <li>[EXTJSIV-1279] - Nested Windows not hiding themselves when floatParent (tab) hides.</li> <li>[EXTJSIV-1280] - Window that is a child of TabPanel doesn't get hidden when Tab is switched, not hiding itself when its floatParent hides.</li> <li>[EXTJSIV-1281] - DataView#ItemOver tracking does not always detect onItemMouseLeave</li> <li>[EXTJSIV-1282] - Specifying groupable:false on a column definition has no effect</li> <li>[EXTJSIV-1283] - Identify and Fix transient memory leak in the HtmlEditor</li> <li>[EXTJSIV-1284] - Borders are no longer correct.</li> <li>[EXTJSIV-1285] - Messagebox text not wrapping properly.</li> <li>[EXTJSIV-1286] - Fieldsets too large in HBox layout in Firefox</li> <li>[EXTJSIV-1288] - Chart axes and line not aligned</li> <li>[EXTJSIV-1289] - RowEditor - option to prevent moving editor to new row when there are pending changes</li> <li>[EXTJSIV-1290] - setClosable on Tab will not remove element</li> <li>[EXTJSIV-1292] - beforeshow recursion and error</li> <li>[EXTJSIV-1296] - Several tree examples are failing in IE (all versions)</li> <li>[EXTJSIV-1297] - Hard Error: Not implemented error seen with IE 8</li> <li>[EXTJSIV-1298] - ComboBox dropdown has horrible rendering artifacts in IE6</li> <li>[EXTJSIV-1299] - ComboBox triggerAction:'all' not working after list has been filtered</li> <li>[EXTJSIV-1301] - PropertyGrid throws error when editing</li> <li>[EXTJSIV-1303] - Model constructor needs to support array data</li> <li>[EXTJSIV-1304] - ButtonGroup styling is not perfect. issue with header</li> <li>[EXTJSIV-1305] - TreePanel.selectPath fails</li> <li>[EXTJSIV-1306] - RowEditing example - migrate 3.3 example so it is the same</li> <li>[EXTJSIV-1307] - RowEditing - make animation speed more like 3.3 by default</li> <li>[EXTJSIV-1308] - Sub-menu menu is not aligned properly</li> <li>[EXTJSIV-1309] - Menus are misaligned in buttons</li> <li>[EXTJSIV-1310] - Disabling form does not disable radios and check boxes</li> <li>[EXTJSIV-1311] - Tab scroller arrows are not correctly aligned</li> <li>[EXTJSIV-1312] - Central tab panel in the themes example has tabs that are too wide</li> <li>[EXTJSIV-1314] - Forum browser has 2px blue border on left edge of grid</li> <li>[EXTJSIV-1315] - Collapse icons disappear when moving a portlet</li> <li>[EXTJSIV-1316] - Panel expand icon is positioned 1px/2px too low</li> <li>[EXTJSIV-1318] - Gap between buttons in a window is too small</li> <li>[EXTJSIV-1319] - Locking grid borders are wrong</li> <li>[EXTJSIV-1323] - Menu Submenus can get out of alignment</li> <li>[EXTJSIV-1324] - Status Bar breaks easily</li> <li>[EXTJSIV-1325] - Status bar date too low</li> <li>[EXTJSIV-1326] - QuickTips close button missing a bottom border</li> <li>[EXTJSIV-1327] - Floater.js should not reopen a floating component based solely on its visible state prior to hiding its floatParent</li> <li>[EXTJSIV-1329] - Vertical header text in IE9 is the wrong font</li> <li>[EXTJSIV-1330] - RowEditor is missing panel frame corners on bottom left/right of buttons</li> <li>[EXTJSIV-1332] - Application.getController not using Ext.Loader</li> <li>[EXTJSIV-1333] - Locking grid doesn't get viewConfig from the GridPanel</li> <li>[EXTJSIV-1334] - Tip + Window issues</li> <li>[EXTJSIV-1335] - Stroke opacity in VML</li> <li>[EXTJSIV-1336] - RowExpander removes other features</li> <li>[EXTJSIV-1338] - Grid doesn't disable properly</li> <li>[EXTJSIV-1339] - Store needs clear event - should be fired after a removeAll</li> <li>[EXTJSIV-1340] - Area chart showing incorrect values</li> <li>[EXTJSIV-1341] - TabPanel without borders has odd looking headers</li> <li>[EXTJSIV-1342] - ColorPicker selected class not correct in CSS</li> <li>[EXTJSIV-1344] - Grid Editing with checkbox editor shows cell contents</li> <li>[EXTJSIV-1345] - Editor revertInvalid doesn't default to true like the docs say</li> <li>[EXTJSIV-1346] - Bad global variable detected by test reporter in AbstractComponent</li> <li>[EXTJSIV-1347] - Browser resizer interferes with textarea </li> <li>[EXTJSIV-1350] - RowEditor should disable its update button when there are validation errors</li> <li>[EXTJSIV-1353] - Desktop Example does not work with dynamic loader (only ext-all)</li> <li>[EXTJSIV-1354] - Can't assign idProperty when creating implicit fields</li> <li>[EXTJSIV-1355] - Can't destroy grid with DD</li> <li>[EXTJSIV-1356] - Collapsed grid crashes when expanded</li> <li>[EXTJSIV-1357] - Combo needs a hiddenName property</li> <li>[EXTJSIV-1358] - RowEditor - very quick grid view scroll prior to full rendering results in an error</li> <li>[EXTJSIV-1359] - Framed buttons (IE 6-8) lose their styles when focused or mouseovered</li> <li>[EXTJSIV-1361] - on tree.Panel the scroller element still has a border when bodyBorder is set to 0</li> <li>[EXTJSIV-1365] - Transparency is not working in the slicer tool</li> <li>[EXTJSIV-1367] - There is no styling for overflowHandler Scroller for Toolbar (used by Desktop example)</li> <li>[EXTJSIV-1371] - Radio buttons look like stars for the access theme</li> <li>[EXTJSIV-1372] - Tooltips with more than text configuration do not work reliably on Chrome, Safari and IE</li> <li>[EXTJSIV-1373] - Default window background is incorrect?</li> <li>[EXTJSIV-1374] - Button group needs more right margin</li> <li>[EXTJSIV-1376] - htmleditor font combo stays above all content in IE6 (only)</li> <li>[EXTJSIV-1377] - Grid column dropped into wrong place when inserting into a locked area</li> <li>[EXTJSIV-1378] - Locking grid: crashes when you drag a column to the first column index</li> <li>[EXTJSIV-1379] - Make upgrade guide clear that form submission must now use the API</li> <li>[EXTJSIV-1381] - Create a test for toolbars in every situation</li> <li>[EXTJSIV-1382] - Masking behavior not correct in theme viewer example</li> <li>[EXTJSIV-1383] - Vertical text is cut off if the panel is collapsed</li> <li>[EXTJSIV-1385] - Icon in tree has incorrect padding</li> <li>[EXTJSIV-1386] - Double triggers seem in example</li> <li>[EXTJSIV-1387] - Double pixel border on the left side of the accordion panel</li> <li>[EXTJSIV-1388] - Need to add a UI test to make sure a framed grid can have rounded corners</li> <li>[EXTJSIV-1393] - Pie chart needs to deal with 0 values</li> <li>[EXTJSIV-1394] - Portlet z-index issues when dragging</li> <li>[EXTJSIV-1395] - Tree doesn't setup all dependencies</li> <li>[EXTJSIV-1397] - Locking doesn't provide a centralized view</li> <li>[EXTJSIV-1399] - RowEditor buttons &grid scroller have an issue in Opera 11.01 only</li> <li>[EXTJSIV-1400] - menu.Manager::get, variable undefined</li> <li>[EXTJSIV-1402] - Sprite doesn't clean up draggable</li> <li>[EXTJSIV-1403] - SplitButton - overArrow flag gets stuck</li> <li>[EXTJSIV-1404] - GridPanel should have getStore method</li> <li>[EXTJSIV-1405] - Button onMenuTriggerOver/Out is not accurate</li> <li>[EXTJSIV-1407] - RowNumberer - needs a better way to determine the row number</li> <li>[EXTJSIV-1408] - Organizer example: Dropping the same image into an album twice throws a hard error</li> <li>[EXTJSIV-1409] - RowEditor throws an error when starting a new edit after a previously failed validation</li> <li>[EXTJSIV-1410] - RowEditor must update its error summary tooltip for changes to the same field</li> <li>[EXTJSIV-1411] - Access theme needs image for number field trigger buttons</li> <li>[EXTJSIV-1416] - Adding a docked:top toolbar tp a headerPosition:right panel/window causes a bug</li> <li>[EXTJSIV-1418] - Inconsistent look for accordions header titles between browsers</li> <li>[EXTJSIV-1419] - Inconsistent direction from dark to light for gradient colors in the Logos example </li> <li>[EXTJSIV-1422] - TabPanel has incorrect bottom border</li> <li>[EXTJSIV-1423] - Divider line in toolbar is not vertically centered, also doesn't look correct</li> <li>[EXTJSIV-1426] - No gap between the accordion headers in Safari 4.0</li> <li>[EXTJSIV-1427] - GridEditing: Column to use editor, field or some other name</li> <li>[EXTJSIV-1429] - The >> button is not vertically centered in the overflow toolbar examples</li> <li>[EXTJSIV-1430] - overItemCls not working</li> <li>[EXTJSIV-1432] - Trailing comma in forum/forum.html example</li> <li>[EXTJSIV-1436] - Grid sorting icons slightly mispositioned</li> <li>[EXTJSIV-1438] - Grid column header text slightly mispositioned in all IEs</li> <li>[EXTJSIV-1439] - Window buttons have an ugly border in IE6 and IE7</li> <li>[EXTJSIV-1440] - Rest proxy doesn't respect api config</li> <li>[EXTJSIV-1441] - Vertical toolbar separators margin is incorrect. Seems to get more on the bottom</li> <li>[EXTJSIV-1442] - Uncaught TypeError: Cannot call method 'bringToFront' of undefined</li> <li>[EXTJSIV-1444] - Vertical toolbars need to have no margin on the bottom, not the right</li> <li>[EXTJSIV-1445] - li style disc not set when using styleHtmlContent</li> <li>[EXTJSIV-1446] - /core gets doubled up in the distributed package</li> <li>[EXTJSIV-1447] - Form DirectLoad callback fires twice</li> <li>[EXTJSIV-1448] - Borders need help</li> <li>[EXTJSIV-1449] - Grid Locking and Sorting not in SYNC FF4</li> <li>[EXTJSIV-1450] - Accordion bottom border incorrect</li> <li>[EXTJSIV-1451] - Legend renders incorrectly in Chart FF4.0</li> <li>[EXTJSIV-1452] - Drag and Drop broken in FF4 organizer example</li> <li>[EXTJSIV-1453] - Vertical header text in FF is the wrong font</li> <li>[EXTJSIV-1455] - theme example doesn't select a theme on first load, it seems.</li> <li>[EXTJSIV-1456] - ComboBox remains open after selection in grid cell editing</li> <li>[EXTJSIV-1457] - createBuffered ignores scope</li> <li>[EXTJSIV-1458] - File field crashes when you use disabled: true</li> <li>[EXTJSIV-1461] - Highlight on charts uses the same window shadow?</li> <li>[EXTJSIV-1462] - Legend doesn't renable a value FF4</li> <li>[EXTJSIV-1463] - Menu issues on FF when messing with charts</li> <li>[EXTJSIV-1464] - Flicker on Animation of Window Showing and incorrect initial position of windows</li> <li>[EXTJSIV-1465] - ComboBox in a menu does not react correctly</li> <li>[EXTJSIV-1466] - Leaves a menu up when using the color picker in an overflow</li> <li>[EXTJSIV-1467] - Status bar too short</li> <li>[EXTJSIV-1468] - Selection range implemented poorly</li> <li>[EXTJSIV-1469] - ComboBox with remote search example does not act intuitively</li> <li>[EXTJSIV-1470] - Remove Simple MVC example from examples</li> <li>[EXTJSIV-1475] - Vertical separators in toolbars are missing in quirks mode in IE (all versions)</li> <li>[EXTJSIV-1477] - Left border is missing in draw/Sencha.html example in strict/transitional modes in IE 6</li> <li>[EXTJSIV-1478] - Broken form/check-radio.html example in IE 6 &7 in strict/transitional DOCTYPE modes</li> <li>[EXTJSIV-1479] - Zero top/bottom padding in toolbar for the search field -- all browsers affected</li> <li>[EXTJSIV-1482] - Ext.draw.CompositeSprite.setStyle problem</li> <li>[EXTJSIV-1483] - The forum/forum.html example is broken in IE 6 with strict/transitional DOCTYPEs</li> <li>[EXTJSIV-1486] - Tree header shows a 1px border when no column headers, works for grid</li> <li>[EXTJSIV-1487] - Toolbar separators are not visible in quirks.</li> <li>[EXTJSIV-1488] - Web Desktop needs to have a blue background</li> <li>[EXTJSIV-1489] - Desktop example windows don't open smoothly, can't be closed</li> <li>[EXTJSIV-1490] - Desktop example taskbar buttons not well aligned</li> <li>[EXTJSIV-1491] - Remove extra bordering on the grid window on Desktop example</li> <li>[EXTJSIV-1492] - Accordion text and border colors incorrect</li> <li>[EXTJSIV-1493] - Remove border around desktop's example's accordion window toolbar</li> <li>[EXTJSIV-1494] - Extra padding between cells in IE 6/7 (first grid) when using strict or transitional DOCTYPEs.</li> <li>[EXTJSIV-1495] - Desktop example accordion breaks layout</li> <li>[EXTJSIV-1497] - Desktop example's Notepad window has a double border</li> <li>[EXTJSIV-1498] - Desktop example's logo has too high z-index</li> <li>[EXTJSIV-1500] - Desktop example is not listed in the examples page</li> <li>[EXTJSIV-1505] - Menu doesn't fire deactivate</li> <li>[EXTJSIV-1506] - The theme viewer example is failing in Safari on Snow Leopard</li> <li>[EXTJSIV-1507] - Menu Checkbox hideOnClick</li> <li>[EXTJSIV-1508] - Accordion is broken in desktop example</li> <li>[EXTJSIV-1509] - Resizing the portal example fails in Safari on Snow Leopard</li> <li>[EXTJSIV-1512] - Drag &Drop broken with the organizer example</li> <li>[EXTJSIV-1513] - Tabs are broken with Webkit in the key feed viewer example</li> <li>[EXTJSIV-1514] - Clicking on tabs creates a big dark-blue border box around it in Safari on Snow Leopard</li> <li>[EXTJSIV-1515] - Border line is missing for content area in new tabs</li> <li>[EXTJSIV-1517] - Scrollbar does not reappear after expanding a collapsed grid in example</li> <li>[EXTJSIV-1518] - Combo-box in Cell Editing Grid Example is Failing with Safari on Snow Leopard</li> <li>[EXTJSIV-1519] - Scrollbar disappears after unchecking "Show in Groups" and checking again "Show in Groups"</li> <li>[EXTJSIV-1520] - ZIndexManager: Dynamic Load depends on Ext.window.Window</li> <li>[EXTJSIV-1521] - Collapsing invisible root node of tree w/vertical scrollbar throws null reference exception</li> <li>[EXTJSIV-1525] - Previous pull-down menus do not unhighlight when clicking on the next one</li> <li>[EXTJSIV-1526] - Custom Grid Filters: Object doesn't support this property or method</li> <li>[EXTJSIV-1527] - The bottom toolbar in the Calendar component just doesn't look right</li> <li>[EXTJSIV-1529] - Height in toolbar is not tall enough to clearly show the icon after searching</li> <li>[EXTJSIV-1530] - Last row in charting tooltip is clipped</li> <li>[EXTJSIV-1531] - Blank spot seen in examples page with IE 8.0</li> <li>[EXTJSIV-1532] - Vertical header SVG element too small, clips text</li> <li>[EXTJSIV-1534] - x-column-header-open class not being removed from column header when column menu hides.</li> <li>[EXTJSIV-1538] - Scrollbar is missing when loading 20 items -- all items are clipped</li> <li>[EXTJSIV-1539] - Transparency is not working for panels on a gray background</li> <li>[EXTJSIV-1541] - Patient data is lost after drag &drop and sorting on a grid column</li> <li>[EXTJSIV-1542] - Sencha icon on Desktop example has black underline (the shadow) in IE6-8</li> <li>[EXTJSIV-1543] - Panel acts like it has a X+Y value set when rendered in a autoScroll div</li> <li>[EXTJSIV-1547] - Buttons in DatePicker are not vertically centered -- has zero padding below the buttons</li> <li>[EXTJSIV-1548] - Custom Layout under Checkbox Groups is blank</li> <li>[EXTJSIV-1549] - Buttons do not unhighlight after clicking on them and moving the mouse away from it</li> <li>[EXTJSIV-1550] - Nested Panels not laying out child grids until resize occurs</li> <li>[EXTJSIV-1554] - The header looks bad after collapsing the window</li> <li>[EXTJSIV-1555] - Last column header needs right border</li> <li>[EXTJSIV-1556] - Remove Associations example from examples</li> <li>[EXTJSIV-1559] - Need to include appropriate video in Desktop example</li> <li>[EXTJSIV-1561] - Double borders initially, then single border when clicking on the next header</li> <li>[EXTJSIV-1562] - Collapse icon does not relocate after resizing the browser window</li> <li>[EXTJSIV-1563] - onReady Handling is Different than in 3.3</li> <li>[EXTJSIV-1565] - Tooltip is clipped for the Toolbar with Menus example</li> <li>[EXTJSIV-1566] - The close button has no effect on the panel</li> <li>[EXTJSIV-1571] - JS error in when deleting a row in restful example</li> <li>[EXTJSIV-1572] - Split buttons stay highlighted after clicking and moving the mouse away from it</li> <li>[EXTJSIV-1573] - Several border lines are missing in the feed-viewer example</li> <li>[EXTJSIV-1574] - emptyText in the fields are not vertically centered in IE 6/7/8</li> <li>[EXTJSIV-1575] - Right side of tab bar is not flushed in IE 7 &IE 6</li> <li>[EXTJSIV-1576] - The grid header in the 2nd grid is taller than the header in the first grid</li> <li>[EXTJSIV-1578] - Double border-lines around frame</li> <li>[EXTJSIV-1579] - Double border-lines around bottom toolbar</li> <li>[EXTJSIV-1581] - Grid editor's input fields now have incorrect padding since a recent change to grid cell padding style.</li> <li>[EXTJSIV-1582] - Last grid in grid-plugins example should enable remove button if a row is selected.</li> <li>[EXTJSIV-1583] - Framed Panel's body border color wrong.</li> <li>[EXTJSIV-1584] - Horizontal splitter too tall in IE6</li> <li>[EXTJSIV-1585] - htmleditor body stays visible when containing window is minimized in IE6-8</li> <li>[EXTJSIV-1586] - Border line is missing beneath the panel header -- all browsers</li> <li>[EXTJSIV-1587] - Border line is missing above all three panel headers including sides -- all browsers</li> <li>[EXTJSIV-1588] - Tree in accordion window of desktop example has double border</li> <li>[EXTJSIV-1590] - Scatter chart doesn't render with a Time axis</li> <li>[EXTJSIV-1591] - IE6 tooltip width aren't calculated properly on ie6</li> <li>[EXTJSIV-1592] - Accordion items bottom border doesn't fit the accordion width (IE6)</li> <li>[EXTJSIV-1594] - Scrollers at any level under a panel with no borders has no borders.</li> <li>[EXTJSIV-1596] - Organizer Example: the left tree panel must be scrollable</li> <li>[EXTJSIV-1597] - Modal layer does not block access to select elements on page n IE6</li> <li>[EXTJSIV-1598] - Ext.core.Element needs to be aliased to Ext.Element for backwards compability</li> <li>[EXTJSIV-1599] - MsgBox prompt right margin is almost nothing in IE6</li> <li>[EXTJSIV-1600] - Window always tries to call toFront on mousedown, even with floating:false</li> <li>[EXTJSIV-1602] - Link to new vertical toolbar example is broken in examples page</li> <li>[EXTJSIV-1604] - Row expander doesn't work with IE Quirk</li> <li>[EXTJSIV-1605] - Menu with single item has way too much bottom padding in IE6 and a little too much in IE8</li> <li>[EXTJSIV-1606] - Inaccurate Ext.Loader error message thrown when files have been loaded but the corresponding classes are not defined</li> <li>[EXTJSIV-1607] - StatusBar example clips iconCls in IE (all versions)</li> <li>[EXTJSIV-1608] - Mouse wheel scroll through expanded combo generates JS error in IE6 and IE7</li> <li>[EXTJSIV-1609] - Cell editing: When you move a column while you're editing an error is thrown and field is still visible</li> <li>[EXTJSIV-1610] - Grouping Header: Columns with flex 1 move bug</li> <li>[EXTJSIV-1611] - Header/Column alignment issue </li> <li>[EXTJSIV-1612] - Clicking in htmleditor of Notepad window in desktop example does not raise the window to the top</li> <li>[EXTJSIV-1613] - Bar Chart in Chrome renders bars below the axis</li> <li>[EXTJSIV-1614] - Double click on a bar chart keep it highlighted in Form Dashboard example</li> <li>[EXTJSIV-1616] - Body mask does not mask select input in IE6</li> <li>[EXTJSIV-1617] - IE6 resizable west handler height change only after resizing </li> <li>[EXTJSIV-1619] - Slider shows duplicate tooltip</li> <li>[EXTJSIV-1620] - Items don't re-layout when expanded </li> <li>[EXTJSIV-1621] - Fix SVG and VML classes to match our naming conventions</li> <li>[EXTJSIV-1624] - Stack overflow (out of memory) reported by IE 6/7/8 with the portal example</li> <li>[EXTJSIV-1625] - Garbage Collector wrongly removes listeners for iframe document</li> <li>[EXTJSIV-1627] - Hard Error: Object has no method 'getField'</li> <li>[EXTJSIV-1628] - Support dynamic framing on IE.</li> <li>[EXTJSIV-1629] - disabled text in toolbar buttons don't look disabled in modern browsers (non-IE)</li> <li>[EXTJSIV-1633] - No padding (left/right) for text in document body</li> <li>[EXTJSIV-1636] - View source links get mixed when classes have same name</li> <li>[EXTJSIV-1639] - Statusbar steals focus</li> <li>[EXTJSIV-1642] - Boxreorderer crashes when mousing down on the toolbar</li> <li>[EXTJSIV-1644] - examples/app/simple/simple.html Editing window always stretch its width to 100% of the viewport in all IEs, but not other browsers.</li> <li>[EXTJSIV-1645] - Can't save a second time in writer example</li> <li>[EXTJSIV-1653] - Loader paths incorrect</li> <li>[EXTJSIV-1655] - Component animation not working</li> <li>[EXTJSIV-1661] - The Card (TabPanel)'s bar is shown having a white background. Normally is blue in this example</li> <li>[EXTJSIV-1662] - A borderline is shown falsely in the fit layout inside the layout-browser example</li> <li>[EXTJSIV-1663] - Ext.grid.Section not used</li> <li>[EXTJSIV-1664] - Grid sorting menus are grayed out -- doesn't look right</li> <li>[EXTJSIV-1670] - TemplateColumn doesn't use associated data</li> <li>[EXTJSIV-1671] - Listeners not cleared when setting null target</li> <li>[EXTJSIV-1673] - Grid window vscroll border off by 1 on right and bottom</li> <li>[EXTJSIV-1675] - Border line is seen in panels -- was never there before -- first time</li> <li>[EXTJSIV-1678] - Component animation, when animating only one size dimension throws "Warning, size detected as NaN on Element.addUnits."</li> <li>[EXTJSIV-1683] - Border lines are missing top and sides with examples/state/state.html</li> <li>[EXTJSIV-1684] - Field widths were the same before, not now with statusbar/statusbar-advanced.html</li> <li>[EXTJSIV-1685] - Form validation super slow</li> <li>[EXTJSIV-1687] - The supplied RowExpander's event are not very useful.</li> <li>[EXTJSIV-1688] - idProperty not working on ArrayReader</li> <li>[EXTJSIV-1690] - Grid scrollbars have double border</li> <li>[EXTJSIV-1691] - Configuring tooltips on line chart with trackMouse: false throws error</li> <li>[EXTJSIV-1692] - Hard Error: New desktop example. Click on About Ext JS in start menu in IE 8 and then close the video window</li> <li>[EXTJSIV-1693] - Main example pointer page needs to be updated</li> <li>[EXTJSIV-1695] - Desktop example - accordion widow hit the refresh while collapsed</li> <li>[EXTJSIV-1697] - Desktop example - in notepad, increase/decrease font only works 1 time</li> <li>[EXTJSIV-1698] - Desktop example - in notepad, font color/background doesn't work</li> <li>[EXTJSIV-1699] - Theme example - toggle enable button doesn't look disabled</li> <li>[EXTJSIV-1700] - About window - open more than one time</li> <li>[EXTJSIV-1701] - Mask should not displayed in collapsed panel</li> <li>[EXTJSIV-1702] - Theme viewer needs to reload when changing to access theme</li> <li>[EXTJSIV-1704] - Selecting a tree node throws an error</li> <li>[EXTJSIV-1705] - Dragging multiple elements in organizer example does not work in IE7</li> <li>[EXTJSIV-1706] - Portal example - moving the portlet is really slow</li> <li>[EXTJSIV-1710] - Fix accessibility theme</li> <li>[EXTJSIV-1714] - Grid row editing is completely broken</li> <li>[EXTJSIV-1718] - RowEditor display broken</li> <li>[EXTJSIV-1721] - Grid plugin example - select all, down arrow, throws exception</li> <li>[EXTJSIV-1722] - Date picker - typing text into date field throws exception </li> <li>[EXTJSIV-1724] - Key feed viewer throws exception at loading. IE6 only</li> <li>[EXTJSIV-1728] - Ext Toolbar Action Example - Change Text throws exception</li> <li>[EXTJSIV-1731] - Window drag/drop leaks iframe shim in IE 6.0</li> <li>[EXTJSIV-1741] - Sliding pager does not display in IE6</li> <li>[EXTJSIV-1742] - Missing "-debug" in regex check of ext-debug.js</li> <li>[EXTJSIV-1744] - ZINdexManager: unregister this.list is null</li> <li>[EXTJSIV-1748] - MessageBoxWindow autosizing probably needs a fudge factor to avoid unwanted word wrapping.</li> </ul> </li> </ul> <ul> <li>Enhancements <ul> <li>[EXTJSIV-174] - Implement getChecked on TreeView and TreePanel as soon as Tree filtering is implemented.</li> <li>[EXTJSIV-854] - Improve chart renderer API</li> <li>[EXTJSIV-904] - Optimization to make Component tpls not be compiled until needed</li> <li>[EXTJSIV-1112] - Consider cleaning up the panel/panel example, bad examples</li> <li>[EXTJSIV-1256] - Improve performance of loading big trees. Support appending and inserting parents with inline children.</li> <li>[EXTJSIV-1262] - Rename insert to insertChild on NodeInterface for consistency.</li> <li>[EXTJSIV-1351] - Initial hidden config doesn't hide tab</li> <li>[EXTJSIV-1364] - Support folderSort on TreePanel. Support passing a store configuration.</li> <li>[EXTJSIV-1380] - When extending, the requires config doesn't accept wildcards.</li> <li>[EXTJSIV-1412] - Add beforedestroy and destroy events to Sprites</li> <li>[EXTJSIV-1413] - Document remove/removeAll methods in Surface. Add optional boolean to destroy sprites upon removal.</li> <li>[EXTJSIV-1414] - draggable option on a Sprite will now call initDraggable when it is added to a surface.</li> <li>[EXTJSIV-105] - Added Bubble Panel Example</li> <li>[EXTJSIV-117] - Added Web Desktop Example</li> <li>[EXTJSIV-218] - Theme Builder / Page Slicer - Packaged for Windows, OS X, and Linux</li> <li>[EXTJSIV-221] - Fixed transitory XHR memory leak in IE6 & IE7</li> <li>[EXTJSIV-839] - Created App Builder script</li> <li>[EXTJSIV-875] - JSON.decode "safe" mode implemented</li> <li>[EXTJSIV-1234] - Panel implements iconchange event</li> <li>[EXTJSIV-1275] - Ext.tab.TabBar renamed to Ext.tab.Bar</li> <li>[EXTJSIV-1276] - Ext.AbstractDataView renamed to Ext.view.AbstractView and Ext.DataView renamed to Ext.view.View</li> <li>[EXTJSIV-1277] - Ext.AbstractContainer renamed to Ext.container.AbstractContainer and Ext.AbstractPanel renamed to Ext.panel.AbstractPanel</li> <li>[EXTJSIV-1363] - Package EXT JS 4 SDK Tools download for all OSes</li> <li>[EXTJSIV-1389] - Generated distributable binaries for PhantomJS that work cross-platform</li> <li>[EXTJSIV-1415] - The remove method on a sprite will now only remove it from a surface. The destroy method will no longer remove and destroy the sprite.</li> <li>[EXTJSIV-1603] - New thumbnail for the Tree Selections example</li> </ul> </li> </ul> <ul> <li>Documentation Improvements <ul> <li>[EXTJSIV-724] - Ext.data.NodeStore docs</li> <li>[EXTJSIV-729] - Ext.direct.Event docs</li> <li>[EXTJSIV-730] - Ext.direct.ExceptionEvent docs</li> <li>[EXTJSIV-731] - Ext.direct.JsonProvider docs</li> <li>[EXTJSIV-732] - Ext.direct.RemotingEvent docs</li> <li>[EXTJSIV-733] - Ext.direct.RemotingMethod docs</li> <li>[EXTJSIV-734] - Ext.draw.Component docs</li> <li>[EXTJSIV-735] - Ext.draw.Sprite docs</li> <li>[EXTJSIV-736] - Ext.draw.SpriteGroup docs</li> <li>[EXTJSIV-737] - Ext.draw.Surface docs</li> <li>[EXTJSIV-738] - Ext.fx.Anim docs</li> <li>[EXTJSIV-740] - Ext.fx.Easing docs</li> <li>[EXTJSIV-741] - Ext.grid.column.Column docs</li> <li>[EXTJSIV-742] - Ext.grid.column.Template docs</li> <li>[EXTJSIV-744] - Ext.grid.feature.Feature docs</li> <li>[EXTJSIV-745] - Ext.grid.feature.Grouping docs</li> <li>[EXTJSIV-746] - Ext.grid.feature.GroupingSummary docs</li> <li>[EXTJSIV-747] - Ext.grid.feature.Summary docs</li> <li>[EXTJSIV-749] - Ext.grid.ColumnLayout docs</li> <li>[EXTJSIV-752] - Ext.grid.GridView docs</li> <li>[EXTJSIV-756] - There is no class documentation for "version". </li> <li>[EXTJSIV-757] - Inadequate documentation for ModelMgr</li> <li>[EXTJSIV-758] - Ext.layout.container.Anchor docs</li> <li>[EXTJSIV-759] - Inadequate documentation for ComponentLoader </li> <li>[EXTJSIV-764] - Ext.panel.Tool docs</li> <li>[EXTJSIV-770] - Inadequate documentation in util.route</li> <li>[EXTJSIV-776] - Ext.util.Cookies docs</li> <li>[EXTJSIV-779] - Ext.util.Format docs</li> <li>[EXTJSIV-782] - Ext.util.Stateful docs</li> <li>[EXTJSIV-783] - Ext.view.TableView docs</li> <li>[EXTJSIV-1068] - Links in the tree link to 404 pages</li> <li>[EXTJSIV-1069] - Link back to doc index</li> <li>[EXTJSIV-1070] - Ext.app.Application.autoCreateViewport type</li> <li>[EXTJSIV-1077] - Link bad in Ext.grid.feature.GroupingSummary</li> <li>[EXTJSIV-1221] - Error in example in Ext.grid.RowNumberer Doc</li> <li>[EXTJSIV-1224] - Architecture & MVC Guide, links are not created</li> <li>[EXTJSIV-1225] - Class System Guide has PI wrong</li> <li>[EXTJSIV-1226] - Class tree not loading</li> <li>[EXTJSIV-1228] - Search for Panel does not show Ext.grid.Panel</li> <li>[EXTJSIV-1230] - Search for 'quick' results in old Ext.tip.QuickTips also</li> <li>[EXTJSIV-1241] - Fix misc documentation issues</li> </ul> </li> </ul> </div> <div class="release"> <h1> Release Notes for Ext JS 4 Beta 3 </h1> <p class="notes"> Release Date: April 14, 2011<br> Version Number: 4.0.0beta3 </p> <h2> New In This Release </h2> <ul> <li>New Examples <div style="margin-left: 2em"> <ul> <li> <a href="examples/app/feed-viewer/feed-viewer.html">MVC Feed Viewer</a> </li> <li> <a href="examples/app/nested-loading/nested-loading.html">MVC Nested Data</a> </li> <li> <a href="examples/data/associations.html">Lazy Loading Data Associations</a> </li> <li> <a href="examples/grid/property.html">Property Grid</a> </li> <li> <a href="examples/grid/transform-dom.html">HTML Table to ExtJS Grid</a> </li> </ul> </div> </li> </ul> <ul> <li>Bug Fixes <ul> <li>[EXTJSIV-664][EXTJSIV-645] Fix Organizer and GroupTabs examples </li> <li>Header icon and vertical title text should no longer be focusable </li> <li>[EXTJSIV-550] Fix Column layout to accurately arrange columns, taking scrollbars into account </li> <li>Fixed inheritableStatics for full inheritance tree </li> <li>Removed focus line from buttons in IE </li> <li>[EXTJSIV-177] Fixed disabled toolbar buttons </li> <li>[EXTJSIV-676] Removed icon cls's from buttons in themes examples </li> <li>Add additional CSS class when border is set to false for the HeaderContainer </li> <li>[EXTJSIV-650] Fix double border issue with tree items </li> <li>[EXTJSIV-696] TreeStore nodes no longer use a fixed id </li> <li>[EXTJSIV-688] Fixed focus issue with datepicker </li> <li>[EXTJSIV-683] Fixed collapsed vertical panel header image </li> <li>[EXTJSIV-678] Fixed css issue with the history example </li> <li>[EXTJSIV-603] Work around the brutal IE9 Strict mode subpixel rounding bug which can cause wrapping issues (similar to https://bugzilla.mozilla.org/show_bug.cgi?id=458617) </li> <li>[EXTJSIV-700] XTemplate should now handle dot (.) syntax for date objects as well. Since a date will yield a typeof of "object", we can't distinguish it from other "object" types; so we use the object prototype toString, in Ext.isDate </li> <li>[EXTJSIV-671] TablePanel will not stop the mousewheel browser event when its reached the end of the scroll height/width. Also, the grid will only scroll when scrolling above the scroller and the view (not the headers, panel header, etc.) </li> <li>[EXTJSIV-677] Editor shouldn't be hiding/showing its field, merely itself. This fixes positioning issues as well as the editor being still visible and floating over content, making it impossible to click to the things underneath of it </li> <li>[EXTJSIV-702] RowEditor should vertically align itself to a row based on its y offset to its top-most static parent, not just its immediate parent (table) </li> <li>[EXTJSIV-704] Prevent duplicate tabchange events from firing </li> <li>[EXTJSIV-705] Fix problem with Shadow class calculations </li> <li>[EXTJSIV-706] Fix issue when destroying a grid </li> <li>[EXTJSIV-698] Prevent error in WebKit when destroying a HtmlEditor if its iframe has already been removed from the document </li> <li>[EXTJSIV-713] TableView now only makes the table unselectable, not the entire gridview element </li> <li>[EXTJSIV-442] Allow scrolling of the locked section of locked Grids/Trees </li> <li>[EXTJSIV-720] Series now follows the standard Observable mixin pattern </li> <li>[EXTJSIV-603] Fix Ext.core.Element createChild to support table first child insertion in IE </li> <li>[EXTJSIV-789] Fix issue with window hide callback scope </li> <li>[EXTJSIV-790] Fix an issue with not being able to specify a cls on a tree </li> <li>Fixed the checkChangeEvents in IE6 </li> <li>[EXTJSIV-682] Remove a Gecko 3 hack that is no longer necessary </li> <li>[EXTJSIV-689] Fix bug in OS X where grid/tree scrollers would stop responding. </li> <li>[EXTJSIV-648][EXTJSIV-684] Auto-width fields must set the width of their outer element to match the total width of their internal contents, to prevent wrapping of the pieces during layout operations which would cause calculated heights to be too tall. Re-added the getBodyNaturalWidth method to support this, and changed the implementations where possible to avoid querying element sizes for optimum speed </li> <li>[EXTJSIV-709] Grid row height will be preserved even if the row is empty </li> <li>[EXTJSIV-804] Fix cycle button initial positioning in example </li> <li>[EXTJSIV-710] Fix ItemSelector button behaviours </li> <li>[EXTJSIV-797] Handle forceSelection in multiSelect ComboBoxes </li> <li>[EXTJSIV-675] Grid and Tree will now remove/add the scrollOffset spacing when it is necessary </li> <li>[EXTJSIV-817] Fix TablePanel applyState to not setWidth on an unrendered component </li> <li>[EXTJSIV-192] Allow button layout to run when its text has changed; this allows min/maxWidth to be applied based on the new text length </li> <li>[EXTJSIV-553] Fix dragging out of group header </li> <li>[EXTJSIV-275] Fixed position of monthpicker on datepicker </li> <li>[EXTJSIV-802] Fix Summary Grid Example padding </li> <li>[EXTJSIV-826] Ensure that x-grid-cell-first and x-grid-cell-last css classes are added to the TableView markup at creation time </li> <li>[EXTJSIV-590] Infinite Scrolling can now scroll all the way to the bottom in IE9 strict mode </li> <li>[EXTJSIV-822] Support unstyled configuration on Panel </li> <li>[EXTJSIV-833] Fix bug where old selection would jump into focus when performing a multi select on a dataview/grid/tree that was out of view </li> <li>[EXTJSIV-808] Increase default css button padding (6px) </li> <li>[EXTJSIV-809] Add Ext.ns() to the Ext.direct remoting echo </li> <li>[EXTJSIV-828] Fix issue when dragging/dropping onto the same grid </li> <li>[EXTJSIV-841] Fix duplicate method name in plugin </li> <li>[EXTJSIV-842] When show is called on the tab, set it to active. Also ensure listeners are cleaned up when the tab is removed </li> <li>[EXTJSIV-850] Fix issue when using treenode with leaf: false and children </li> <li>[EXTJSIV-635] Prevent two LoadMask indicators showing up when using the Locking plugin and dynamic loading </li> <li>Fix a bug in ComponentQuery.query.is method where it would start searching within a root for a query that contained the root itself </li> <li>[EXTJSIV-801] Fixed issue with rotated axis text </li> <li>[EXTJSIV-11] Made vertical heights and spacing of form fields consistent in all browsers </li> <li>[EXTJSIV-846] Fix combineErrors option in FieldContainer, and prevent prepending of colon to errors for fields without a fieldLabel </li> <li>[EXTJSIV-825] Fix issue with grouptabs titles seen with IE 7 </li> <li>[EXTJSIV-819] Fixed auto-height sizing in Body component layout </li> <li>[EXTJSIV-820] Fix issue with Ext.util.Format.usMoney not inserting commas into the returned string </li> <li>[EXTJSIV-862] Fix up shadow/positioning issues in the data view editor example </li> <li>[EXTJSIV-876] Fix an issue where all grid columns can be hidden via the menu </li> <li>[EXTJSIV-879] Move sync to be the last operation for add/remove methods on the store </li> <li>[EXTJSIV-640] Ensure we keep track of the number of fields in the reader. Since the tree decorates the model, it can cause problems when running the extractor functions </li> <li>[EXTJSIV-857] Fix Window autoShow </li> <li>[EXTJSIV-577] Fix up styling to prevent unneeded scrollbar </li> <li>[EXTJSIV-234] Fix up margins on DatView example </li> <li>Fix issues with the file upload example </li> <li>[EXTJSIV-649] Work around quirks mode inability to display margins </li> <li>[EXTJSIV-837] Fixed Tab Scroller Menu Plugin improper access to class prototype from an instance </li> <li>[EXTJSIV-883] Fix all examples which references setIconClass to setIconCls </li> <li>[EXTJSIV-639] Workaround for IE's inability to size position:absolute elements to their content width </li> <li>[EXTJSIV-849] Fixes for editable:false state on ComboBox and other Picker fields </li> <li>[EXTJSIV-890] Fix toolbar separator in Direct example </li> <li>[EXTJSIV-796] Dock layouts within a fit layout will now properly layout </li> <li>[EXTJSIV-867] Fix bug where injected grouping menu would be lost after a refresh of the Grid </li> <li>[EXTJSIV-1] Fix SVG rendering bug in Safari 3.2 </li> <li>[EXTJSIV-914] Fix bug where attempting to sort a header with no dataIndex would throw an error </li> <li>[EXTJSIV-871] Fix GridPanel to only add its View after the Grid has achieved its final laid out size </li> <li>[EXTJSIV-892] Added workaround for persistent button element padding in Windows Safari </li> <li>[EXTJSIV-905] Fixed handling of file upload fields to allow uploads across multiple submits </li> <li>[EXTJSIV-843] Fix masking on containers with layout auto </li> <li>[EXTJSIV-906] Ensure the snapshot is kept up to date when receiving a response from the server </li> <li>[EXTJSIV-908] Ensure filtering is set when there's at least one filter </li> <li>[EXTJSIV-371] Fix CellEditing tab navigation in WebKit </li> <li>[EXTJSIV-639] Take frame size into account when sizing vertical docks according to content </li> <li>[EXTJSIV-921] Fix vertical centering of multi-line button text </li> <li>[EXTJSIV-930] Fix validation of Number field when changing from an invalid string to an empty string </li> <li>[EXTJSIV-902] Add markInvalid and clearInvalid methods to Ext.form.Field mixin interface; implement them in CheckboxGroup to prevent errors when Ext.form.Basic tries to call them </li> <li>[EXTJSIV-909] Fix marker strokes disappearing on highlight </li> <li>[EXTJSIV-954] Fixed issue when using disabled: true in a Slider config </li> <li>[EXTJSIV-870] Fixed forceSelection so that it re-selects the last selection rather than clearing the value when the entered value does not match. Fixed remote stores so that the combobox's value is not cleared when the store loads. </li> <li>[EXTJSIV-931] The findRecord method now does an exact search rather than substring search </li> <li>[EXTJSIV-962] Ext.Direct grid money column align: 'right'. </li> <li>[EXTJSIV-940] Make the button layout's test for html tags in button text a little smarter. Fixes error in LiveSearchGridPanel in IE6 </li> <li>[EXTJSIV-639] Fix for panel collapse left/right when frame is true </li> <li>[EXTJSIV-872] MessageBox Window prompt now processes the "OK" button when you press return in the prompt field </li> <li>The setSrc now correctly changes the src attribute of the dom property of the Et.core.Element </li> <li>[EXTJSIV-918] RowExpander will not select rows when expanding via the icon by default. This is configurable via the selectRowOnExpand configuration. Fixed a bug with expandOnDblClick configuration </li> <li>[EXTJSIV-964] Resizable Panels are no longer resizable when they are collapsed </li> <li>[EXTJSIV-144] Fix issue with stacked negative bar/column chart axis </li> <li>[EXTJSIV-948] Disable rendering of sprites into the surface if they are not attached to a surface yet </li> <li>[EXTJSIV-969] roundToDecimal has to be explicitly set to false in order to render non numbers in a Numeric axis </li> <li>Decouple Ext.Function.createBuffered from Ext.util.DelayedTask </li> <li>[EXTJSIV-946] Fix an issue where cursors where still being displayed on resizable handles, even if they were disabled </li> <li>[EXTJSIV-965] Fixed Gauge align axis bug </li> <li>[EXTJSIV-912] Resolve misalignment of headers and gridview in IE 6, 7 and 9. </li> <li>[EXTJSIV-973] Fix bug that occurred when there were less records in total than the pageSize when using a PagingScroller </li> </ul> </li> </ul> <ul> <li>Performance Changes <ul> <li>Optimized Class, ClassManager, and Loader for better performance </li> <li>Optimized Class preprocessors </li> <li>Optimized Array for better performance </li> <li>Optimized Object for better performance </li> <li>Optimized Base for better performance </li> <li>Optimized Ext (core methods) for better performance </li> <li>EventObject's pageX/pageY now performs its calculations only when needed </li> <li>Remove unnecessary closure and callback from Model </li> <li>Removed onpropertychange listener from the input before layout and restore it after, to prevent excessive firing due to attribute/style changes during layout. The was causing a large performance issue IE fields (~300% faster rendering, ~3000% faster resizing). </li> <li>Fixed an issue in the detection of improper native array sorting (bugs in Chrome 5 and Safari 3) which caused the framework to always use a non-native sort. Resulting in a ~500% improvement when sorting (drastic improvement with large data sets such as those used in the BufferedGrid example) </li> <li>Optimized XTemplate compilation to occur at render time </li> <li>Fix an issue with framing templates not being put onto the prototype after compilation and being compiled for every component instance </li> </ul> </li> </ul> <ul> <li>Enhancements <ul> <li>MVC examples added (feed viewer and nested data), new application architecture guide added </li> <li>[EXTJSIV-661] Ported FeedViewer example to the new MVC structure </li> <li>[EXTJSIV-72] Implemented PropertyGrid as Ext.grid.property.Grid and associated classes in Ext.grid.property </li> <li>Replaced Javascript 'new' with Ext.create throughout library and examples </li> <li>Added onClassExtended callback for the extend pre-processor </li> <li>Update Model class to use onClassExtended and onAfterClass extended instead of postprocessors </li> <li>[EXTJSIV-669] Reinstate the validateOnBlur config option for form fields </li> <li>Added alternateClassName for Ext.form.action.Action </li> <li>Added minor tick example for lines and minor ticks capability for chart axes </li> <li>[EXTJSIV-407] Added basic drag and drop capabilities to sprites </li> <li>[EXTJSIV-685] Added an 'uncheckedValue' config to Ext.form.Checkbox, which allows specifying a value to be submitted in the form when the checkbox is unchecked </li> <li>[EXTJSIV-42] Added href/hrefTarget support for tree nodes </li> <li>[EXTJSIV-644] Remove duplicate code in ElementLoader </li> <li>[EXTJSIV-691] Lockable is now a mixin for any grid </li> <li>Model can now be defined on the store prototype </li> <li>[EXTJSIV-655] RowEditing will work with fields/editors that are object configs with no xtype specified (defaults to textfield), or straight xtype strings (wraps into an object config accordingly) </li> <li>[EXTJSIV-175] Implement expandAll/collapseAll/selectPath/expandPath on tree </li> <li>Cell editing now works with Trees </li> <li>Implement configuration option to disable dblclick toggling on Tree nodes </li> <li>Add standard Ext.Error class to handle error messages </li> <li>[EXTJSIV-711] Add 'scrollToLoadBuffer' configuration to PagingScrollbar. This is the time in milliseconds to buffer load requests when scrolling the PagingScrollbar </li> <li>Element getWidth and getHeight now allows the return of precise measurements (subpixel) for browsers which support subpixels </li> <li>[EXTJSIV-646] Add getHeader method to Panel </li> <li>[EXTJSIV-794] Fix tree destroy issue </li> <li>Updated Ext.Version with extra value checking and docs </li> <li>[EXTJSIV-791] Allow Component.setLoading method to accept a message String as its first argument </li> <li>[EXTJSIV-708] Fix issue when showing tooltips on a scrolled document </li> <li>[EXTJSIV-805] Fix up unstyled css prefix. Also move setting the baseCls before calling the superclass method </li> <li>[EXTJSIV-803] HeaderContainer ColumnLayout fixes for resetting scrollLeft/scrollTop </li> <li>Added beforeComponentLayout template method to Component </li> <li>Ext.DomHelper insertHtml now supports TextNodes properly </li> <li>[EXTJSIV-792] TabPanel will now activate the firstTab by default if no activeTab property is passed </li> <li>[EXTJSIV-690] Set the default minButtonWidth for all Panels to 75 to match Ext3; made minButtonWidth apply as defaults for buttons added via 'fbar' and 'buttons' configs only; updated docs to make minButtonWidth clearer </li> <li>[EXTJSIV-553] Make Header resizing work with flexed Headers, minWidth and forceFit </li> <li>RowEditor is no longer a floating component managed by the zindex manager </li> <li>Chart's factory method for axes is now implemented the same as the series factory method. In addition series and axis types are no longer case sensitive </li> <li>[EXTJSIV-799] Create a processView method in axes that perform aggregation and filtering operations on stores to return a substore to be rendered by the axes </li> <li>Move fadeIn, fadeOut, scale, shift, and pause back into Element. Mark methods for deprecation where appropriate </li> <li>[EXTJSIV-357] Implement support for Drag and Drop of Headers between Locked and Unlocked sections in Grids and Trees </li> <li>[EXTJSIV-844] Allow template to accept member functions/properties when passing an array </li> <li>Add a static create method to Base.js so that you can do Class.create() on any class </li> <li>[EXTJSIV-553] Group headers must have their minWidths synched when child headers are hidden or shown </li> <li>Support inline data on Model definition </li> <li>[EXTJSIV-814] Add setTitle methods to chart axes and series to allow changing titles programmatically </li> <li>Support delayed binding of Stores to DataViews </li> <li>[EXTJSIV-534] PagingScroller will now track the virtualScrollTop and is able to restore it when synchronizing views </li> <li>TreePanel and GridPanel now relay events from their underlying View such as itemclick, itemcontextmenu, etc </li> <li>[EXTJSIV-834] Ext.grid.feature.Grouping tracks expanded/collapsed state after refreshing the view </li> <li>[EXTJSIV-866] Animations will default to 'px' if no units are specified for height, width, top, and left </li> <li>[EXTJSIV-807] Add dynamic grouping to Stores </li> <li>[EXTJSIV-827][EXTJSIV-861] VML now supports image type </li> <li>[EXTJSIV-819] Fix double-margin bug in IE6 for items floated by Column layout </li> <li>[EXTJSIV-793] Fix collapsed Panel still being visible in Accordion layout </li> <li>[EXTJSIV-703] Fix Collapsible border layout not auto collapsing when focus </li> <li>[EXTJSIV-877] Default column.Action to sortable: false </li> <li>[EXTJSIV-174] Implemented getChecked on TreeView and TreePanel </li> <li>[EXTJSIV-878] Fixed an issue when maximizing containers in an ownerCt </li> <li>[EXTJSIV-848] Added a `decimals` option in the Numeric axis that will round to the specified decimals the values in the axis </li> <li>[EXTJSIV-832][EXTJSIV-472] Buttons and tabs: add a span inside the button element to receive the icon styling; prevents the icon from shifting to the northwest when the button is in active state in IE. Other buttons/tabs CSS cleanup as required </li> <li>[EXTJSIV-855] Automatically create an expanded root node if rootVisible is set to false and no root node has been defined </li> <li>[EXTJSIV-816] Added an insert method on NodeInterface </li> <li>[EXTJSIV-869] Added an onRegionTitleChange method to BorderLayout which will update the a header's text whenever a titlechange event is fired </li> <li>[EXTJSIV-829] Support sending back expanded true in Node data. If no children are specified on that node, automatically load the node. Also fixed some bugs related to quickly expanding and collapsing </li> <li>[EXTJSIV-728] Allow the tree to use a proxy as specified on the Model </li> <li>[EXTJSIV-695] Add JsonP class and hook up ScriptTagProxy to use it </li> <li>[EXTJSIV-873] Menu will not show itself if there are no items </li> <li>[EXTJSIV-920] Ext.grid.feature.Grouping disabled configuration will now uncheck the grouping menu item </li> <li>[EXTJSIV-928] Implement qtips on Tree Nodes. Change QuickTips to use the data-qtip attribute instead of ext:qtip. This allows DomQuery to target elements with qtips. This allows us to set qtips on any element on the page instead of just the front most elements </li> <li>Added Ext.Base.borrow method to Borrow another class' members to the prototype of this class </li> <li>[EXTJSIV-967] Remove layout.Manager and override the static create method on Ext.layout.Layout to be like a factory method for any type of layout </li> <li>[EXTJSIV-875] Ext.JSON now supports a 'safe' mode </li> </ul> </li> </ul> <ul> <li>API Changes <ul> <li>Aliased Ext.value to Ext.valueOf and deprecate the old one </li> <li>isLoading method hoisted to AbstractStore so that it is available on TreeStore and Store </li> <li>Rename DragDropMgr -> DragDropManager </li> <li>Rename ModelMgr -> ModelManager </li> <li>Rename TaskMgr -> TaskManager </li> <li>Rename ComponentMgr -> ComponentManager </li> <li>Rename PluginMgr -> PluginManager </li> <li>Rename StoreMgr -> StoreManager </li> <li>Rename FocusMgr -> FocusManager </li> <li>Rename WindowMgr -> WindowManager </li> <li>Rename themeMgr -> themeManager </li> <li>Rename ButtonToggleMgr -> ButtonToggleManager </li> <li>Rename Ext.menu.MenuMgr -> Ext.menu.manager </li> <li>Remove ReaderMgr </li> <li>Remove WriterMgr </li> <li>In all documentation and examples, Ext.define is now used to define Models, not Ext.regModel </li> <li>Move field implementation classes into Ext.form.field.* namespace </li> <li>Animate mixin's hasActiveFx renamed to getActiveAnimation and stopFx renamed to stopAnimation </li> <li>Removed 'tip' and 'quicktip' xtypes as they should not be added as widgets. QuickTipManager is a singleton. and 'tooltip' is a widget </li> <li>Replaced all superclass syntax with callParent where possible throughout library and examples </li> <li>[EXTJSIV-853] Rename ToolTip initTarget to setTarget </li> <li>Ext.data.JsonReader -> Ext.data.reader.Json </li> <li>Ext.data.ArrayReader -> Ext.data.reader.Array </li> <li>Ext.data.Reader -> Ext.data.reader.Reader </li> <li>Ext.data.XmlReader -> Ext.data.reader.Xml </li> <li>Ext.data.AjaxProxy -> Ext.data.proxy.Ajax </li> <li>Ext.data.ClientProxy -> Ext.data.proxy.Client </li> <li>Ext.data.DirectProxy -> Ext.data.proxy.Direct </li> <li>Ext.data.LocalStorageProxy -> Ext.data.proxy.LocalStorage </li> <li>Ext.data.RestProxy -> Ext.data.proxy.Rest </li> <li>Ext.data.ScriptTagProxy -> Ext.data.proxy.ScriptTag </li> <li>Ext.data.ServerProxy -> Ext.data.proxy.Server </li> <li>Ext.data.SessionStorageProxy -> Ext.data.proxy.SessionStorage </li> <li>Ext.data.WebStorageProxy -> Ext.data.proxy.WebStorage </li> <li>Ext.data.XmlWriter -> Ext.data.writer.Xml </li> <li>Ext.data.Writer -> Ext.data.writer.Writer </li> <li>Ext.chart.Callouts -> Ext.chart.Callout </li> <li>Ext.chart.Labels -> Ext.chart.Label </li> <li>Ext.chart.Highlights -> Ext.chart.Highlight </li> <li>Ext.chart.Tips -> Ext.chart.Tip </li> <li>Ext.chart.Shapes -> Ext.chart.Shape </li> <li>Ext.data.Proxy -> Ext.data.proxy.Proxy </li> <li>Ext.draw.SpriteGroup -> Ext.draw.SpriteComposite </li> <li>Ext.fx.PropHandler -> Ext.fx.PropertyHandler </li> <li>Ext.fx.target.SpriteGroup -> Ext.fx.target.CompositeSprite </li> <li>Ext.data.proxy.ScriptTag -> Ext.data.proxy.JsonP </li> <li>Ext.grid.HeaderContainer -> Ext.grid.header.Container </li> <li>Ext.grid.HeaderDragZone -> Ext.grid.header.DragZone </li> <li>Ext.grid.HeaderDropZone -> Ext.grid.header.DropZone </li> <li>Ext.grid.HeaderReorderer -> Ext.grid.header.Reorderer </li> <li>Ext.grid.GridPanel -> Ext.grid.Panel </li> <li>Ext.menu.DateMenu -> Ext.menu.DatePicker </li> <li>Ext.menu.ColorMenu -> Ext.menu.ColorPicker </li> <li>Ext.menu.MenuManager -> Ext.menu.Manager </li> <li>Ext.panel.TablePanel -> Ext.panel.Table </li> <li>Ext.resizer.ResizeHandle -> Ext.resizer.Handle </li> <li>Ext.grid.CellEditing -> Ext.grid.plugin.CellEditing </li> <li>Ext.grid.Editing -> Ext.grid.plugin.Editing </li> <li>Ext.grid.GridView -> Ext.grid.View </li> <li>Ext.grid.GridViewDropZone -> Ext.grid.ViewDropZone </li> <li>Ext.grid.GridPanel -> Ext.grid.Panel </li> <li>Ext.grid.RowEditing -> Ext.grid.plugin.RowEditing </li> <li>Ext.grid.HeaderReorderer -> Ext.grid.plugin.HeaderReorderer </li> <li>Ext.grid.HeaderResizer -> Ext.grid.plugin.HeaderResizer </li> <li>Ext.grid.GridViewDragDrop -> Ext.grid.plugin.DragDrop </li> <li>Ext.ImageComponent -> Ext.Img </li> <li>Ext.layout.Container -> Ext.layout.container.Container </li> <li>Ext.layout.AbstractContainer -> Ext.layout.container.AbstractContainer </li> <li>Ext.layout.Component -> Ext.layout.component.Component </li> <li>Ext.layout.component.SliderField -> Ext.layout.component.field.Slider </li> <li>Ext.layout.component.form.Field -> Ext.layout.component.field.Field </li> <li>Ext.layout.component.form.File -> Ext.layout.component.field.File </li> <li>Ext.layout.component.form.HtmlEditor -> Ext.layout.component.field.HtmlEditor </li> <li>Ext.layout.component.form.Text -> Ext.layout.component.field.Text </li> <li>Ext.layout.component.form.TextArea -> Ext.layout.component.field.TextArea </li> <li>Ext.layout.component.form.Trigger -> Ext.layout.component.field.Trigger </li> <li>Ext.tip.QuickTips -> Ext.tip.QuickTipManager </li> <li>Ext.toolbar.PagingToolbar -> Ext.toolbar.Paging </li> <li>Ext.tree.SelectionModel -> Ext.selection.TreeModel </li> <li>Ext.tree.TreeColumn -> Ext.tree.Column </li> <li>Ext.tree.TreePanel -> Ext.tree.Panel </li> <li>Ext.tree.TreeView -> Ext.tree.View </li> <li>Ext.tree.TreeViewDragZone -> Ext.tree.ViewDragZone </li> <li>Ext.tree.TreeViewDropZone -> Ext.tree.ViewDropZone </li> <li>Ext.view.TableView -> Ext.view.Table </li> <li>Ext.Container.getIndexOfHeader -> Ext.Container.getHeaderIndex </li> <li>Ext.Container.getHeaderByIndex -> Ext.Contrainer.getHeaderAtIndex </li> <li>Ext,grid.feature.Feature.getTplFragments -> Ext.grid.feature.Feature.getFragmentTpl </li> <li>Ext.grid.feature.Grouping.getTplFragments -> Ext.grid.feature.Grouping.getFragmentTpl </li> <li>Ext,grid.feature.GroupingSummary.getTplFragments -> Ext.grid.feature.GroupingSummary.getFragmentTpl </li> <li>Ext,grid.feature.Summary.getTplFragments -> Ext.grid.feature.Summary.getFragmentTpl </li> <li>Ext,grid.header.Container.getTplFragments -> Ext.grid.header.Container.getFragmentTpl </li> <li>Ext.layout.container.Border.getPlaceHolder -> Ext.layout.container.Border.getPlaceholder </li> <li>Ext.version.getSimplified -> Ext.version.getShortVersion </li> <li>Ext.version.simplified -> Ext.version.shortVersion </li> <li>Ext.Object.keyOf -> Ext.Object.getKey </li> <li>Ext.String.parseQueryString -> Ext.Object.fromQueryString </li> <li>Ext.Version.isSmallerThan -> Ext.Version.isLessThan </li> <li>Ext.draw.Surface.newInstance -> Ext.draw.Surface.create </li> <li>Ext.util.Inflector.isUncountable -> Ext.util.Inflector.isTransnumeral </li> <li>Ext.draw.Surface.positionSpriteInList -> Ext.draw.Surface.normalizeSpriteCollection </li> <li>Ext.util.AbstractMixedCollection.removeByKey -> Ext.util.AbstractMixedCollection.removeAtKey </li> <li>Ext.util.HashMap.removeByKey -> Ext.util.HashMap.RemoveAtKey </li> <li>Ext.FocusManager.removeWhitelistXType -> Ext.FocusManager.removeWhitelistByXType </li> <li>Ext.data.Connection.setupOptions -> Ext.data.Connection.setOptions </li> <li>Ext.FocusManager.removeWhitelistXType -> Ext.FocusManager.removeXTypeFromWhitelist </li> <li>Ext.FocusManager.addWhitelistXtype -> Ext.FocusManager.addXTypeToWhitelist </li> <li>Ext.form.Labelable.applyFieldDefaults -> Ext.form.Lableable.setFieldDefaults </li> <li>Ext.form.field.areValuesEqual -> Ext.form.field.isEqual </li> <li>Ext.ClassManager.assignNamespace -> Ext.ClassManager.setNamespace </li> <li>Ext.menu.Menu.canActivateItem -> Ext.menu.Menu.isActivatable </li> <li>Ext.form.Panel.checkChanges -> Ext.form.Panel.checkChange </li> <li>Ext.form.Basic.checkDirtyChange -> Ext.form.Basic.checkDirty </li> <li>Ext.form.FormPanel -> Ext.form.Panel </li> <li>Ext.chart.LegendItem.createSprites -> Ext.chart.LegendItem.createLegend </li> <li>Ext.chart.axis.Axis.drawLabels -> Ext.chart.axis.Axis.drawLabel </li> <li>Ext.Loader.exist -> Ext.Loader.isCreated </li> <li>Ext.grid.header.Container.getColumnsMenu -> Ext.grid.header.Container.getColumnMenu </li> <li>Ext.form.field.File.buttonCfg -> Ext.form.field.File.buttonConfig </li> <li>Ext.data.proxy.Server.dirParam -> Ext.data.proxy.Server.directionParam </li> <li>Ext.grid.feature.Grouping.groupHdTpl -> Ext.grid.feature.Grouping.groupHeaderTpl </li> <li>Ext.draw.Surface.implOrder -> Ext.draw.Surface.enginePriority </li> <li>Ext.draw.Component.implOrder -> Ext.draw.Component.enginePriority </li> <li>Ext.charts.Series.markerCfg -> Ext.chart.Series.markerConfig </li> <li>FocusManager.placeHolder -> FocusManager.placeholder </li> <li>Panel.placeHolder -> Panel.placeholder </li> <li>Border.placeHolder -> Border.placeholder </li> <li>Ext.chart.series.Bar.xpadding -> Ext.chart.series.Bar.xPadding </li> <li>Ext.chart.series.Bar.ypadding -> Ext.chart.series.Bar.yPadding </li> </ul> </li> </ul> <ul> <li>Documentation Changes <ul> <li>Added many guides, screenshots, and videos from the Sencha Blog and other sources to the documentation application </li> <li>API documentation screenshots and example updates for (Ext.window.Window, Ext.window.MessageBox, Ext.toolbar.Toolbar, Ext.toolbar.TextItem, Ext.toolbar.Spacer, Ext.toolbar.Separator, Ext.toolbar.Fill, Ext.tab.Panel, Ext.slider.Tip, Ext.slider.Single,Ext.slider.Multi, Ext.resizer.Resizer, Ext.layout.container.Table, Ext.layout.container.Fit, Ext.layout.container.Column, Ext.layout.container.Card, Ext.layout.container.Border, Ext.layout.container.Accordion, Ext.layout.container.Absolute, Ext.form.FormPanel, Ext.form.BaseField, Ext.form.Checkbox, Ext.form.CheckboxGroup, Ext.form.ComboBox, Ext.form.Date, Ext.form.Display, Ext.form.FieldContainer, Ext.form.FieldSet, Ext.form.File, Ext.form.FormPanel, Ext.form.HtmlEditor, Ext.form.Label, Ext.form.Number, Ext.form.Radio, Ext.form.RadioGroup, Ext.form.Text, Ext.form.TextArea, Ext.form.Time </li> <li>Updated AbstractComponent </li> <li>[EXTJSIV-806] Updated AbstractDataView </li> <li>Updated AbstractMixedCollection </li> <li>Updated AbstractPanel </li> <li>Added Application </li> <li>Updated Array </li> <li>Update Axis </li> <li>Update Base </li> <li>Update Cartesian </li> <li>[EXTJSIV-748] Add CellEditing </li> <li>Update Chart Labels </li> <li>Update Chart LineSeries </li> <li>Update Class </li> <li>Update ClassManager </li> <li>Added Controller </li> <li>Update Direct </li> <li>[EXTJSIV-721] Update Direct proxy </li> <li>[EXTJSIV-734] Add DrawComponent </li> <li>Update Ext </li> <li>Added EventBus </li> <li>Added Gauge Chart </li> <li>Added Grid Panel </li> <li>Added Grid Scroller </li> <li>[EXTJSIV-644] Updated Loader </li> <li>[EXTJSIV-723] Update NodeInterface </li> <li>Updated Object </li> <li>Updated Observable </li> <li>Added PropertyGrid </li> <li>Updated field.Number </li> <li>[EXTJSIV-754] Add RowEditing </li> <li>Added RowNumberer </li> <li>Added Sortable </li> <li>Added Sprite </li> <li>[EXTJSIV-726] Add Tree </li> <li>[EXTJSIV-727] Update TreeStore </li> </ul> </li> </ul> <ul> <li>Known Issues / Upcoming Changes <ul> <li>Desktop Example to be re-implemented</li> <li>Ext.data.BufferStore will be removed and its methods moved up into Ext.data.Store</li> <li>Grid promote from markup script sometimes fails in IE6 and IE7</li> <li>TreePanel has some DnD issues in IE9</li> <li>Several classes missing adequate documentation</li> <li>Small rendering glitches on tabs in Mac Safari 5</li> <li>Buttons can be cropped when sizing a Window to a very small width (e.g. under 150px)</li> <li>Grids can sometimes lose scrollbars when their container is resized</li> <li>Vertical panel headers use the wrong font in IE9</li> <li>Grid state does not save column widths</li> <li>TriggerFields are not aligned flushed to the edge in IE6 and IE7</li> <li>Grid filtering feature doesn't support setting filters via config</li> <li>TreePanel is missing documentation. A guide will be release separately before GA</li> <li>Menu styling in access theme has some imperfections</li> <li>Simple Tasks example is missing</li> <li>Calendar components have not been fully ported yet</li> <li>Tree Filtering will be implemented before GA</li> <li>KeyNav example has inconsistent spacing in some IE versions</li> <li>Tab is not marked selected if it is the only tab in a TabPanel and is set active by default</li> <li>Hovering over the bottom spinner of a NumberField does not highlight it</li> <li>Several small IE9 rendering issues</li> <li>Some slight font inconsistencies between components</li> </ul> </li> </ul> </div> <div class="release"> <h1> Release Notes for Ext JS 4 Beta 2 </h1> <p class="notes"> Release Date: April 6, 2011<br> Version Number: 4.0.0beta2 </p> <h2> New In This Release </h2> <ul> <li>New Examples <div style="margin-left: 2em"> <ul> <li> <a href="examples/charts/Gauge.html">Gauge Chart example</a> </li> <li> <a href="examples/grid/buffer-grid.html">Buffered Grid example</a> </li> <li> <a href="examples/themes/index.html">Theme example</a> </li> </ul> </div> </li> </ul> <ul> <li>Bug Fixes <ul> <li>Fix tabs mouseover in GroupTabPanel examples </li> <li>Fix double rendering when quickly expanding / collapsing tree nodes </li> <li>[EXTJSIV-466] Ensure cls config is applied to MessageBoxWindow </li> <li>Fix issue where box layout margins could be improperly calculated </li> <li>[EXTJSIV-470] Remove the permanent CheckHeader editor and place it only on the row editing example </li> <li>Fix Tree keyboard navigation </li> <li>Don't show loading indicator when trying to expand an already expanded tree node </li> <li>[EXTJSIV-504] Fix alignment of fieldset legend checkbox </li> <li>[EXTJSIV-502] Remove persistent scrollbar from Ext.form.Textarea and Ext.form.HtmlEditor source editor </li> <li>[EXTJSIV-213] Fix BoxReorderer issues </li> <li>[EXTJSIV-537] Fix an issue that allows multiple selection on the chart </li> <li>[EXTJSIV-529] Element.highlight() fx function will now function properly, and can handle Anim callbacks </li> <li>[EXTJSIV-539] We no longer allow the tb text field to be orderable in the multisort example </li> <li>[EXTJSIV-540] Buttons will no longer show mouseover effects when disabled </li> <li>[EXTJSIV-545] Fix duplicate id bug in grid -> grid DD example </li> <li>[EXTJSIV-417] Fixed issue with field heights </li> <li>[EXTJSIV-492] Fix application of overCls when the delegate option is used </li> <li>[EXTJSIV-513] Ensure that mouseup when dragging the drag selector, and the subsequent click event does not clear selections in the DataView </li> <li>[EXTJSIV-474] Fix ghosting of Windows during drag on IE < 9 </li> <li>[EXTJSIV-213] Fix multiple-sorting issue with BoxReorderer, ensure smooth component reordering, Improve reorderable-tabs examples </li> <li>[EXTJSIV-501] Fix the ability to update floating Components while hidden, and have them run their ComponentLayout upon show </li> <li>[EXTJSIV-530] Fixed bootstrap-release.js to test window.location.hostname instead of window.location.host </li> <li>[EXTJSIV-540] Always attempt to remove the overCls when the mouse leaves the component. If a component is disabled while the mouse is still over it, then the overCls will be stuck on until the component is re-enabled </li> <li>Grid DD Example update so columns aren't crammed together </li> <li>[EXTJSIV-531] Fix MessageBox progress bar display </li> <li>[EXTJSIV-434] Prevent IE6-7 from giving focus to the HtmlEditor iframe when setting its contentEditable=true </li> <li>[EXTJSIV-464] Menu should pass its minWidth down to its child components so it is accounted for in the Box layout. This visually affects all examples that use menus which were only as wide as they needed to be </li> <li>[EXTJSIV-138] Fix no borders on forum search example </li> <li>Fixed column headers in IE </li> <li>[EXTJSIV-561] Fix an issue when creating a tab panel with no items </li> <li>Fix Loader's path resolution </li> <li>[EXTJSIV-557] Locking grid resize indicator shows up regardless of which section you drag from </li> <li>[EXTJSIV-507] Fix gecko3 issue with the first tab in a tabbar </li> <li>[EXTJSIV-356] Prevent selection from scrolling into view when the selection model is refreshed </li> <li>[EXTJSIV-568] RowEditor disables the view's keynav so that editors will get full default key events </li> <li>[EXTJSIV-339] Fixed problematic curly braces in nestedIdRe in AbstractSummaryFeature </li> <li>[EXTJSIV-375] Complete syncing of row heights, after sorting make sure that the scrollTop is synchronized </li> <li>Correct syncRowHeight default config </li> <li>[EXTJSIV-568] Don't allow RowEditor to hijack space </li> <li>[EXTJSIV-409] Add extra path parameter to ensure cookie clearing works </li> <li>[EXTJSIV-7] Fixed shift that appears in IE with large number scaling when you specify viewPort in a Draw Component </li> <li>[EXTJSIV-558] Fixed an issue where setting a date in a model caused the record to become dirty </li> <li>[EXTJSIV-575] Fix Uncaught TypeError: Cannot call method 'apply' of undefined, due to previous onDisable/onEnable changes </li> <li>[EXTJSIV-449] TableView should not steal the focus when a header is resized. The header layouts occurred when a scrollbar was being added and removed by the TablePanel, causing any previously focused item to lose focus, with focusing going to the TableView. So, a "search filter text box", for example, would lose focus at random points </li> <li>[EXTJSIV-167] Fix IE9 Center Layout </li> <li>Fix Ext.form.Combobox select event firing </li> <li>[EXTJSIV-546] Dont allow a parent folder to be dropped on a folder inside itself </li> <li>[EXTJSIV-524] Make sure you can extend Ext.TreePanel and create an instance without passing a configuration </li> <li>Properly relay View events on the TreePanel </li> <li>[EXTJSIV-190] Fix Ext.ux.TabCloseMenu event monitoring </li> <li>[EXTJSIV-535] Fix Multi sorting grid column reorder indicator </li> <li>[EXTJSIV-537] Fix issue where FormDashboard allows multiple chart selection </li> <li>[EXTJSIV-162] Fix TableView/Features collectData implementation </li> <li>[EXTJSIV-544] Fix Bar display when data is of the same value for more than one record </li> <li>[EXTJSIV-515] Clear groupers when disabling the Grouping Feature </li> <li>[EXTJSIV-565] Fix radial axis labels problem </li> <li>[EXTJSIV-469] Correct layout recursion back into an already-running ComponentLayout </li> <li>[EXTJSIV-565] Fix maxValue in drawSeries </li> <li>[EXTJSIV-590] The PagingScroller now calculates rowHeight based off of markup </li> <li>[EXTJSIV-241] Fix bug in event wrapper ordering which meant that delayed or buffered single:true events threw errors </li> <li>[EXTJSIV-583] Fix sorting padding issue with grid headers </li> <li>[EXTJSIV-510] Added grid headers and special cell backgrounds </li> <li>[EXTJSIV-597] Fix issue where Ext.tab.Panel wouldn't enable tabs </li> <li>[EXTJSIV-588] Fix an issue when using scripts: true when loading a component </li> <li>[EXTJSIV-321] Record associated data now also handles parent models </li> <li>[EXTJSIV-566] Fix issues with returning exceptions from DirectProxy </li> <li>[EXTJSIV-585] Fix an issue where Ext.MessgaeBox was dependent on having a title </li> <li>[EXTJSIV-586] Fix an issue when using reset and formBind, the bound item will now be updated correctly </li> <li>[EXTJSIV-591] Fix warning when destroying border layout </li> <li>Fix detection of changes to form fields in IE9 standards mode by making it use the modern events set </li> <li>Fix vertical alignment of checkbox/radio buttons in IE9 standards mode </li> <li>Fix errors when expand/collapse methods are called after a Picker component is destroyed </li> <li>[EXTJSIV-605] Fix an issue where undefined will be set on the editor when resetting </li> <li>[EXTJSIV-569] Fix bug with nodes being inserted in the wrong location in the NodeStore </li> <li>[EXTJSIV-607] Fix z-index of border floated region </li> <li>[EXTJSIV-372] Fix an issue with flickering when using cell editing in FF on Linux </li> <li>[EXTJSIV-608] Fix issue when creating records at a remote source </li> <li>[EXTJSIV-450] FocusManager will only add tabIndex to DOM nodes that really need them for programmatic focusing. This will ensure default tabIndicies will remain in tact </li> <li>[EXTJSIV-589] CellEditing now fires beforeedit, validateedit and afteredit appropriately </li> <li>[EXTJSIV-610] CellModel will now call its base Model's doSelect and doDeselect functions so it is maintaining the selected record along with the selected position (row/column) </li> <li>[EXTJSIV-418] CheckColumn now will handle the Enter/Space keys for toggling its select state </li> <li>[EXTJSIV-609] CellModel fires its select/deselect events now </li> <li>[EXTJSIV-560] Remove focused cls on items in a TableView when deselecting them </li> <li>[EXTJSIV-614] Prevent combobox dropdown from getting closed before the selectOnTab handler has a chance to fire in WebKit </li> <li>[EXTJSIV-622] When IE9 positions an element offscreen via offsets, the offsetWidth is inaccurately reported. For IE9 only, we render on screen before removing. Fixes an issue with Ext.getScrollBarWidth </li> <li>[EXTJSIV-439] Changed images for the DataView examples to gif for IE6 </li> <li>[EXTJSIV-615] Fix an issue when using an idProperty other than "id" </li> <li>RowEditor will handle resize, move, show, and hide of columns properly before the editor is brought up for the first time </li> <li>[EXTJSIV-480] Table layout: added work around for a bug in Opera 10.5 where it makes table cells wider than they should be if their child element has border-box sizing and horizontal padding </li> <li>[EXTJSIV-641] Fix an issue with creating items into a local storage object </li> <li>[EXTJSIV-440][EXTJSIV-633] Fix Ext.ux.AnimatedDataView cross-browser issue </li> <li>CellEditing will complete an edit before grabbing critical information about the next edit, since the view is refreshed upon edit completion </li> <li>[EXTJSIV-371] CellEditing and CellModel will continue cell editing on tabs even across cells with no editor, and stop when the editing ends via a non-tab exit point such as blurring the field </li> <li>[EXTJSIV-606] Constrained Windows no longer lose their center positioning </li> <li>[EXTJSIV-508] Give a visual indication of a selected/focused tree node in the check-tree example </li> <li>[EXTJSIV-508] Tree selection model handles enter/space to check any checkbox tree nodes </li> <li>[EXTJSIV-663] Ensure ServerProxy checks if the value is defined as opposed to just truthy </li> <li>[EXTJSIV-593] Numeric axis is now aware of chart substores, that way it can update when grouping/ungrouping time axis </li> <li>[EXTJSIV-401][EXTJSIV-496] Rework active/inactive tab styling to be consistent across all browsers and avoid the floating border strip </li> </ul> </li> <li>Enhancements <ul> <li>[EXTJSIV-73] Optimized class system performance - round 1 </li> <li>Added a simple Gauge Chart </li> <li>Add Ext.Array.sort which is a guaranteed stable sort </li> <li>[EXTJSIV-556] Implement a buffered grid example loading thousands records and buffering the rendering. Required minor changes to PagingScroller, BufferStore and related classes </li> <li>[EXTJSIV-193] Put iconCls and tools into ghosted windows </li> <li>[EXTJSIV-471] RowEditing will now scroll the buttons into view when they are out of sight due to being near the bottom. Also will enforce row selection and keeping a row in view when starting an edit for smoother animations </li> <li>[EXTJSIV-426] Remove redundant validation for allowBlank in Ext.form.Text </li> <li>[EXTJSIV-427] Date and Time would always return null from getValue if the raw value could not be parsed as a date; this was resulting in such values being treated as valid during validation and not being seen as dirty. Changed so that getValue will return the raw value if it cannot be parsed. Also added logic to attempt parsing of the 'value' config during init so that originalValue is a valid Date object for dirty comparison </li> <li>[EXTJSIV-448] Implement readOnly and setReadOnly for Checkbox and Radio fields </li> <li>[EXTJSIV-416] Give fields within fieldset an anchor so they get a width in IE6 </li> <li>[EXTJSIV-530] Added port number support to localhost detection </li> <li>Add required classes to Chart LiveUpdate example </li> <li>Increase LiveSearchGridPanel reactiveness </li> <li>[EXTJSIV-529] Element.getColor() will properly accept an empty string as a prefix, which is needed for color animations </li> <li>[EXTJSIV-529] Enable afterRepair fx on dd.DragZone and TreeViewDragZone </li> <li>[EXTJSIV-38] TreeViewDropZone will now highlight successfully dropped nodes </li> <li>[EXTJSIV-38] Use the selectedItemCls setting on TableView prototype to handle the quick remove/add of that cls when highlighting a repair </li> <li>[EXTJSIV-38] TreeViewDragZone will highlight all records that were dragged, for the case of multiselect tree sel model </li> <li>[EXTJSIV-185] Removed .png slicer images + changing to gif (we <3 IE6) </li> <li>[EXTJSIV-346] adding gif versions of icons for treegrid example </li> <li>[EXTJSIV-475] LoadMask may now be configured with a Component to mask as an alternative to just an element. If configured with a Component, it masks the Component's contentTarget. If the Component changes size during loading, the mask's message is recentered. DataView configures its LoadMask by passing itself if it is standalone, or its owning Container if it is inside a Container </li> <li>[EXTJSIV-478] Added the empty cls to all browsers, not just browsers that do not support `placeholder`. this is because of a styling issue in webkit </li> <li>[EXTJSIV-540] Button over when disabled will not apply the hover background linear gradient anymore. disabled classes now get cascaded priority over background-image </li> <li>[EXTJSIV-457] The DragZone was triggering a selection change on mousedown, which was resulting in duplicate selection calls when the DataView was configured to select on click. Moved the former from the mousedown handler to the start of the drag to avoid duplicate selection </li> <li>Improved some Loader's alias functions for performance </li> <li>[EXTJSIV-258][EXTJSIV-259]Refactor Shadow for floating Components </li> <li>[EXTJSIV-551] Menu should not fire click, mouseover, or mouseleave events when its disabled. Menu items will not get any interaction when the menu is disabled </li> <li>Menu will only activate items that can be activated, however, always deactivate the active item when applicable </li> <li>[EXTJSIV-502] Add comment in HtmlEditor explaining how forcing documentMode in the Web Developer Tools will override the mode used by the iframe, causing scrollbars in IE8 </li> <li>[EXTJSIV-543] Horizontal scrolling does not rely on having records within the body of the grid. It is calculated off of the headercontainer instead </li> <li>[EXTJSIV-547] Added in browser check for Opera for Mousewheel. Found additional information about Opera and its' mousewheel implementation here: http://www.switchonthecode.com/tutorials/javascript-tutorial-the-scroll-wheel To quote the important parts... "The weirdness comes in because IE and Firefox have very different names for the scroll event. In Internet Explorer, the event is called onmousewheel, while in Firefox the event is called DOMMouseScroll. To make it even worse, Opera uses the Internet Explorer event name (without the 'on' part, so just mousewheel), but Opera needs to use the Firefox way of attaching event listeners." </li> <li>[EXTJSIV-564] Implement index support in selectRange rather than requiring the developer to pass a record instance </li> <li>Updated grid row selection stuff to support IE better </li> <li>[EXTJSIV-447] Add fieldStyle config and setFieldStyle method to Ext.form.BaseField, to allow direct manipulation of the inputEl CSS style </li> <li>Legacy code in the widgets directory removed </li> <li>RowEditor offsets itself by using bottom instead of top, in case of tall rows </li> <li>[EXTJSIV-567] Table State implementation now restores width and visibility </li> <li>[EXTJSIV-532] Add tooltip support on Radar series </li> <li>[EXTJSIV-559][EXTJSIV-373]Provide accurate repair position for Header Drag Zones </li> <li>[EXTJSIV-358] HeaderContainer will disable checkbox in column menu when there is only a single header </li> <li>[EXTJSIV-582] Add Ext.Error custom error reporting class </li> <li>[EXTJSIV-574] Add an alias for all series and handle custom series creation and adding them in an imperative way </li> <li>[EXTJSIV-514] Reimplement rendering of Checkbox and Radio to use a custom image rather than native controls, for greater styling control and consistency across browsers </li> <li>[EXTJSIV-241] Lots of cleanup on Component destroy method </li> <li>[EXTJSIV-599] Make node loaded a field in NodeInterface. When appending a child to a node, mark it as loaded </li> <li>Add the ability to pass a url to the load method on a Store with a ServerProxy defined on it </li> <li>[EXTJSIV-394] Added itemTpl support for DataView </li> <li>Add method to allow destroying the field layout's singleton QuickTip instance </li> <li>[EXTJSIV-604] Allow height to be set on text fields </li> <li>The footer toolbar's (fbar/buttons cfg) spacer shouldn't be focusable anymore </li> <li>Button now has a visual state when focused, which currently mirrors the mouseover state. Also removed a focus/blur method in Button that was unnecessary </li> <li>[EXTJSIV-450] FormPanel will provide default tab stops for its fields and buttons, so that all fields are tabbed through first, and then buttons second </li> <li>[EXTJSIV-450] AbstractPanel and AbstractDock will return/render docked items in their visual representative order, respectively. Docked items have a default weighting, so that they are returned/rendered in (t,l,r,b) order. In the case of a Dock layout, the top/left items are rendered before any existing DOM nodes in the render target (body el, in the case of a Panel), and right/bottom items are rendered after the existing DOM nodes. This keeps our DOM nodes in order of their visual representation to support tab stops, ARIA readers, etc. Also, getDockedItems/getRefItems of AbstractPanel will return the same type of ordering by default to support logical ordering of ComponentQuery's and FocusManager navigation </li> <li>Move FocusManager's tabIndex whitelist to the prototype so it's not defined over and over again for each call to setFocus </li> <li>[EXTJSIV-418] Added keydown event handling to DataView </li> <li>[EXTJSIV-600] Allow form fields to display all errors returned from getErrors at once, rather than only displaying the first </li> <li>[EXTJSIV-304] Grid reconfigure method implemented </li> <li>[EXTJSIV-498] Changed DataView to store the internal record IDs on the view DOM nodes for lookup by record and vice versa. This matters since blockRefresh's can happen and the store becomes out of sync with the DOM nodes, such as was the case with the Animated DataView plugin </li> <li>[EXTJSIV-483] Implement expanded cls for rows inside collectData instead of getRowClass. This allows the user to override getRowClass without them having to worry about expanded state </li> <li>[EXTJSIV-628] Added remove and destroy methods in Sprite. </li> <li>[EXTJSIV-55] Add boxLabelAlign config to allow the user to place the boxLabel before or after the checkbox/radio </li> <li>[EXTJSIV-517] Optimized buffering of requests in PagingScroller </li> <li>[EXTJSIV-596] border:false on a Window removes borders from the body. The Window itself remains framed </li> <li>[EXTJSIV-523] Use the verticalScrollers calculated height when available rather than the raw dom </li> <li>[EXTJSIV-315] Updated access theme to have better styling across all components </li> <li>[EXTJSIV-613] Move extraParams onto the object instead of being per request </li> <li>RowEditor now transitions the error summary tip properly on back-to-back invalid records </li> <li>Remove the inline unselectable cls, and instead call unselectable() on the table view's el after it's been rendered. This fixes a selection problem in Chrome when double clicking in a grid </li> <li>[EXTJSIV-527] Add a workaround for the WebKit MarginRight bug with Anchor Layouts to make them much faster </li> <li>[EXTJSIV-527] Componentlayout.afterLayout will now only be called when a ComponentLayout occurs </li> <li>[EXTJSIV-527] Ensure Card.setActiveItem calls onLayout properly </li> <li>Moved all locking behavior out of the LockingGridPanel subclass </li> <li>[EXTJSIV-660] Add startDay to Date Field </li> <li>[EXTJSIV-653] Added DirectStore shortcut </li> </ul> </li> <li>API Changes <ul> <li>[EXTJSIV-276] The "headers" config in GridPanel has been renamed to the 3.x compatible "columns". All supporting classes are now named XxxxxColumn and are in the Ext.grid.column package. Column xtypes are the same as they were in 3.x </li> <li>[EXTJSIV-562] Added hideEmptyLabel config which automatically collapses the label space when fieldLabel is empty. Made this the default behavior everywhere; this is a slight change from the old form layout which defaulted to maintaining the space unless hideLabel=false </li> <li>[EXTJSIV-59] Rename some methods in Menu to be consistent with framework standards </li> <li>Modified field layout to avoid setting styles when not needed. The fieldLabel element's styles are now applied during render in the template and not in the layout. Fields whose size are not managed by a container no longer set their internal element sizes during layout this can result in wrapping since fields are floated </li> <li>Add inverse iteration support to Ext.Array.each </li> <li>Rename hlColor to repairHighlightColor for Tree DragSource </li> <li>[EXTJSIV-38] TreeViewDDPlugin now has "nodeHighlightColor" which is used on repairs and drops, if applicable. Passing it as the "repairHighlightColor" to the drag zone in this commit. Will be passed to drop zone as "dropHighlightColor" </li> <li>[EXTJSIV-38] Renamed hlDrop to nodeHighlightOnDrop and nodeHighlightOnRepair on the TreeViewDDPlugin class. They are routed to the TreeViewDragZone and TreeViewDropZone as repairHighlight and dropHighlight respectively </li> <li>[EXTJSIV-552] Rename MessageBoxWindow to MessageBox </li> <li>Move all locales package from core to extjs </li> <li>[EXTJSIV-548] Add allowDrag config option on NodeInterface. Set it to false by default for root nodes </li> <li>[EXTJSIV-549] Change the names for the relayed events from TreeStore to TreePanel so that they don't collide with Panel's events </li> <li>[EXTJSIV-602] Put GridViewDDPlugin and TreeViewDDPlugin into proper namespaces (Ext.grid.plugin) </li> <li>[EXTJSIV-269] Renamed enableCacheBuster to disableCaching, added disableCachingParam config </li> <li>[EXTJSIV-581] Fixed up the API for TreeStore, TreeView and TreePanel. Also fixed some bugs related to changing the root node dynamically, loading data after TreePanel has already been created and expanding a node while its loading </li> <li>[EXTJSIV-598] We no longer use the global QuickTips singleton for form error tips. We now create a QuickTip singleton just for the field layout, with the proper baseCls for framing, and register it to respond to an 'errorqtip' property </li> <li>[EXTJSIV-534] Refactor Lockable into mixin </li> <li>AbstractSummaryFeature, ChunkingFeature, GroupingFeature, RowSummaryFeature, RowBodyFeature, RowWrapFeature, and SummaryFeature moved to the Ext.grid.feature namespace </li> <li>Rename locked from Header/Column to ddLock so that it doesnt conflict with the new locking functionality </li> </ul> </li> <li>Compatibility Changes <ul> <li>Removed compat reversing of El.down/El.child - There are too many places in Ext itself that use these calls, and reversing them in the compat layer to match 3.x behavior breaks some Ext 4 code. This will have to remain a documented breaking change in the migration guide </li> <li>Set up compat code for TreePanel, AsyncTreeNode, TreeLoader and TreeSorter </li> <li>Moved deprecated TreePanel members to the compat file </li> </ul> </li> <li>Documentation Changes <ul> <li>Guide section added to documentation. Class System and Drawing/Charting Guides added </li> <li>File field updated </li> <li>Model.fields updated </li> <li>Component updated </li> <li>FocusManager updated </li> <li>Viewport updated </li> <li>FormPanel updated </li> <li>ActionHeader updated </li> <li>GridViewDDPlugin updated </li> <li>ColumnLayout updated </li> <li>DateMenu updated </li> <li>Panel updated </li> <li>TabPanel updated </li> <li>TreeViewDDPlugin updated </li> <li>Animate updated </li> <li>ClassLoader updated </li> <li>Animator updated </li> <li>BsicForm updated </li> <li>Label field updated </li> <li>Labelable updated </li> <li>Text field updated </li> <li>ElementLoader updated </li> <li>Sortable updated </li> <li>AbstractComponent updated </li> <li>Locales updated </li> <li>Ext.Number updated </li> <li>Tab updated </li> <li>TabPanel updated </li> <li>StateProvider updated </li> <li>Editing updated </li> <li>Panel updated </li> <li>CheckboxModel (selection) updated </li> <li>TreePanel updated </li> <li>Ext updated </li> <li>Class updated </li> <li>ClassManager updated </li> <li>Array updated </li> <li>Anim updated </li> <li>FieldSet updated </li> <li>Grid Column updated </li> <li>Application updated </li> <li>Controller updated </li> <li>ControllerManager updated </li> <li>ModelManager updated </li> <li>Router updated </li> <li>BufferStore updated </li> <li>JSON Writer updated </li> <li>Charts updated </li> <li>DrawComponent updated </li> <li>Toolbar updated </li> <li>DataView updated </li> <li>Floating updated </li> <li>Resizer updated </li> <li>Store updated </li> <li>ComponentDragger updated </li> </ul> </li> <li>Known Issues / Upcoming Changes <ul> <li>MVC Example applications and guide </li> <li>Collapsed vertical headers need to be restyled in IE </li> <li>Toolips in IE8 have too much padding on the header which can cause it to clip text </li> <li>Tab Scroller is not working properly in FF < 4 </li> <li>GridFilter example is not laying out properly on first render </li> <li>Deprecated (methods slated for deprecation) and Since (what version methods were introduced) implemented within the documentation </li> <li>Column Layout has some performance issues which will be addressed in the next release </li> <li>API naming consistency implementation </li> <li>Field Layout performance has improved, but is not where it should be for IE </li> <li>IE9 Strict mode subpixel rounding can cause wrapping issues (similar to https://bugzilla.mozilla.org/show_bug.cgi?id=458617) </li> </ul> </li> </ul> </div> <div class="release"> <h1> Release Notes for Ext JS 4 Beta 1 </h1> <p class="notes"> Release Date: March 30, 2011<br> Version Number: 4.0.0beta1 </p> <h2> New In This Release </h2> <ul> <li>New Examples <div style="margin-left: 2em"> <ul> <li> <a href="examples/core/spotlight.html">Spotlight example</a> </li> </ul> <ul> <li> <a href="examples/direct/direct-grid.html">Ext.Direct Grid Integration</a> </li> </ul> <ul> <li> <a href="examples/form/form-grid-access.html">Binding a Grid to a Form</a> </li> </ul> <ul> <li> <a href="examples/grid/cell-editing.html">Grid Cell Editing</a> </li> </ul> <ul> <li> <a href="examples/grid/group-header-grid.html">Grid Grouping</a> </li> </ul> <ul> <li> <a href="examples/grid/group-summary-grid.html">Grid Grouping with Summaries</a> </li> </ul> <ul> <li> <a href="examples/grid/infinite-scroll.html">Grid 'Infinite' Scrolling</a> </li> </ul> <ul> <li> <a href="examples/grid/live-search-grid.html">Live Search Grid</a> </li> </ul> <ul> <li> <a href="examples/grid/locking-grid.html">Grid Locking</a> </li> </ul> <ul> <li> <a href="examples/grid/remote-group-summary-grid.html">Grid Remote Group Summary</a> </li> </ul> <ul> <li> <a href="examples/grid/row-editing.html">Grid Row Editing</a> </li> </ul> <ul> <li> <a href="examples/layout/column.html">Column Layout</a> </li> </ul> <ul> <li> <a href="examples/menu/action-grid.html">Actions</a> </li> </ul> <ul> <li> <a href="examples/tabs/tab-scroller-menu.html">Overflow Tabs to a Menu</a> </li> </ul> <ul> <li> <a href="examples/tree/check-tree.html">Tree with CheckBox selection</a> </li> </ul> <ul> <li> <a href="examples/tree/two-trees.html">Drag and Drop between Trees</a> </li> </ul> <ul> <li> <a href="examples/view/animated-dataview.html">Animated DataView</a> </li> </ul> <ul> <li> <a href="examples/view/multisort/multisort.html">MultiSort DataView</a> </li> </ul> <ul> <li> <a href="examples/grid-filtering/grid-filter-local.html">Locally Filtered Grid</a> </li> </ul> <ul> <li> <a href="examples/restful/restful.html">RESTful Store with GridPanel and RowEditor</a> </li> </ul> <ul> <li> <a href="examples/locale/dutch-form.html">Localization (static)</a> </li> </ul> <ul> <li> <a href="examples/locale/multi-lang.html">Localization (dynamic)</a> </li> </ul> <ul> <li> <a href="examples/state/state.html">Browser State</a> </li> </ul> <ul> <li> <a href="examples/writer/writer.html">Data.writer</a> </li> </ul> </div> </li> <li>Bug Fixes <ul> <li>Fixed an issue where menu items would not respect the cls property </li> <li>Fixed improper variable in RemotingProvider </li> <li>Fixed param logic in DirectProxy </li> <li>Fixed an issue when reloading stores with different data sets </li> <li>Added a finite check for a DrawComponent's bounding box </li> <li>Pass the correct parameter to ServerProxy.afterRequest </li> <li>Fix indexOf reference in ListMenu </li> <li>When a date is chosen for a date filter, hide its parent menu </li> <li>Add autocomplete="off" to Button template to prevent Firefox from remembering its disabled state between page reloads </li> <li>Prevent NumericFilter's menu fields from getting focused when mousing over them </li> <li>Fix form submission when using direct </li> <li>Fixed an issue where phantom records were being duplicated in the store when returned from a remote data source </li> <li>Fixed an issue when clearing a client data proxy </li> <li>Fixed Model dependencies </li> <li>Removed redundant requires in Component </li> <li>Fix to make sure initExtCss always executes after Ext.supports.init </li> <li>Fix an issues where the expander icons are hidden when lines: false is used </li> <li>Ensure that the grid doesn't trigger a sort on the store when it renders </li> <li>Fix setValue method and initial value config on HtmlEditor </li> <li>Fixed recursive cloning of a non "plain" object (the constructor of which is !== Object) </li> <li>Ensure a layout isn't triggered if the container is destroying </li> <li>Fixed the styling of forms in a toolbar </li> <li>Fixed Window restore issue </li> <li>Fixed Grid dependencies </li> <li>Fix Accordion layout when initially layed out with no child items </li> <li>Updating $font-size dynamic variable's to use ceil to fix sub-pixel (ex: 10.4px) font-sizes </li> <li>Fixed multiple issues with rotated labels on category axis </li> <li>Fix TabPanel dependencies </li> <li>Fix typo in alternateClassName definitions </li> <li>If the panel has a re-expander, make sure the title is set when setTitle is called </li> <li>Fix an issue where panels would not be collapsed initially when not in a container </li> <li>Allow the combo store to be bound using a single flat array </li> <li>Fix autoCreated Store setup in StoreManager </li> <li>Fix unreachable code in Ext.getDom </li> <li>Properly clear managedListeners array in Observable </li> <li>Fix problem with the animate config option replacing the animate method </li> <li>Fixed grid scroll options 'horizontal' and 'none' </li> <li>Fix problem with autoHeighting TabPanels by their child items </li> <li>Fix menu box overflow handler on IE </li> <li>Fixed stacked bar chart axis calculation issue </li> <li>Fix scaling re-calculation issue for Bar, Line, Scatter series </li> <li>Fire change event when ComboBox value is changed </li> <li>Update alignment of ComboBox dropdown when its content changes, so it can flip from below to above or vice versa as the user types </li> <li>Clear selection in ComboBox.BoundList if it no longer matches the value in the field, so that the old value can be re-selected </li> <li>Fix bug with ComboBox where the value in the field would be blanked out while the user was typing with typeAhead:true </li> <li>Fix ComboBox scrolling selected item into view when list is expanded </li> <li>Set ComboBox selection in list when it is first created, if the ComboBox has an initial 'value' config </li> <li>Fix Scatter series shadow issue </li> <li>Don't reinsert a node into the NodeStore if its new parent is not part of the NodeStore </li> <li>Fixed issue with Element.destroy not being properly called resulting in memory problems for IE </li> <li>Fixed Ext.require() not firing callbacks after a failure </li> <li>Fixed Ext.Loader.getPath() not returning properly value for unknown namespace </li> <li>Forced setting the Axis minimum and maximum values specified by the configuration </li> <li>Fixed cropped window titles in various browsers </li> <li>Firefox fix for getNextId method in WebStorageProxy </li> <li>Fixed an issue with the id not being sent when calling load directly on the model </li> <li>Fixed a bug in previousNode and nextNode. They were not being checked before walking up the hierarchy and therefore triggered a cousin to always be returned </li> <li>Fixed discontinuous tree selection </li> <li>Field component onLayout was being run while the field was hidden but not after, so trigger width was always calcualted as zero. Changed order so layout occurs after show </li> <li>Fix reset method on sliders </li> <li>Fix application of emptyText in IE when ComboBox value is set </li> <li>Fix the setTitle text in windows with vertical headers </li> <li>Make empty ComboBox list item hoverable/clickable in IE quirks mode </li> <li>Fixes Sprite item Bounding Box offset in Opera </li> <li>Fix "Member not found" error in IE by preventing native event object from getting passed and used across the specialkey buffered listener </li> <li>Fix individual record update in Ext.grid.GroupingFeature </li> <li>Surface has now the ability to add in instances of Sprite and configuration objects </li> <li>Ensure datachanged event is fired when filtering the Store without sorters </li> <li>Adjust alignment styles for checkboxes and radios to match Ext3 </li> <li>Fixed checkbox spacing + positioning in IE </li> <li>Fixed a bug in DataView Draggable where items in the ghost dataview would not be correctly removed </li> <li>Fix vertical clipping of CheckboxGroup columns without fixed widths in IE quirks mode </li> <li>Fix bug with Radial Axis scaling </li> <li>Fix an issue when retrieving the previous sibling of a component </li> <li>Fix sorter issue with DirectProxy </li> <li>Fix setReadOnly method in HtmlEditor </li> <li>Fix issue with looking up a store by id </li> <li>Fix problem hiding modal mask after modal window hide </li> <li>Fix support for passing a dom element as a target to an animation </li> </ul> </li> <li>Enhancements <ul> <li>Locking GridPanel implemtented </li> <li>Accessibility theme added </li> <li>Numeric Axis majorTickSteps added to set the number of major ticks between a `maximum` and a `minimum` value </li> <li>Implement the animate configuration option on TreePanel </li> <li>Implement singleExpand on TreePanel </li> <li>Store aggregation functions moved to the prototype </li> <li>Implemented checked field in NodeInterface. Have renderer add a checkbox if a value other then null is set in checked </li> <li>Implemented state support as a mixin </li> <li>Added html to each tab in the history example to make it clearer which tab is currently activated </li> <li>Refactored the GridFilters plugin UX as FiltersFeature, a Ext.grid.Feature subclass, and ported it to work with the new Ext4 grid architecture. Reworked the grid-filters example to match </li> <li>Inject the TableView instance into each grid filter, even if it is an already instantiated Filter rather than a filter config object </li> <li>Allow month picker items to wrap properly when inside components with white-space:nowrap like menus </li> <li>Refactoring a Theming so it is easier to customize </li> <li>Updated the themes example to include more components </li> <li>Added HTTP error info to the data operation when a request fails </li> <li>Added load event in preference of read event on TreeStore </li> <li>Grid headers now support grouping in which a header may be configured with a nested headers config object as well as a text/header string </li> <li>The Ext 3.x class ActionColumn has been implemented in 4.x as ActionHeader </li> <li>Cleaned all locale packages files </li> <li>Introduced a new getAssociatedData method on Model to make it easier to aggregate model data </li> <li>Added window state management </li> <li>Added state support for border layout </li> <li>Removed extraneous layout in Card.setActiveItem </li> <li>Made Ext.override proxy to Ext.Base.override if the class was created with Ext.define </li> <li>added Ext.Base.getName method </li> <li>Add animateTarget to show/hide of floating Components (such as Windows and Tooltips, or anything else that floats </li> <li>Allow the aggregation function to be called with the grouped parameter for consistency </li> <li>Added total summary and group summary support for the grid </li> <li>Fix combos example to make getInnerTpl work properly - now must be part of listConfig </li> <li>Implemented Ext.form.File, a custom field widget for file uploads </li> <li>Properly set class on field error quicktips </li> <li>Added grid state support </li> <li>Relay view and tree events to the TreePanel and TreeStore </li> <li>Added a new LocalStorage state provider </li> <li>Allow the model to be defined in the store prototype </li> <li>Implemented Sutherland–Hodgman algorithm and use it for our render label axis implementation </li> <li>Implemented animate config option </li> <li>Styled invalid form qtips </li> <li>Implemented Tree sorting </li> <li>Add additional check in setStyle to ensure the dom node still exists before setting style on it </li> <li>FocusManager enhancements to support Containers being able to subscribe for keyboard navigation </li> <li>Implemented Ext.menu.DatePicker class </li> <li>Implemented Ext.menu.ColorPicker class </li> <li>Cleanup FocusManager's handling of component add/destroy when enabled </li> <li>Convert TabBar to use FocusManager.subscribe instead of its own KeyNav </li> <li>Grid Header needs to give visual indication when it is focused, which will show the menu trigger. This supports key navigation on grid headers and the ability to press down to open the header menu. The menu needs the trigger to be shown since it aligns itself to the trigger </li> <li>Add deep copy operation to NodeInterface </li> <li>Allow Ext.form.Basic#markInvalid to accept a Ext.data.Errors object </li> <li>Added logic to reduce/increase the number of columns in the shadowCt to match the number of items if columns:'auto' </li> <li>Updated MVC to work with dynamic loading </li> <li>Implemented CheckBox selection for Trees </li> <li>Prevent ComboBox from querying and expanding list on keyup if readOnly=true. </li> <li>HeaderDropZone will intelligently move a Header within the same container rather than add/remove, which will perform better as well as prevent add/remove events from firing unnecessarily on the HeaderContainer </li> <li>Trigger fields no longer reserve space for trigger when it is hidden due to readOnly=true </li> <li>Number field value can no longer be modified by up/down arrows or mousewheel when readOnly=true </li> <li>Implemented scrolling while dragging </li> <li>Implemented Grid Editing support as a plugin </li> <li>Clean html entities when setting text to an Surface Sprite </li> <li>Enhanced htmlDecode and htmlEncode methods in Ext.String </li> <li>Scatter and Line series now skip records with undefined yValues </li> <li>ComboBox now automatically set queryMode='local' for auto-generated array stores </li> <li>Ext.form.BaseField now rewraps the browser event object when firing the specialkey event, to prevent issues with buffered specialkey listeners </li> <li>Extended the useNull option to apply to boolean/string types for data stores </li> <li>Added deferredRender back to Card Layout (currently defaulted to true for TabPanel) </li> <li>Updated FeedViewer to be smarter about how it opened many tabs at once </li> <li>Modify Proxy so batching is configurable </li> <li>Allow a store configuration to be passed to data bound objects </li> <li>Add beginEdit/cancelEdit/endEdit functionality to Model </li> <li>Added isValid to Model for a shortcut </li> <li>Added autoSave support for Data writers </li> <li>Ensure writer always passes the id if we have a non phantom </li> <li>Made Tips constrain within their zIndexManager's client element. Change the constrain default to true </li> <li>Button will now use an anchor element when configured with an href </li> <li>Make Ext.form.Field.resetOriginalValue update the field's dirty state to match </li> <li>Automatically convert objects into records with NodeInterface </li> <li>Make ComboBox.getValue return the raw text field value if it does not match the display value from the last list selection or setValue call. Allows submitting values that do not appear in the store </li> <li>Enhance the appendChild, removeChild, insertBefore code on the NodeInterface with suppressEvents capabilities. This optimizes the performance of the initial Tree rendering drastically </li> <li>Implemented Grid RowEditing </li> <li>Basic.updateRecord() will now use the actual field data for updating the Model fields rather than the submit-friendly string equivalent of the form field data. Certain string encodings are not compatible with Model field covert methods if they are not in the exact/proper format, e.g. Date fields </li> <li>Remove Canvas support as it is not ready for release. SVG/VML still covers all desktop platforms. </li> </ul> </li> <li>API Changes <ul> <li>Moved methods slated for deprecation to the compat layer </li> <li>Added a new ElementLoader class that is the superclass of ComponentLoader. The purpose of this class is to replace Ext.Updater. Updater is removed and the load method now points to the new loader </li> <li>Move model creation into the model itself, essentially deprecates regModel </li> <li>Time axis now works with Dates and not formatted strings </li> <li>Move Ext.util.Date methods over to Ext.Date. Changed all references to Ext.Date in code, examples and tests </li> <li>Add workaround to Ext.core.Element#getWidth to avoid Gecko bug where it returns an offsetWidth that rounds down the actual width due to <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=458617" target="_blank">subpixel font rendering</a>. This logic was previously in a couple of components, this commit moves that up to Element.getWidth </li> <li>Fix AbstractPanel.bodyCls to also support array values </li> <li>Created an AbstractMixedCollection which MixedCollection extends from </li> <li>Sortable refactored as a mixin </li> <li>Refactored Sorting on MixedCollection, TreeStore, and TreePanel to use the new Sortable mixin </li> <li>Absolute Layout will now always use setItemSize even if an anchor property isn't specified </li> <li>Ensure the page parameter gets sent on remote data loading </li> <li>Remove any trace of applyTo throughout the framework </li> <li>Updating the BoundList selection on setValue for ComboBox is now the default behavior </li> <li>Selection models are now consistent: Moved grid/CellSelectionModel.js to selection/CellModel.js, grid/RowSelectionModel.js to selection/RowModel.js, and grid/CheckBoxSelectionModel to selection/CheckBoxModel.js. Namespace moved to Ext.selection as well </li> <li>Set AjaxProxy as the default proxy </li> <li>Normalize store aliases to be store.name. Added the ability to specify a store configuration when creating a data bound class. Note that this requires all of the stores to be looked up using StoreManager.lookup so that we can determine whether we have received an id, a config or an instance </li> <li>Enhance DataView UI event handling </li> <li>Remove dependency of CellEditing on CellSelectionModel </li> </ul> </li> <li>Compatibility Changes <ul> <li>Implemented compat layer for PagingToolbar and MemoryProxy </li> <li>Significant update to AbstractStore compat layer to handle different store/proxy/reader config setups </li> <li>Updates to compat layer for AbstractStore and MemoryProxy to support filtering correctly </li> <li>Aliased row[de]select to [de]select </li> <li>Tweaked message formatting in compat layer for deprecating events </li> <li>The bodyStyle config types from 3.x are all now fully supported on Panel </li> <li>Compat code was using Array.indexOf, which did not agree with IE6. Switched to use Ext.Array.indexOf </li> <li>Alias Panel.bodyCssClass config to bodyCls </li> <li>Added Slider compat override to convert the SliderTip plugin to tipText config </li> </ul> </li> <li>Documentation Changes <ul> <li>Updated Ext.Date </li> <li>Fix the link to Ext Direct specification </li> <li>Correct spelling of 'resizable' and not 'resizeable' </li> <li>Updated Controller </li> <li>Updated Advanced DataView </li> <li>Update Ext.Window </li> <li>Added ActionHeader </li> <li>Added Ext.Base.override </li> <li>Updated AbstractDataView </li> <li>Updated Draw.Component </li> <li>Fix ComboBox docs error </li> </ul> </li> <li>Known Issues <ul> <li>Various styling fixes are ongoing </li> <li>Buttons are not part of the focusable items in a form </li> <li>Shadows to be implemented in the next release </li> <li>Tree Filtering and Editing to be implemented in the next release </li> <li>Performance and memory optimizations to be implemented in the next release </li> <li>Cleanup of API naming conventions to be implemented in the next release </li> <li>IE9 is not detected as supporting CSS3BorderRadius, which it only does in strict mode. </li> </ul> </li> </ul> </div> <div class="release"> <h1> Release Notes for Ext JS 4 PR5 </h1> <p class="notes"> Release Date: March 18, 2011<br> Version Number: 4.0.0pr5 </p> <h2> New In This Release </h2> <ul> <li>New Examples <div style="margin-left: 2em"> <ul> <li> <a href="examples/direct/named-arguments.html">Ext.Direct Named Arguments</a> </li> <li> <a href="examples/form/registration.html">Registration Form</a> </li> <li> <a href="examples/statusbar/statusbar-advanced.html">StatusBar</a> </li> <li> <a href="examples/statusbar/statusbar-demo.html">Advanced StatusBar</a> </li> <li> <a href="examples/tree/reorder.html">Tree Reporder</a> </li> <li> <a href="examples/tree/xml-tree.html">XML Tree</a> </li> <li> <a href="examples/tree/treegrid.html">TreeGrid</a> </li> </ul> </div> </li> <li>Bug Fixes <ul> <li>Fix bug on FF for Mac where an initial layout of boxes causes the innerCt to scroll, and it becomes stuck at the scrollPosition. Manifesting in layout-browser example </li> <li>Fix the problem in IE where the margin-bottom of the last item was not being included in the "auto" height of its Container </li> <li>Fix issue where dragging a child to become the last child in a folder would insert it in the wrong position </li> <li>Fix an issue where the sortType was not being honored when local sorting in a grid </li> <li>Fix issue when calling setProxy on a model subclass </li> <li>Fix Ext.panel.Table hideHeaders configuration option </li> <li>Fix button layout in IE7 when minWidth is set </li> <li>Fix minButtonWidth in FormPanels </li> <li>Fix bug where StoreManager would not be able to create a Store from a store config object </li> <li>Fix layout/alignment issues in fieldset legends with IE </li> <li>Fix for IE6 repaint bug on right edge of framed panel </li> <li>Fix display of tooltip anchor arrow </li> <li>Fix scope for custom validator method </li> <li>Fix icon position of grid header when align:right </li> <li>Fix issue with dateRenderer when dealing with null values </li> <li>Fix issue with masking in IE6-9 Quirks and IE6 strict </li> <li>Fix problem with Panel's initial collapse state setting, and subsequent expansion by the Accordion layout </li> <li>Fix ComboBox setValue to handle empty values </li> <li>Fix issue with Line Series shadows which weren't refreshed when animations were not enabled on </li> </ul> </li> <li>Enhancements <ul> <li>Refactored the Tree code. Working features as of this point are Tree rendering, expanding & collapsing, drag and drop, loading a tree from memory, have multiple columns, keyboard navigation and selection model </li> <li>Added support for named arguments in Ext.Direct methods </li> <li>Every Record registers itself with the ModelManager </li> <li>Implemented Tree collapse and expand animations </li> <li>Implement loading nodes in a sorted TreeStore </li> <li>Added a lastframe event to the animation that only fires when the animation actually reaches its end </li> <li>Define getters for getting the computed height and width from an animations target to use as the from values </li> <li>Refactor Tree collapse and expand animations. This fixes quickly collapsing and expanding nodes </li> <li>Added a new transform option for Sorter </li> <li>Panel's getDockedItems now accepts a ComponentQuery selector string </li> <li>Add setSrc method to ImageComponent for changing the image src after initialization </li> <li>Added 'none' as a possible value for msgTarget, to prevent all error message rendering. Only fire errorchange event when the error message actually changes </li> <li>Add hideGroupedHeader support to Ext.grid.GroupingFeature </li> <li>FormPanel and FieldContainer both contained logic to handle the addition and removal of Labelable and Field instances within their items subtree; factored that common logic out into a FieldAncestor mixin for both to use. The new mixin also adds new events 'fieldvaliditychange' and 'fielderrorchange' that allow listening for changes at the parent container level </li> <li>Allow checkbox fields to display errors </li> <li>All the old config properties that controlled the dropdown list have been removed in favor of a single listConfig object, which gets passed along to the BoundList's config. This is much simpler and provides total control over all aspects of the list </li> <li>Implemented valueNotFoundText </li> <li>Enhanced BoundList layout to handle min/max for both width and height </li> <li>Implement ComboBox pageSize option </li> <li>elasticOut and bounceIn easing added for animations </li> <li>Added support for rootVisible. Also moved the creation of the NodeStore from TreeStore to the TreeView </li> <li>Added support for the 'root' configuration option on TreeStore. It supports the 3.3 way of specifying root and children. Automatically figures out whether to load children on expand from the server or memory. Also removed requirement to specify a proxy on a TreeStore. Removed requirement to specify store on TreePanel and support the 'root' config option on TreePanel automatically creating a TreeStore </li> <li>Modified TreeView so that it expands the root node if it's not visible </li> <li>Modified getSourceFiles to include support for writing XML documents </li> <li>Moved additional class for VML from javascript into the stylesheet </li> <li>Add in support for icon and iconCls on tree nodes </li> <li>Support loading flat json data while still loading children from the root property </li> </ul> </li> <li>API Changes <ul> <li>Refactored Tree to be able to decorate records with a Node API </li> <li>Reimplemented TreeStore and created new class called NodeStore </li> <li>Border layout is now responsible for performing a mini-collapse of a child Panel </li> <li>Panel now performs a collapse to leave its header (or a newly generated, injected header) visible. It does not perform a mini-collapse </li> <li>Renamed FlatTreeView to TreeView </li> <li>Correct getRefItems implementation in light of ComponentQuery selector being available in getDockedItems </li> <li>Add boxLabelEl as render selector for checkbox fields </li> <li>Ext.data.Model.id now assigns the new id to the record </li> </ul> </li> <li>Compatibility Changes <ul> <li>Added an alias for Ext.data.Field </li> <li>Added an alert when there are compat errors and no console </li> <li>Added compat code for GridView & JsonStore </li> <li>Modified paging example to switch getRowClass to PreviewPlugin </li> <li>Added internal Ext 3 > 4 class mapping utility </li> </ul> </li> <li>Documentation Refactors <ul> <li>Charting overview document </li> <li>Ext3 Legacy </li> <li>Ext.form.TextArea </li> <li>Ext.form.Checkbox </li> <li>Ext.form.Radio </li> <li>Ext.form.Field </li> <li>Ext.form.FieldContainer </li> <li>Ext.form.FieldSet </li> <li>Ext.form.Panel </li> <li>Ext.form.Labelable </li> <li>Ext.Base </li> <li>Ext.Button </li> <li>Ext.Component#draggable </li> <li>Ext.ComponentDragger </li> <li>Ext.Loader </li> <li>Ext.Array </li> <li>Ext.TabPanel </li> <li>Ext.TabPanel </li> <li>Ext.form.BaseField </li> <li>Ext.form.ComboBox </li> <li>Ext.form.Text </li> <li>Ext.form.Basic </li> <li>Ext.Toolbar </li> <li>Ext.data.SortTypes </li> <li>Ext.data.StoreManager </li> <li>Ext.state.Manager </li> <li>Ext.util.Animate </li> <li>Ext.form.Date </li> <li>Ext.form.Label </li> <li>Ext.form.Number </li> <li>Ext.Viewport </li> <li>Ext.Window </li> <li>Ext.ComponentQuery </li> <li>Ext.Panel </li> <li>Ext.form.FieldAncestor </li> <li>Ext.Container </li> <li>Ext.Component </li> <li>Ext.grid.ViewDDPlugin </li> </ul> </li> <li>Known Issues <ul> <li>Portal example not correct in IE6 </li> <li>Toolbar menu overflow not styled in IE6 </li> <li>Charts do not render properly in Safari 3.2 </li> <li>Menu links (anchor tags) need styling </li> <li>Minor clipping of panel header text in Opera and IE6/7 </li> </ul> </li> </ul> </div> <div class="release"> <h1> Release Notes for Ext JS 4 Preview Release 4 </h1> <p class="notes"> Release Date: March 15, 2011<br> Version Number: 4.0.0pr4 </p> <h2> New In This Release </h2> <ul> <li>New Examples <div style="margin-left: 2em"> <ul> <li>Miscellaneous <ul> <li> <a href="examples/charts/FormDashboard.html">Grid/Form/Chart Combo</a> </li> <li> <a href="examples/charts/TipsChart.html">Rich tooltips (Chart/Grid)</a> </li> <li> <a href="examples/key-feed-viewer/feed-viewer.html">Accessible Feed Viewer using keyboard navigation</a> </li> <li> <a href="examples/keynav/keynav.html">Key Nav</a> </li> </ul> </li> <li>Drag and Drop <ul> <li> <a href="examples/dd/dnd_grid_to_formpanel.html">Grid to form DnD</a> </li> <li> <a href="examples/dd/field-to-grid-dd.html">Field to grid cell DnD</a> </li> <li> <a href="examples/dd/dnd_grid_to_grid.html">Grid to Grid DnD</a> </li> <li> <a href="examples/dd/dragdropzones.html">DataView to grid DnD</a> </li> </ul> </li> <li>Forms <ul> <li> <a href="examples/form/contact-form.html">A common "contact us" popup form</a> </li> <li> <a href="examples/form/checkout.html">A shopping cart checkout form</a> </li> <li> <a href="examples/form/adv-vtypes.html">Advanced validations</a> </li> </ul> </li> <li>Toolbars <ul> <li> <a href="examples/menu/menus.html">Simple toolbar with menus</a> </li> <li> <a href="examples/toolbar/reorderable.html">Reorderable toolbar items</a> </li> </ul> </li> <li>Layouts <ul> <li> <a href="examples/layout/accordion.html">Accordion layout example</a> </li> <li> <a href="examples/layout/vbox.html">VBox layout manager examples</a> </li> </ul> </li> <li>Ext.Direct <ul> <li> <a href="examples/direct/direct.html">Simple generic Direct example</a> </li> <li> <a href="examples/direct/direct-form.html">Form submission using Direct</a> </li> </ul> </li> </ul> </div> </li> <li>Bug Fixes <ul> <li>Fix error in slideIn/slideOut when optional duration is not specified </li> <li>Fix and issue that can happen if only a single axis point is used in a bar chart </li> <li>Ensure lastFocused is reset when refreshing the selection model </li> <li>Fix EventManager issues with mouseenter/mouseleave events </li> <li>Fix {memberExpression} selector parsing </li> <li>Fix up alias for ArrayStore </li> <li>Fix currency function to accept and convert a numeric String input value </li> <li>Fix an issue where legend items don't remember their state between reload </li> <li>Fix up allowEl option for within, it should be used as a fallback if the element isn't contained within the parent </li> <li>Fix a highlighting issues with Pie </li> <li>Correct use of "float" keyword as object property name </li> <li>Fix buttons with noLinearGradients </li> <li>Change how field layout handles horizontal sizing when no set width is specified It now uses the shrink-wrapped natural size of its body content plus label, rather than the width of the outermost element. This fixes layout issues when fields are used as hbox items, since the outer element has zero width during initial layout. It also prevents fields from expanding to the full width of their container by default, which is more consistent with the Ext3 behavior </li> <li>Fix Box layout for when margins are specified in object for, but without all 4 properties. Default to zero </li> <li>Remove extraneous quote in GroupingFeature template </li> <li>Fix an issue when using autoHide and delegate with ToolTip </li> <li>Fix Combo hiding when using the scroller in FireFox </li> <li>Fix specificity of .x-form-invalid-field selector for textareas so the proper styling is shown </li> <li>Fixed width of slider tips, and tips in general, in IE quirks mode. Switches tips to use the table framing so they don't expand to full viewport width. Removes the bad width-setting logic from Ext.slider.Tip so it is properly handled by the layout class </li> <li>Fix box layout to correctly calculate middle alignment </li> <li>Correctly autosize the innerCt according to max component size (now takes innerCt's borders into account) </li> <li>Fix an issue when using a defaultValue with Boolean fields </li> <li>Fix an issue when saving/loading a model and the request fails </li> <li>Fix for improper font measurement in VML. Vertical header text should display more reliably. Still some work to do on adjusting for the font baseline. </li> <li>Ensure button does not show mouseover when disabled </li> <li>Fix call to cloneNode so it happens on the raw HTMLELement </li> <li>Fix up a typo in the RemotingProvider </li> <li>Fix an issue with form submissions with uploads </li> <li>Fix typo that caused file uploads to fail </li> <li>An autosized Panel which has been collapsed should now expand back properly </li> <li>Fix an issue where the store would not reload when filters are cleared while using remoteFilter </li> <li>Fix an issue where Model.setProxy would not accept a Proxy instance </li> <li>Fix a problem in the ZIndexManager where if a modal Window showed another floating Component (such as the BoundList of a Picker Field), the modal mask is hidden during the period that the Window is not at the topmost position in the z-index stack. Now the modal mask is only hidden when there are no Modal floating Components (usually modal Windows) displayed </li> <li>Fixed some IE 6/7/8 styles in Menu. IE6 had a "slit" in the item separator that is no longer there. Browsers without linear gradient support now use a nice looking background image for active items </li> <li>Fix for Menu in Opera 10, which does not report an element's width if it is not a part of a render box. We have to temporarily add it to the body to perform a measurement </li> <li>Change ReloadChart example to bind to the correct (left) axis </li> <li>Fix issue where the bounding box cache in VML was not getting cleared when it's path changes </li> <li>Fix toolbar button spacing in IE7 strict mode </li> <li>Fix an issue with split buttons where the arrow wasn't completely clickable </li> <li>Fix some issues with state track in Model </li> <li>Fix Box Layout calculation effecting margins </li> <li>Fix endDrag call to afterBoxReflow </li> <li>Fix an issue rendering bar chart categories in the wrong order </li> <li>Fix an issue when trying to position a floating component at 0,0 </li> <li>Fix a chart display issue when using a single series in a vertical legend </li> <li>Fix an issue where the chart legend would move on redraw when using position: float </li> <li>Ensure hidden fields don't have any effect on form display </li> <li>Fix vertical alignment of paging toolbar number field </li> <li>Fix a problem where Windows do no display an icon when configured with a valid iconCls </li> <li>Fix bug in ComponentQuery, when using {expression} matching. Only the first {expression} used would ever be matched resulting in incorrect results. </li> <li>Fix styling of fieldset legends </li> <li>Fix height of text/trigger fields in IE quirks mode </li> <li>Fix spinner button sprite states when field is focused </li> <li>Fix an issue where viewports in IE6/7 would show a scrollbar by default </li> <li>Fix dependencies for Border Layout and Splitter classes </li> <li>Fix an issue when using non-string values in combo </li> <li>Fix an issue when using a belongsTo association and loading the parent object </li> <li>Fix an issue where RestProxy requests were being batched </li> <li>Fix sizes of Buttons in ButtonGroup </li> <li>Fix an issue when using an itemId in a border layout region </li> <li>Fix an issue where space was being reserved in IE7 for side error icon when there is no error </li> <li>Fix typo in throw error message in initframe </li> </ul> </li> </ul> <ul> <li>Enhancements <ul> <li>Introduced a TreePanel capable of supporting multiple headers. Abstracted shared logic between the Tree and Grid into a TablePanel class. </li> <li>Tab overflow implemented </li> <li>Menu overflow implemented </li> <li>Drag and Drop for Dataviews implemented </li> <li>Implemented Tree and Grid drag and drop </li> <li>FocusManager implemented (Jarred ELABORATE) </li> <li>HTMLEditor implemented </li> <li>Ext Direct implemented, with a new DirectProxy </li> <li>Add support to ComponentQuery to accept member expression selectors in pseudo-class selectors </li> <li>Support member expression selectors for ComponentQuery in the same way as attribute selectors, by allowing them to occur anywhere within a single selector chain to further filter the working group of items </li> <li>Added inheritable statics for Classes </li> <li>Refactor cleanup for Scatter Series </li> <li>Ensure doLayout doesn't run a layout that is already in progress </li> <li>Implement pruneRemoved for Ext.selection.Model </li> <li>Ensure selection model is refreshed when DataView is refreshed or records are added </li> <li>Create a reference to the Ext sandbox instance in generated functions </li> <li>Increment snap ends `to` argument properly </li> <li>Add feed viewer icon </li> <li>Box layout. Correct allocation of spare space to non-flexed items after a shortfall has caused a reduction to minSize </li> <li>Button layout: Now sets the outer element width if a numeric width passed </li> <li>Added "focusable: false" to menu & toolbar separators so they are not candidates for gaining focus </li> <li>Updated Ext.menu.* to play nicely with Ext.FocusManager when enabled </li> <li>Menu: Constrain to within browser viewport and use box layout scroll overflow handler </li> <li>Implement disabled style for horizontal scroller </li> <li>Implement Ext.selection.TreeModel handling for left/right in the flattreeview. Turn it on in the TreePanel </li> <li>Enforce that user clicks expander to toggle a record </li> <li>Ensure that collapsed region placeholders are z-indexed above slide-ins </li> <li>Border layout now honors the floatable: false config </li> <li>Menus no longer access elements that are not rendered </li> <li>MenuManager now uses Ext.Array.remove instead of calling remove on the Array instance </li> <li>Ensure a region isn't floated if floatable: false is specified. </li> <li>DataView now ensures the selections get refreshed when the view does </li> <li>Implemented button as a link when an href/url is configured </li> <li>Implementes initial collapse state to collapse when the outermost Container (usually a Viewport) has been layed out, or, if no Container, on first component layout </li> <li>Removed legacy images file </li> <li>The framing method for non-CSS3 browsers which uses a table is necessary for proper width of floated components in IE quirks mode. Some floated components, such as Tip, have Dock layout which requires being able to insert docked items directly into the outermost element; this was failing when the outermost element was the table element. Changed to have a div as the outermost element with the table as an immediate child </li> <li>Prevent validation when initializing the field value, rather than validating but then clearing errors </li> <li>Apply correct CSS classes to Panel headers within collapsed Panels so that bordering can be kept consistent </li> <li>Add rule for column layout child items. They must float:left </li> <li>Implement 3.x style Column layout where child items float across the Container (Note this API is not finalized and may change) </li> <li>Labels for vertical axis are now hidden when they're too close to each other (or overlapping) </li> <li>Implemented weighting on docked items by returning a sorted array based on a weight property in AbstractPanel's getDockedItems method. Default weight is 0 </li> <li>Addition code to ensure the data proxy gets its params correctly </li> <li>A parent menu's hide timer (on mouse leave) will be cancelled when hovering over a submenu </li> <li>Add x-quirks to when we're in quirks mode (!Ext.isStrict), useful for CSS that must know whether or not in quirks mode, as x-border-box is applied on all browsers that aren't IE6/7 in both quirks and strict modes </li> <li>Implemented hideHeaders and provide backwards compat layer for preventHeaders </li> <li>Implement fill:false in Accordion layout which means that expanded child Panels are not fitted within the accordion Container, but assume their natural height. Implement multi:true which allows multiple items to be opened at once when using fill:true. The opened Panels share available space by using the Box layout flex config </li> <li>Implement a Component click event in Header. This is for use by Panel's titleCollapse configuration </li> <li>Accordion layout now propagates its Panel-specific configurations to child Panels </li> <li>Implement titleCollapse for Panel </li> <li>Added writeAllFields method to the data writers </li> <li>Add beforeselect event to DataViewModel </li> <li>Restored original fonts and font-weights in the default theme to be the same as of 3.3 </li> <li>Class.override now adds an owner reference to methods that didn't exist in the superclass yet </li> <li>Users can now override the sortParam used when sorting a particular Header </li> <li>Ensure we use the browser normalized array methods for DataView </li> <li>Add a findLayoutController method which goes up the ownerCt chain to find the highest currently active layout so that afterlayout events may be tracked to fire when a final size has been arrived at </li> <li>Card layout now calls afterLayout on the card Container after card activation </li> <li>Refactor getWidth, getHeight, and getViewSize to account for IE quirks mode measurement issues when a container is overflowed </li> <li>TabBar now scrolls the active tab into view upon set of active tab </li> <li>Added new isIEQuirks flag </li> <li>Tweak bar/column chart starting points so they don't overlap the axis </li> <li>Ensure box layout takes border space of the innerCt into account when centering </li> <li>Tooltips no longer get focus when they call toFront() </li> <li>Users may now provide their own CSS rules for enabling overflow on other box layout Containers. Currently we support Menu, Toolbar and TabBar overflowing. </li> <li>Window will now force the header creation if draggable is set to true </li> <li>Added a new Body Component layout for Components which maintain an inner body element which must synchronize its size with the encapsulating element </li> <li>FieldSet now uses a Component layout to synchronize the size of its body element with the size available within its main, encapsulating element </li> <li>Due to the use of the descendant selector for setting float/etc on field labels, fields nested within a FieldContainer would always get the styles corresponding to the container's labelAlign, even if their own labelAlign was different. Changed it so the label alignment className is now given directly to the label element rather than the parent, so the CSS no longer has to use descendant selectors </li> <li>The Trigger component layout was setting the height of the input field based on the incoming requested height; single-line input fields should always get their height from the CSS and ignore the layout's height </li> <li>Made AbstractDataView less strict in the type of parameter it accepts as a target for getRecord. It may now be an HtmlElement or an Ext.Element </li> <li>Added a frameHeader config which turns on/off framing on the Panel Header </li> <li>Added a ComponentLayout for Editor </li> <li>Ensure formBind is updated when the form is first created & when items are added/removed </li> <li>Added the ability to assign a custom reader for reading associations </li> </ul> </li> <li>API Changes <ul> <li>Added destroy method to Model </li> <li>Move getItemForPoint up to Series and implement isItemInPoint in each series </li> <li>Added static methods for DataView </li> <li>Containers calls to doLayout will call ComponentLayout instead of ContainerLayout when they don't have dimensions (autosized) </li> <li>Change ComponentQuery's member expression filter function to use an "items" argument rather then accessing arguments.callee.caller.arguments, to be ES5/strict compliant and more straightforward </li> <li>Remove the use of arguments.callee from EventManager.createListenerWrap, and instead give a named reference to the return function. ES5/strict compliant, and works in all browsers </li> <li>Ensure DataView uses getItemSelector() when firing events </li> <li>Changed $prefix in scss to include `x-` not just `x` </li> <li>Remove box scroller subclasses. There's only one now which handles perpendicular/parallel </li> <li>Box layouts: new properties for use by box layout overflow handlers </li> <li>All box layout overflow scrolling is handled by a single class: Scroller </li> <li>TabBar now removes header text item and tool spacer. Use scroller overflow handler </li> <li>Added a new preventDefault option to button </li> <li>Remove HorizontalMenu class. There is only one Menu overflow handler </li> <li>Move scroll-specific methods out of overflow handler base class into the Scroll handler </li> <li>Added extra menu-active cls with btn.ui into menuShow </li> <li>Added menu-active cls to css </li> <li>Add slider layout class as dependency </li> <li>Not all floating components should be automatically focused when they are brought to the front; this adds a focusOnToFront config to control that behavior on a class or instance basis. Defaults to true, but is overridden to false in Tip and in the BoundList instances created by ComboBox and Time fields, to prevent losing field focus </li> <li>Ext.grid.View renamed to Ext.view.Table </li> <li>Throw an error message when trying to bind to an event handler that doesn't exist </li> <li>Add a border to collapsed panel headers depending on their docked position </li> <li>Renamed the legacySortMode config to simpleSortMode </li> <li>Added new API config for Server proxy and subclasses </li> <li>Removed Class.extend method (not to be confused with Ext.extend) </li> <li>Removed unused getHead method from Ext.data </li> <li>Ext.Date.parseDate changed to Ext.Date.parse. Add deprecaton for the older parseDate API. </li> <li>Unified Element and Element.static addUnits method which checks for a valid number or unitized String and throws a wraning message if a NaN is passed </li> <li>Changed "operation-complete" event in Batch to "operationcomplete" </li> </ul> </li> <li>Compatibility Changes <ul> <li>Added Ext.lib.Ajax compat </li> <li>Added Ext.reg / ComponentManager.regiserType aliases </li> <li>Fixed editor example's Panel.header reference </li> <li>Include css for message box example </li> <li>Alias Ext.lib.Dom.* to Element </li> <li>Fixed registerType/reg aliases, added registerPlugin/preg </li> <li>Moved legacy-only fx methods to compat file </li> <li>Moved Component overrides from core-compat to compat </li> <li>Added console msg about setting showErrors flag </li> <li>Compat fix for loading stores with an inline data object </li> <li>Moved xtype aliases from core-compat to compat </li> <li>Added additional non-Core JS object prototype aliases </li> <li>Ext.Date compat overrides </li> <li>Additional msg for instance methods becoming statics </li> <li>Added Ext.extend to the compat file, fixed a null error if members arg is not passed </li> <li>Added Store.setDefaultSort compat override </li> <li>Added GridPanel and Model compat overrides </li> <li>Added applyTo message to Ext.Component </li> <li>Added Ext.Compat.breaking() to show breaking changes </li> <li>Added appropriate messaging for most of the compat configs </li> <li>Moved compat items from combobox into the compat file </li> <li>Renamed Ext.Base.extend -> Ext.Base.addStatics, deprecated Ext.Base.implement for Ext.Base.extend. In short, from now on, use MyClass.addStatics for statics members, MyClass.extend for prototype members </li> <li>Fixed tpl alias to implement the getInnerTpl method correctly </li> <li>Added isDef checks where needed to log messages only for defined configs </li> <li>Add compatibility for overriding Ext.form.Field.prototype.msgTarget </li> <li>Add compatibility handler for old implicit column containers in the CheckboxGroup/RadioGroup items </li> <li>AbstractStore and Store overrides for reconfiguring reader/proxy config if needed </li> <li>Aliased store.url support </li> <li>Reader support for optional recordType 2nd arg to constructor </li> <li>XmlReader constructor override to alias configs </li> </ul> </li> <li>Known Issues <ul> <li>Portal example not correct in IE6 </li> <li>Toolbar menu overflow not styled in IE6 </li> <li>Charts do not render properly in Safari 3.2 </li> <li>Minor styling issues with forms/tabs/buttons (primarily in IE6/7) </li> <li>Menu links still need styling </li> <li>Minor clipping of panel header text in Opera and IE6/7 </li> </ul> </li> </ul> </div> <div class="release"> <h1> Release Notes for Ext JS 4 PR3 </h1> <p class="notes"> Release Date: March 3, 2011<br> Version Number: 4.0.0pr3 </p> <h2> New In This Release </h2> <ul> <li>Bug Fixes <ul> <li>Across the board documentation updates and fixes </li> <li>Fix and implement CycleButton </li> <li>Detect that getAttributeNS is only available in IE9 when it is in IE9 standards mode </li> <li>Fix type in formatContainsHourInfo </li> <li>Fix shrinking problem on the y axis with line charts </li> <li>Fixed sandboxing for EventManager createListenerWrap, reported from </li> <li>Replaced all "new Function(...)" with Ext.functionFactory(...), which solves the sandboxing issues </li> <li>Fix reload of legends and hiding of pie slices shadows when changing the number of pie slices </li> <li>Fix bug in stateful where changes were not being tracked </li> <li>Fixed up slideIn and slideOut animation </li> <li>The code to get viewport width had been changed incorrectly while looking at another layout issue. It's been reverted to how it was before </li> <li>Various fixes for synchronous dynamic loading </li> <li>For data validations, fix inclusion and exclusion method by replacing array indexOf method that is not supported in IE by Ext.Array.indexOf </li> <li>Fix that allow to run Dispatcher spec without context, more precisely without Ext.History object </li> <li>IE fix for Ext.data.store, use Ext.Array.indexOf instead of indexOf native Array method which is not supported by IE </li> <li>IE fix for Ext.Number.toFixed </li> <li>Fix mouseenter and mouseleave events for SVG </li> <li>Specialized IE removeNode now specific to IE6 and IE7 </li> <li>Fixed the zero gap issue for barchart as well as a anti-aliasing in the legend </li> <li>Fix framing for components with no bottom or top corners </li> <li>Improved Ext.extend backwards compatibility </li> <li>Fix XHR bug with timeout requests </li> <li>Fix a bug that only allows string values to be used with the {.} operator </li> <li>Fixed a bug with onAvailable in AbstractManager </li> <li>Fixed a bug in HashMap detecting an existing key when adding a new item </li> <li>Ext.Array.merge now properly acts like a true union set operation </li> <li>Fix padding on toolbar-text </li> <li>Fix css issues with tabs </li> <li>Fix css issues with grid </li> <li>Fix accordion header styling to match 3.x </li> <li>Fix portal example to use recently implemented accordion layout </li> <li>Set the collapsed flag before re-layouting the fieldset, so it can be used in isVisible calculations </li> <li>Fix date picker when using dynamic loading </li> <li>Fix welcome html files </li> <li>Fix border styling for DatePicker </li> <li>Fix class definition to set prototype properties when the Ext.Date class has been loaded in DatePicker </li> <li>Fix tag error in the RotateText example </li> <li>Fix styling of MenuItems' icons, checked/unchecked style rules target the *icon*, not the element </li> <li>Fix defaultFocus config when a number </li> <li>Fix incorrect expand icon in header of collapsed Panel in Accordion layout </li> <li>Fix bug in Time field's parsing </li> <li>Fix ComponentQuery member expression feature (e.g. '{isHidden()}' ) so it works as expected </li> <li>Fix framed panels header when collapsed </li> <li>Fix bottom tabsplit height with IE browsers </li> <li>Fix button padding when the icon is to the right </li> <li>Fix the width of grid sort indicators so they don't wrap as easily </li> <li>Fix arrow bottom buttons </li> <li>Fix form and triggerfield styling </li> <li>Fix styling issues with form/checkboxgroup </li> <li>Fix a bug with button, now using neutral color and not base </li> <li>Fix differently scaled buttons in a toolbar </li> <li>Fix cross browser issues with paging toolbar </li> <li>Fix for IE Ext.Array.toArray </li> <li>Fix Component.animate to ensure the component is returned and optimize when not animating height or width </li> <li>Fix styling for bottom tabs </li> <li>Fix tips so they no longer focus themselves when shown. In IE, it was taking focus from form fields </li> <li>Fix stroke widths in VML </li> </ul> </li> <li>Enhancements <ul> <li>A plethora of updates to the backward compatibility legacy files and guide </li> <li>Implemented combineErrors and combineLabels features in FieldContainer </li> <li>Added server-side usage support for Ext4: hammerJS and nodeJS tested </li> <li>Selection Model will now maintain last focused element in the View </li> <li>Add the ability to be able to load a single record with data reader </li> <li>Change shortcut easing functions to match CSS ones and added easeInOut. Benchmarked to be 300% faster at a minimum </li> <li>Add setItemSize method for Containers as a central method for all child item sizing </li> <li>Implement framing using background-position instead of background-image. This resolves the issue with the browser making a request to a 404 page for each framed component that doesn't have any generated framing css </li> <li>Preliminary support for onClick added for charts </li> <li>Implement Chart Mask mixin. Allows for selection of an area of a chart. This will be mixed into Axes as well for the next release. </li> <li>Add a new parseStyles method to transform a css string to an object with a bunch of properties. Use this new method in applyStyles in DomHelper and also in AbstractComponent </li> <li>Add new function to check if the format contains date/day info (ie. not time) - used in TimeField </li> <li>Add withinBox method to Draw </li> <li>Ext.Array.intersect method added </li> <li>Ext.Array.difference method added </li> <li>Ext.Array.union shortcut method for merge </li> <li>Begin clip-rect support in SVG and VML (incomplete) </li> <li>Change HashMap to no longer throw error when adding an existing key. Warn instead </li> <li>Added a cls into the rowexpander header cell and row cell for the first cell </li> <li>Added x-hidden cls for backward compatibility </li> <li>Update css for grids so it now uses css3 throughout </li> <li>Added images for special cells in grid </li> <li>All tabs have a font-weight of bold </li> <li>Move caching logic out of Anchor layout's anchorSpec functions to the base layout engine </li> <li>Add floor argument for example-data generator </li> <li>Removed deprecated layouts </li> <li>Accordion layout only animates during expand/collapse of child Panels </li> <li>Button layout caches measured styles for efficiency </li> <li>Feed Viewer uses CycleButton to cycle through the preview pane options </li> <li>Bringing a floating Component (such as a Window) to the front of its ZIndex stack now focuses it on a 10ms delay. Focusing several Windows in succession results in only the last Window actually receiving focus </li> <li>Refactor Border layout to use new Element effects methods to slide regions in and out </li> <li>TabBar now overrides the layout align option set by the Header superclass </li> <li>Changed tabs to use the base-color and not hard coded colors </li> <li>Changed button to no longer use hardcoded variables </li> <li>Make TabPanel dock the TabBar according to the tabPosition config </li> <li>SVG text is now unselectable </li> <li>A new 'errorchange' event has been added to Ext.form.Labelable, fired whenever set/unsetActiveError is called. This is similar to the 'validitychange' event on Ext.form.Field but is fired by Labelable components which are not Fields, such as FieldContainer. It also fires when the validity is staying invalid but the message changes, which is more useful in some cases </li> <li>BaseField now adds a .x-form-field-invalid class to the inputEl, and this is used in the CSS rather than using the outer .x-form-invalid and a descendant selector; this allows proper styling of child fields of a FieldContainer when the container has an error message displayed </li> <li>ComboBox clearValue method added back in </li> <li>Toolbar now uses the base-color </li> <li>Add extra checks to figure out whether we need to do DST parsing or not for Date function </li> <li>Add triggerNCls-over and triggerNCls-click classes to individual trigger buttons, so each one can be given interaction styling independently rather than requiring compound class selectors. Fixes spinner button states in IE </li> <li>FeedViewer example: Button icon CSS rules should only override the background image. Otherwise Ext-specific styling rules will not apply </li> <li>Group class attached to the icon element for style targeting in CheckItem </li> <li>ComponentQuery can now accept back-to-back pseudo-class selectors, like :not():not():custom </li> <li>Move back to setInterval instead of setTimer as a base for animation timing. </li> <li>Allow for binding of multiple axes to a series via an array </li> </ul> </li> <li>API Changes <ul> <li>AbstractLayout removed, Layout remains the base class now all AbstractLayout dependencies to Layout </li> <li>AbstractDataView has new getter method getItemSelector </li> <li>afteranimate event now fired as the last operation of the Anim.end method (instead of the beginning of the end) </li> <li>layoutItem moved to ContainerLayout from Layout </li> <li>Move resizeHandles config out of Window to Component </li> <li>Box will no longer use CSS margins. It reads CSS margins and adds them to the configured margins, and clears CSS margins. This allows for more accurate positioning </li> <li>Ext.form.CompositeField has been deprecated, as FieldContainer is now at feature parity. Alias has been added to compat file </li> <li>Ext.form.Field#checkValidityChange has been removed, its logic has been moved into the validate method so it gets run when validate is called directly </li> <li>Chart zoom functionality being changed to zoom the appropriate portions of the chart instead of everything </li> </ul> </li> </ul> </div> <div class="release"> <h1> Release Notes for Ext JS 4 PR2 </h1> <p class="notes"> Release Date: February 23, 2011<br> Version Number: 4.0.0pr2 </p> <h2> New In This Release </h2> <ul> <li>Bug Fixes <ul> <li>Across the board documentation updates and fixes </li> <li>Fixed a bug that caused an error when hovering over a SplitButton </li> <li>Fixed a bug with setting Proxies on Models </li> <li>Slider movement no longer lags behind the mouse </li> <li>Search now works on the generated documentation </li> <li>Fixed issues regarding date formatting </li> <li>Fixed chart destroy code </li> <li>Fixed an issue when entering a value into the PagingToolbar field </li> <li>Fixed positioning of the editor in the editor sample </li> <li>Change the order and ActiveX Objects that we use. This fixes XML Parsing via DomQuery in IE </li> <li>The last frame of an animation will account for any rounding issues </li> <li>Fix various Slider Tip issues </li> <li>Fix various Slider Field issues </li> <li>Border layout now calls setCalculatedSize when sliding in a hidden Component so that the Component's size does not get fixed and the "other" dimension that is not being set is not to auto by the ComponentLayout </li> <li>Fix preserving ratio to ensure that the largest minSize is honored. </li> <li>Fixed dependency issue with DatePicker </li> <li>Fix removing of current active tab </li> <li>Fix Ext.tab.Bar css sizing issue when the TabPanel has no items </li> <li>Ensure that there is at least one active tab if the tabpanel has items </li> <li>Fix issue with maintaining the constrain parameters in stretch and stretchmax </li> <li>Fix Firefox Ext.tab.Bar css sizing issue </li> <li>Remove tab focus outline on tabpanel tabs </li> <li>Fix icon rendering issue of TabPanel items </li> <li>Corrected styling of toolbar spacers </li> <li>Correct vertical alignment of text on most browsers </li> <li>Fix bug when entering a number into the PagingToolbar </li> <li>Fix MessageBoxWindow's initial laying out problem on FF </li> <li>Ensure RowSelectionModel fires select/deselect events. </li> <li>Fix issue where the parentMenu isn't set correctly if you pass an xtype </li> <li>Fix styling in resizer example </li> <li>Fix up the expand/collapse tool on FieldSet, it wasn't being toggled. </li> <li>Fix initially collapsed Panels in a border layout </li> <li>Border correctly hides hidden floated Panel after it's moved out of view </li> <li>Sandbox chart example now scopes all it's css, no more broken menus </li> <li>Set the background position correctly for progress bar background image </li> <li>Fix text alignment issue in progressbar. </li> <li>Fix element size issue for ie6 and ie7 in strict mode </li> <li>Resolved fighting of drag and drop resizing vs reordering </li> <li>Fixed an issue when submitting combo values </li> <li>Remove default minimum width on BoundList </li> <li>fix IE 7 icon separator zindex issue for Menu </li> <li>Fix problem where grids would incorrectly calculate the width of columns when they were not currently visible due to a layout. Like when they were in a TabPanel </li> </ul> </li> <li>Enhancements <ul> <li>All animations now support <a href="http://webstuff.nfshost.com/anim-timing/Overview.html">WC3 Timing control for script-based animations.</a> When available, else fall back to standard javascript timers. </li> <li>Implement optional scoping for border box CSS rules </li> <li>Implement optional scoping for reset CSS </li> <li>Tabs are now closable </li> <li>Basic form's getValues now handle fields whose getSubmitValue method returns an array of multiple values </li> <li>Several animation examples updated </li> <li>Fixed links on the welcome page </li> <li>Several updates to class documentation </li> <li>Menus now have full keyboard navigation support </li> <li>Menus now extend Panel to support docked items </li> <li>Menu SCSS improved by moving hardcoded theme variables to the variables SCSS file </li> <li>Ext.util.KeyNav can accept space key input </li> <li>HashMap.add may now take a single argument similar to MixedCollection.add </li> <li>Fx queue methods are now handled in the Fx.Queue mixin. </li> <li>fxStack removed from Element.cache, this is now maintained within Fx.Manager. </li> <li>Animate methods (animate, stopAnimation, syncFx, sequenceFx, and getActiveAnimation) now applied via a mixin to Element/CompositeElement/Component/Sprite/SpriteGroup </li> <li>Chart Series.js changed to use animate API. Rest of charts to follow </li> <li>Element translatePoints method refactored to handle undefined passed sizes gracefully </li> <li>EventManager preventDefault fix for IE <a href="http://support.microsoft.com/kb/934364/en-us">Link</a> </li> <li>Fix observable so it normalizes the event name in hasListener </li> <li>Ensure component cls and style properties are maintained on framed components </li> <li>Animator (keyframes) now fully support the iterations property </li> <li>Animator now properly supports stopping if beforeanimate returns false </li> <li>Normalize API differences between Element's addCls and removeCls. Both now allow space separated strings </li> <li>Implement endDrag method in DragTracker </li> <li>Handle mouse entering and leaving the arrow area of the Button </li> <li>Button now has a overMenuTrigger flag </li> <li>Split Button now uses the menuTriggerOver flag </li> <li>BorderLayout destroys its embedded Container upon destroy </li> <li>Allow setPagePosition to be passed one or other coordinates as undefined </li> <li>Border layout now implements parameter indices for setting size arguments in VBox and HBox </li> <li>Changing an error message will now be accounted for when errors are re-displayed </li> <li>Improved Grid CSS3 usage when available </li> <li>Component.setPosition method now uses component.animate </li> <li>Cleanup setPagePosition logic and account for NaN issues </li> <li>Rename string vars in Box to be more descriptive </li> <li>Add Toggle buttons to the chart examples </li> <li>Percentage width/height now supported in Border layout </li> <li>ZIndexManager now tracks browser resizes when the modal mask visible </li> <li>Border layout uses Component's animate method </li> <li>Border layout now correctly syncs size of hidden Components before sliding them into view </li> <li>Increase minWidth/minHeight of Resizer to 20 </li> <li>Remove charts.swf as it is not needed anymore for the new Charts </li> <li>Added ResizeTracker: A multi-corner, constraining, aspect ratio preserving resize algorithm </li> <li>DragTracker will now process mouseout events correctly: Defer until mouseup if they happen during a drag </li> <li>Ensure RowSelectionModel select/deselect events are fired </li> <li>Fix bug where the parent menu wasn't getting assigned properly when specifying an xtype </li> <li>Adjust grid scrolling speed to be more consistent with the browser scroll speed </li> <li>Fix an issue with using initially collapsed regions in a border layout </li> <li>The Ext.JSON.encode method will now gracefully handle object types that it does not recognize by returning undefined as the value of unknown properties </li> <li>Sprite methods will all return the sprite upon completion </li> <li>Added backwards compatible Ext.extend that delegates to Ext.Class </li> <li>Keyframed animation's (Animator.js) start method is now controlled by fx.Manager </li> <li>Keyframed animations can now be properly queued and integrated with the Animate mixin </li> <li>Adjust the scroll delay algorithm to make the scrollbar more like the normal browser scrollbar </li> <li>Menu now extends Panel to support docking </li> <li>Grid now supports expand to fit </li> <li>Eliminate need for grid reorderer and resizer to be order dependent </li> <li>Added a submitFormat option for Date Field </li> <li>Cleaned up some undefined variables </li> <li>Charts now check for empty stores properly </li> <li>Element.addCls now more intelligent about adding a preceding space </li> <li>CheckboxGroup and RadioGroup implemented </li> <li>Add 'widget.grid' as a second alias </li> <li>Added private CheckboxManager class for managing checkboxes grouped by name, just like RadioManager </li> <li>BoxLayout now uses component.animate instead of Anim directly </li> <li>Add dirtyCls (defined in BaseField) to a field's outer element when it has a dirty value. CSS to display a marker not yet implemented </li> </ul> </li> </ul> <h2> API Changes </h2> <ul> <li>All top level CSS classes are now prefixed with 'x-' by default instead of 'ext-' and can now be scoped. This is now consistent with all other Ext CSS classes. </li> <li>HashMap.add may now take a single argument similar to MixedCollection.add </li> <li>Animate methods (animate, stopAnimation, syncFx, sequenceFx, and getActiveAnimation) now applied via a mixin to Element/CompositeElement/Component/Sprite/SpriteGroup </li> <li>Keyframed animations (Animator.js) now fully support the iterations property </li> <li>Normalized API differences between Element's addCls and removeCls. Both now allow space separated strings </li> <li>Implement endDrag method in DragTracker </li> <li>Button now has a overMenuTrigger flag </li> <li>Rename pressClass to pressedCls and add check before cls removal in ClickRepeater </li> <li>Remove unecessary onDisable/onEnable override in menu.Item and Button </li> <li>Rename disabledClass to disableCls in Component </li> <li>Removed the positionAnimation property since it is no longer necessary with the Component.animate API </li> <li>Removed reverse parameter from keyframed animations </li> <li>The pause and running flags now maintained within keyframed animations (Animator.js) </li> <li>Update the RowSelectionModel constructor so we can add more useful contextual information to the event </li> <li>Menu now extends Panel to support docking </li> <li>Add isOnLeftEdge and isOnRightEdge for Grid Header events </li> <li>Grid HeaderContainer dragging property now defaults to false </li> <li>Animate's getActiveAnimation will now return the current fx.Anim object if there is one or return false if none are active </li> <li>Renamed tab reorderer plugin to TabReorderer </li> <li>Renamed MenuManager to MenuManager </li> <li>Remove Ext.isForcedBorderBox property </li> <li>Remove the experimental enableForcedBoxModel property </li> <li>Ext.isBorderBox logic now reflects the use of css box model </li> <li>CheckboxGroup/RadioGroup setValue method has been simplified; it now only accepts a single format of an object of name-value mappings. The old additional formats will be added to the legacy compatibility layer as an override </li> <li>CheckboxGroup/RadioGroup getValue method has been changed to return an object of similar format to what is accepted by setValue for internal consistency. The old behavior has been moved to a new getChecked() method </li> <li>The methods setRawValue, getRawValue, valueToRaw, and rawToValue have been moved out of Field and into BaseField; this is to make the main Field interface simpler and more easily implemented on components which do not have the concept of an underlying "raw value" like CheckboxGroup </li> <li>Field now has a isEqual method which compares values returned from getValue() for logical equality, and is used anywhere a comparison is necessary such as checkChange() and isDirty(). The base implementation is a simple string comparison, but can be overridden by fields with more complex values </li> <li>Field now has a resetOriginalValue method which is called by the form when trackResetOnLoad=true instead of setting originalValue directly, this allows the behavior to be overridden by field subclasses </li> <li>Field's getSubmitValue method has been changed to a more powerful getSubmitData method, which returns a mapping object of name-value pairs; this allows single fields to return multiple values under different names rather than being limited to a single name per field. The getSubmitValue method has been retained as a helper but moved down to BaseField </li> <li>Introduced a batchChanges method on field as a utility for preventing excessive firing of change events in fields such as CheckboxGroup that have many sub-fields who may be updated as a batch </li> <li>Basic's isValid method has been changed back to its old behavior where it iterates through all fields in the form and triggers error markings. A new hasInvalidField method has been added to retain the more efficient short-circuited validity checking and preventing error markings </li> </ul> <h2> Known Issues </h2> <ul> <li>Tab heights not consistent across all browsers </li> </ul> </div> <div class="release"> <h1> Release Notes for Ext JS 4 PR1 </h1> <p class="notes"> Release Date: February 16, 2011<br> Version Number: 4.0.0pr1 </p> <h2> New In This Release </h2> <p> This is the first public release of Ext JS 4 (preview). We've prepared a full <a href="overview/index.html">release overview guide</a> to explore all of the changes made so far. </p> </div> </div> </body> </html>