Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / release-notes.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4     <title>
5         Ext JS Release Notes
6     </title>
7     <link rel="stylesheet" type="text/css" href="welcome/release-notes.css" media="all">
8 </head>
9 <body>
10 <p>
11     <a href="http://www.sencha.com/" id="logo" name="logo">Ext JS - JavaScript Framework</a>
12 </p>
13
14 <div id="releases">
15 <div class="release">
16 <h1>
17     Release Notes for Ext JS 4.0.7
18 </h1>
19
20 <p class="notes">
21     Release Date: October 19, 2011<br>
22     Version Number: 4.0.7
23 </p>
24
25 <h2>
26     Bugs Fixed
27 </h2>
28
29 <ul>
30 <li>Grid
31     <ul>
32         <li>[EXTJSIV-2023] - Failed test: Verify the data in the grid columns when user resize the columns and
33             click on next navigation button continously
34         </li>
35         <li>[EXTJSIV-2471] - "Group by this field" in Remote Summary Grid gives JS error
36         </li>
37         <li>[EXTJSIV-3326] - Ext.grid.View docs for stripeRows says the default is "false" but it's really
38             "true"
39         </li>
40         <li>[EXTJSIV-3469] - Ext.grid.plugin.CellEditing beforeedit event is fired with incorrect parameters
41         </li>
42         <li>[EXTJSIV-3492] - Form grid access examples has incorrect columns size on IE7 and IE6
43         </li>
44         <li>[EXTJSIV-3574] - Using Ext.grid.RowNumberer's xtype incorrectly sets the columns width
45         </li>
46         <li>[EXTJSIV-3588] - Vertical Scroll Bar Disappears in Locking Grid
47         </li>
48         <li>[EXTJSIV-3750] - Hidden columns cause header misalignment
49         </li>
50         <li>[EXTJSIV-3777] - Bottom rows missing on buffered grid when page size and record count are close in
51             size
52         </li>
53         <li>[EXTJSIV-3903] - Grid Scrolling does not work when setting the viewConfig.cls property
54         </li>
55         <li>[EXTJSIV-3908] - Grid LoadMask fails to disappear after store load when there is more than 1 grid on
56             the page
57         </li>
58         <li>[EXTJSIV-3912] - AbstractView.onItemDeselect can sometimes cause an exception if the record node is
59             no longer rendered
60         </li>
61         <li>[EXTJSIV-3983] - Initially hidden columns don't work with column grouping
62         </li>
63         <li>[EXTJSIV-4017] - Mouse scrolling on a grid scrolls both horizontally and vertically
64         </li>
65         <li>[EXTJSIV-4041] - Locking grid doesn't substract width of hidden locked columns
66         </li>
67         <li>[EXTJSIV-4044] - Instantiating grids at the wrong time causes scroll bars to silently disappear
68         </li>
69         <li>[EXTJSIV-4064] - TreeViewDragDrop doesn't clean up after itself
70         </li>
71         <li>[EXTJSIV-4068] - Ext.grid.column.Action doesn't prefix actionIdRe
72         </li>
73         <li>[EXTJSIV-4075] - Menu icon missing in Grouping Grid
74         </li>
75         <li>[EXTJSIV-4130] - LoadMask does not get removed from grid that is on inactive tab
76         </li>
77         <li>[EXTJSIV-4145] - The gridscroller doesn't destroy when the grid destroyed
78         </li>
79         <li>[EXTJSIV-4203] - Tree nodes disappear and can't be brought back</li>
80     </ul>
81 </li>
82
83 <li>Panel / Window
84     <ul>
85         <li>[EXTJSIV-3968] - autoDestroy parameter of Panel.removeDocked() is not optional
86         </li>
87         <li>[EXTJSIV-3926] - Ext.window.Window adds close tools on each use / won't close on ESC key
88             closable:true
89         </li>
90         <li>[EXTJSIV-3498] - setting hidden configuration parameter to true while collapsed is set to true gives
91             error on render
92         </li>
93         <li>[EXTJSIV-4006] - collapsed panel will not expand
94         </li>
95         <li>[EXTJSIV-4050] - Accordion fires expand/collapse events to early
96         </li>
97         <li>[EXTJSIV-4051] - activeOnTop not implemented in Accordion
98         </li>
99         <li>[EXTJSIV-4209] - accordion grid panels that scroll vertically have a blank space on the right
100         </li>
101         <li>[EXTJSIV-4239] - initially collapsed panels without a fixed width are too wide</li>
102     </ul>
103 </li>
104
105 <li>Data
106     <ul>
107         <li>[EXTJSIV-2536] - store.removeAll() does not remove grid.verticalScroller
108         </li>
109         <li>[EXTJSIV-3575] - TreeStore doesn't clear dirty flag on updated record
110         </li>
111         <li>[EXTJSIV-3705] - Store#loadData modifes data array passed into the method
112         </li>
113         <li>[EXTJSIV-3988] - Subtle bug in Json Reader forces server to enclose single record in array
114         </li>
115         <li>[EXTJSIV-4007] - Ext-data-Store.loadData change param type: [object, object] changes to [model, model]
116         </li>
117         <li>[EXTJSIV-4026] - Ext.data.Store.indexOfId does not work, it returns -1 for valid ids.
118         </li>
119         <li>[EXTJSIV-4028] - Ext.util.Filter with property and value=null causes error
120         </li>
121         <li>[EXTJSIV-4042] - TreeStore ignores autoLoad: false
122         </li>
123         <li>[EXTJSIV-4043] - node.removeAll() leaves childnodes in the NodeHash
124         </li>
125         <li>[EXTJSIV-4062] - Manipulating a new record fails
126         </li>
127         <li>[EXTJSIV-4078] - Ext.data.Connection.isLoading() always returns false, with no parameter
128         </li>
129
130     </ul>
131 </li>
132
133 <li>Forms
134     <ul>
135         <li>[EXTJSIV-3035] - ComboBox submit the wrong content
136         </li>
137         <li>[EXTJSIV-3298] - combobox setValue doesn't as expected
138         </li>
139         <li>[EXTJSIV-3314] - Hidden field is always dirty
140         </li>
141         <li>[EXTJSIV-3373] - Multiple classes in field's fieldCls causes JS error
142         </li>
143         <li>[EXTJSIV-3405] - getFieldValues in the compat layer is marked as deprecated but is not deprecated.
144         </li>
145         <li>[EXTJSIV-3444] - KeyMap does only accept keycodes, not characters
146         </li>
147         <li>[EXTJSIV-3916] - Ext.form.field.File style missing from my-ext-theme.scss
148         </li>
149         <li>[EXTJSIV-3917] - RadioGroup setValue is unable to handle boolean true/false
150         </li>
151         <li>[EXTJSIV-3923] - formBind no longer functions
152         </li>
153         <li>[EXTJSIV-3982] - Datepicker showmonth picker problem
154         </li>
155         <li>[EXTJSIV-3996] - IE8 Windowed combo field does not gain focus if tooltip is visible
156         </li>
157         <li>[EXTJSIV-3997] - Upload Filefield (buttonOnly) in Toolbar: not rendered like other buttons
158         </li>
159         <li>[EXTJSIV-4003] - Grid row editor shows hidden fields of grid - it should not show a hidden field
160         </li>
161         <li>[EXTJSIV-4027] - Ext.picker.Time calls new Date(...) with non-standard parameter
162         </li>
163         <li>[EXTJSIV-4063] - Form tries to validate field that doesn't exist
164         </li>
165         <li>[EXTJSIV-4079] - Ext.form.field.Date do not send post with empty value
166         </li>
167         <li>[EXTJSIV-2498] - Ext.picker.Color should allow its renderTpl to be overridden
168         </li>
169         <li>[EXTJSIV-3910] - fieldset checkboxToggle - add inputValue and uncheckedValue</li>
170     </ul>
171 </li>
172 <li>Examples
173     <ul>
174         <li>[EXTJSIV-3745] - Theme viewer - Duplicate Check box is displayed in the Window panel (Plain Field set) when
175             click on
176             expand/collapse button.
177         </li>
178         <li>[EXTJSIV-3692] - Displaying java script error while user trying to search with special characters in live
179             search
180             grid.
181         </li>
182         <li>[EXTJSIV-1152] - No animation when clicking on the multi-line prompt in the Window example
183         </li>
184         <li>[EXTJSIV-3890] - Charts - Complex Dashboard -Displaying JS error upon increasing the field values under the
185             company
186             details
187         </li>
188         <li>[EXTJSIV-3891] - Drag and Drop - Displaying JS error upon drag the date field into price column
189         </li>
190         <li>[EXTJSIV-3943] - Keyboard Feed Viewer - Highlighted color is not displaying correctly in IE 6
191         </li>
192         <li>[EXTJSIV-3946] - Forms - Binding a grid to a form - Missing Horizontal and Vertical Scroll bars in IE 6.
193         </li>
194         <li>[EXTJSIV-3978] - ComponentDragger exception when Window has nothing rendered in the header
195         </li>
196         <li>[EXTJSIV-3992] - Layout Manager : VBox Layout - Displaying JS error while minimizing the browser after
197             selecting
198             "Flex :Even/Align :Center" button
199         </li>
200         <li>[EXTJSIV-4082] - Portal Demo Displaying JS Error when click on Expand / Collapse button in Navigation /
201             Setting
202             accordions
203         </li>
204         <li>[EXTJSIV-4083] - Direct Form - Displaying JS Error when click on Expand / Collapse button in Basic
205             information /
206             Phone Numbers /Location Information accordion windows
207         </li>
208         <li>[EXTJSIV-4084] - Feed Viewer - Displaying JS Error when click on Cancel button in the add feed pop-up window
209         </li>
210         <li>[EXTJSIV-4112] - Webdesktop : Displaying JS error upon clicking "OK" & "Cancel " buttons in change settings
211             menu.
212         </li>
213         <li>[EXTJSIV-4114] - Ajax with XML Forms : [IE 6.0] - Displaying JS error upon clicking on "Load" & "Submit"
214             buttons in
215             XML forms.
216         </li>
217         <li>[EXTJSIV-4169] - Desktop example windows open minimized to the task bar; cannot be opened
218         </li>
219         <li>[EXTJSIV-4254] - Resizable Sencha Logo - Sencha Logo is not resizing while trying to resize from any
220             side/corner of
221             the component in IE 8 & IE 7.
222         </li>
223         <li>[EXTJSIV-4256] - Draggable Tiger Components - Draggable Tiger image is partially visible and complete image
224             is not
225             displaying in IE 8 & IE 7
226         </li>
227         <li>[EXTJSIV-4259] - Ext JS 3 & 4 on one Page - By default four square colored small boxes are displaying in the
228             main
229             Page
230         </li>
231         <li>[EXTJSIV-4269] - Line Chart - Chart is not displaying after disabling all the legend items and then
232             maximizing the
233             chart
234         </li>
235     </ul>
236 </li>
237 <li>Tabs
238     <ul>
239         <li>[EXTJSIV-3748] - LoadMask on a Tab stays visible even if we switch tabs.
240         </li>
241         <li>[EXTJSIV-3627] - Ext.tab.Tab setIconCls not working properly
242         </li>
243         <li>[EXTJSIV-3904] - Error when closing tabs created dynamically
244         </li>
245         <li>[EXTJSIV-4065] - Remove + add tabs to tabpanel only works with one tab</li>
246     </ul>
247 </li>
248 <li>MessageBox
249     <ul>
250         <li>[EXTJSIV-3779] - Message Box Dialog - Page is grayed out and not allowed to update the page when quickly
251             double-clicking on Icon Show button.
252         </li>
253         <li>[EXTJSIV-3560] - API Docs for Ext.window.MessageBox.show() example broken as of 4.0.2a. Should use
254             Ext.Msg.OKCANCEL
255             instead of Ext.window.MessageBox.OKCANCEL
256         </li>
257         <li>[EXTJSIV-1159] - No animation on progress bar
258         </li>
259         <li>[EXTJSIV-3909] - Ext.MessageBox has an incorrect translation
260         </li>
261         <li>[EXTJSIV-4037] - ProgressBar in a toolbar does not update progress when hidden</li>
262     </ul>
263 </li>
264 <li>Charts
265     <ul>
266         <li>[EXTJSIV-3914] - Ext.chart.axis Title bug
267         </li>
268         <li>[EXTJSIV-3915] - Pie Chart rendering bug
269         </li>
270         <li>[EXTJSIV-4025] - Charting Time Axis with a Column Series is misaligned
271         </li>
272         <li>[EXTJSIV-4060] - Line Chart doesn't show labels</li>
273     </ul>
274 </li>
275
276 <li>General
277     <ul>
278         <li>[EXTJSIV-3366] - The autoRender Component configuration does not work as documented.
279         </li>
280         <li>[EXTJSIV-3707] - Fix issue with event bubbling
281         </li>
282         <li>[EXTJSIV-3459] - Ext.fx.Anim throws 'Ext.fx.cubicBezier is not a function'
283         </li>
284         <li>[EXTJSIV-3894] - Setting the Ext.BLANK_IMAGE_URL value still causes s.gif to be loaded from
285             www.sencha.com in
286             IE6/IE7 causing a security warning
287         </li>
288         <li>[EXTJSIV-3900] - Menu uses BLANK_IMAGE_URL too early
289         </li>
290         <li>[EXTJSIV-3913] - Toolbar overflow button icon
291         </li>
292         <li>[EXTJSIV-3927] - Ext.Layer.setOpacity does not affect associated shadow
293         </li>
294         <li>[EXTJSIV-3942] - If you do not supply a center region to a border layout, you get a cryptic error
295         </li>
296         <li>[EXTJSIV-4023] - Extra and missing borders in various components
297         </li>
298         <li>[EXTJSIV-4036] - Colormenu select event fires twice on click/select
299         </li>
300         <li>[EXTJSIV-4049] - Regular expression references wrong class name in sandbox mode in Action.js
301         </li>
302         <li>[EXTJSIV-4055] - Ext.util.HashMap add method not counting length correctly when replacing
303         </li>
304         <li>[EXTJSIV-4074] - Ext.Date.defaultFormat is used at define time in Ext.grid.column.Date
305         </li>
306         <li>[EXTJSIV-4200] - LoadMask with { useMsg: false } no longer suppresses message element
307         </li>
308         <li>[EXTJSIV-4230] - Ext.destroyMembers is not called correctly</li>
309     </ul>
310
311 </li>
312
313 <li>Buttons
314     <ul>
315         <li>[EXTJSIV-3736] - In IE quirks mode, a menu containing a ButtonGroup attains an incorrect width.
316         </li>
317         <li>[EXTJSIV-3720] - The button icons are not centered in quirk mode
318         </li>
319         <li>[EXTJSIV-4057] - allowDepress doesn't work on splitbutton
320         </li>
321         <li>[EXTJSIV-4071] - Splitbutton w/ tooltip won't open menu
322         </li>
323         <li>[EXTJSIV-4072] - Open button menu suppresses the focus event of an unrelated field
324         </li>
325         <li>[EXTJSIV-4272] - button[enableToggle] must NOT still be pressed after being clicked twice
326         </li>
327     </ul>
328 </li>
329 </ul>
330 </div>
331 <div class="release">
332     <h1>
333         Release Notes for Ext JS 4.0.6
334     </h1>
335
336     <p class="notes">
337         Release Date: August 30, 2011<br>
338         Version Number: 4.0.6
339     </p>
340
341     <h2>
342         Bugs Fixed
343     </h2>
344
345     <ul>
346         <li>Grid
347             <ul>
348                 <li>[EXTJSIV-2231] - Fixed a styling bug with grids with rowbody that would cause columns to lay out
349                     incorrectly with custom CSS
350                 </li>
351                 <li>[EXTJSIV-3246] - Fixed a bug where specifying a single grid Feature would fail as it expects an
352                     array
353                 </li>
354                 <li>[EXTJSIV-3415] - Fixed a bug where right clicking would incorrectly deselect all selected nodes
355                     (affects Windows machines only)
356                 </li>
357                 <li>[EXTJSIV-3466] - Fixed a bug where selection does not work with grid row editor and Firefox 5 / IE 9
358                 </li>
359                 <li>[EXTJSIV-3586] - Grid header drag resizes wrong header</li>
360                 <li>[EXTJSIV-3591] - Checkbox column not re-added after grid reconfigure</li>
361                 <li>[EXTJSIV-3605] - Fixed a JavaScript error when user mouse hover on the first column in the grid.
362                     (Grid plugins example)
363                 </li>
364                 <li>[EXTJSIV-3642] - Scrollbars don't appear when a custom renderer increases the height of the rows in
365                     a tree
366                 </li>
367                 <li>[EXTJSIV-3644] - Column lines are not displaying properly in the grid.</li>
368                 <li>[EXTJSIV-3645] - Summary Grid example -Vertical scroll bar is disappearing when Toggle Summary
369                     button is clicked.
370                 </li>
371                 <li>[EXTJSIV-3658] - Paging scroller doesn't function with up/page up</li>
372                 <li>[EXTJSIV-3660] - hideGroupedHeader does not work</li>
373                 <li>[EXTJSIV-3661] - Grouping doesn't remember selections</li>
374                 <li>[EXTJSIV-3668] - Loading data doesn't invoke grid's vertical scrollbar</li>
375                 <li>[EXTJSIV-3715] - Horizontal scrollbar doesn't show on empty grid</li>
376                 <li>[EXTJSIV-3717] - Fixed a bad scrollbar in dd/dnd_grid_to_grid.html</li>
377                 <li>[EXTJSIV-3725] - Grid with locked columns not syncing header heights</li>
378                 <li>[EXTJSIV-3732] - Property Grid - Page is not loaded properly. Empty space is created in between
379                     column header and rows in the grid.
380                 </li>
381                 <li>[EXTJSIV-3733] - Drag and Drop : Grid to From Dnd - Horizontal scroll bar is not displaying after
382                     increasing the column size in data grid.
383                 </li>
384                 <li>[EXTJSIV-3753] - Locked grid with checkbox selection model inserts header twice</li>
385                 <li>[EXTJSIV-3754] - Cannot create locked grid with all unlocked columns</li>
386                 <li>[EXTJSIV-3784] - Auto height grid.Panel first header cell is blank; Fixed with doComponentLayout
387                 </li>
388                 <li>[EXTJSIV-3785] - Fixed height grid.Panel doesn't show scrollbars when resizing the columns; Fixed
389                     with doComponentLayout
390                 </li>
391                 <li>[EXTJSIV-3786] - Fixed height grid.Panel bottom scrollbar covers last row; cannot scroll it
392                     completely into view
393                 </li>
394                 <li>[EXTJSIV-3514] - Failed test: Verify horizontal and Vertical scrolling in checkbox selection Grid
395                     plugin
396                 </li>
397             </ul>
398         </li>
399
400         <li>Form
401             <ul>
402                 <li>[EXTJSIV-3490] - Fixed a bug where Slider width is too narrow on Safari 3.2</li>
403                 <li>[EXTJSIV-3491] - Some form examples don't render correctly on safari 3.2</li>
404                 <li>[EXTJSIV-3648] - FileField's reset does not reset the textual input field.</li>
405                 <li>[EXTJSIV-3669] - Unable to reselect a combo value</li>
406                 <li>[EXTJSIV-3673] - Fieldset title are not rendered with firefox 3.6.17</li>
407                 <li>[EXTJSIV-3678] - Fixed a bug where Checkbox's checkChange event didn't fire using keyboard</li>
408                 <li>[EXTJSIV-3713] - Fixed a bug where BoundList doesn't allow custom itemCls</li>
409                 <li>[EXTJSIV-3759] - Slider destroy code incorrect</li>
410                 <li>[EXTJSIV-3774] - Editor bug -- unconditional use of field.inputEl</li>
411                 <li>[EXTJSIV-3597] - Can't enter spaces into fields inside menus</li>
412             </ul>
413         </li>
414
415         <li>Charts and Drawing
416             <ul>
417                 <li>[EXTJSIV-933] - Axis title "Number of Hits" lacks padding with Firefox 3.5 and 3.0</li>
418                 <li>[EXTJSIV-3647] - Mixed charts - Bar graph is crossing the maximum limit of Y -Axis (Number of Hits)
419                     when click on the reload button couple of times.
420                 </li>
421
422             </ul>
423         </li>
424
425         <li>Data
426             <ul>
427                 <li>[EXTJSIV-3325] - Fixed a bug where the 'presence' validation would incorrectly return false for
428                     numeric zero values
429                 </li>
430                 <li>[EXTJSIV-3522] - [4.0.2] beginEdit leads to 'update' event not fired on Store</li>
431                 <li>[EXTJSIV-3593] - Fixed a bug with record.validate() and length validator when value is null</li>
432                 <li>[EXTJSIV-3662] - The "isLoading()" method of Ext.data.TreeStore returns true even after loading has
433                     completed
434                 </li>
435                 <li>[EXTJSIV-3757] - Ext.data.Store modifies the original config object passed in</li>
436             </ul>
437         </li>
438
439         <li>General
440             <ul>
441                 <li>[EXTJSIV-459] - Improved docs for maskRe, stripCharsRe, regex, and regexText</li>
442                 <li>[EXTJSIV-3037] - Fixed a bug where an error would be thrown if a Tab's width is greater than the
443                     configured maxTabWidth
444                 </li>
445                 <li>[EXTJSIV-3460] - Checkboxes now correctly remove themselves from the CheckboxManager when destroyed
446                 </li>
447                 <li>[EXTJSIV-3474] - Fixed sandboxing bugs where Fieldset, TriggerField and Menu would not be correctly
448                     wrapped in CSS scoping divs
449                 </li>
450                 <li>[EXTJSIV-3537] - Ext.destroyMembers was being called incorrectly in some components</li>
451                 <li>[EXTJSIV-3598] - Unable to select text in field in menu in FF</li>
452                 <li>[EXTJSIV-3638] - Fixed a number of issues with Load Masks</li>
453                 <li>[EXTJSIV-3646] - Complex Dashboard - Company Detail caption is not displaying in FF 3.6 browser.
454                 </li>
455                 <li>[EXTJSIV-3674] - Custom Grid Filters Example was throwing a JavaScript error</li>
456                 <li>[EXTJSIV-3718] - There is no padding between fields in statusbar/statusbar-advanced.html</li>
457                 <li>[EXTJSIV-3724] - Accordion layout does not properly hide toolbar when button is clicked to
458                     expand/collapse its parent
459                 </li>
460                 <li>[EXTJSIV-3726] - Ensure owning Container is laid out after an autosized Component is laid out.</li>
461                 <li>[EXTJSIV-3740] - Portal Demo - Displaying Java script error when click on Legend items in the Stock
462                     Portlets
463                 </li>
464                 <li>[EXTJSIV-3768] - variable $toolbar-border-color was ignored</li>
465             </ul>
466
467         </li>
468
469         <li>Sandbox
470             <ul>
471                 <li>[EXTJSIV-3681] - Vertical panel header text color incorrect in sandbox mode</li>
472                 <li>[EXTJSIV-3683] - Window resize not visible in sandbox mode</li>
473                 <li>[EXTJSIV-3688] - Can't vertically resize window in sandbox mode</li>
474                 <li>[EXTJSIV-3689] - Window constrain fails in sandbox mode</li>
475                 <li>[EXTJSIV-3695] - Grid's AbstractSummary feature had been hard-coding base CSS prefix so sandboxing
476                     would not work
477                 </li>
478                 <li>[EXTJSIV-3702] - Fixed a bug where the JSONP callbacks would use the normal Ext namespace instead of
479                     the sandbox namespace in sandbox mode
480                 </li>
481                 <li>[EXTJSIV-3714] - Tooltip positioning incorrect in sandbox mode</li>
482             </ul>
483         </li>
484     </ul>
485 </div>
486
487 <div class="release">
488     <h1>
489         Release Notes for Ext JS 4.0.5
490     </h1>
491
492     <p class="notes">
493         Release Date: July 24, 2011<br>
494         Version Number: 4.0.5
495     </p>
496
497     <h2>
498         Bugs Fixed
499     </h2>
500
501     <ul>
502         <li>Grid
503             <ul>
504                 <li>[EXTJSIV-2442] - Grouped Grid Header does not handle flex column show/hide well (layout issues)</li>
505                 <li>[EXTJSIV-2464] - Not possible to access the properties of the columns (locked=true)</li>
506                 <li>[EXTJSIV-2471] - "Group by this field" in Remote Summary Grid gives JS error</li>
507                 <li>[EXTJSIV-2543] - Cell Editing, intra-row change of focus.</li>
508                 <li>[EXTJSIV-2572] - Grid column header menu trigger gets stuck when there's no header menu</li>
509                 <li>[EXTJSIV-2573] - Ext.grid.plugin.DragDrop should honor disabled flag</li>
510                 <li>[EXTJSIV-3377] - Grid deferRowRender causes defer shim to be set on store listeners</li>
511                 <li>[EXTJSIV-3457] - Grid needs a viewready event which fires when the DOM rows become available.</li>
512                 <li>[EXTJSIV-3485] - Locking grid example is throwing an Hard JS error "Cannot call method 'removeCls'
513                     of undefined"
514                 </li>
515                 <li>[EXTJSIV-3489] - Grid layout is incorrect in form dashboard example</li>
516                 <li>[EXTJSIV-3492] - Form grid access examples has incorrect columns size on IE7 and IE6</li>
517                 <li>[EXTJSIV-3494] - Grid mask in custom-form example size is not equal to grid body</li>
518                 <li>[EXTJSIV-3562] - grid/form-grid.html must select the first row on page load</li>
519             </ul>
520         </li>
521
522         <li>Window
523             <ul>
524                 <li>[EXTJSIV-1732] - Progress Dialog window locked up if you reopen it after closing it</li>
525                 <li>[EXTJSIV-1994] - Strange Ext.window.Window rendering issue in WebKit browsers when placed over Java
526                     applet
527                 </li>
528                 <li>[EXTJSIV-2511] - Ghosted windows should not be stateful</li>
529             </ul>
530         </li>
531
532         <li>Form
533             <ul>
534                 <li>[EXTJSIV-2425] - HTMLEditor corrupted when changing background color of selection</li>
535                 <li>[EXTJSIV-3035] - [4.0.1]ComboBox submit the wrong content</li>
536                 <li>[EXTJSIV-3298] - [4.0.2] combobox setValue doesn't as expected</li>
537                 <li>[EXTJSIV-3330] - Setting the editable combobox to a value that is not in the list results in empty
538                     val
539                 </li>
540                 <li>[EXTJSIV-3413] - Highlight during trigger click</li>
541                 <li>[EXTJSIV-3414] - validateedit does not have new values</li>
542                 <li>[EXTJSIV-3418] - No way to get reference to field.Picker from BoundList</li>
543                 <li>[EXTJSIV-3495] - The Loading Mask in custom form example is not constraint to grid body.</li>
544                 <li>[EXTJSIV-3520] - RowExpander doesn't work on ExtJs 4.0.2 (ext-all-debug.js) but worked on
545                     (ext-all.js)
546                 </li>
547                 <li>[EXTJSIV-3561] - form/combos.html example: combobox unobtrusive select transformation doesn't work
548                 </li>
549             </ul>
550         </li>
551
552         <li>Tree
553             <ul>
554                 <li>[EXTJSIV-2197] - Failed test: Verify the tree panel when user click's on Expand All button.</li>
555                 <li>[EXTJSIV-2200] - Failed test: Verify the panel after user click's on Tree expander button</li>
556                 <li>[EXTJSIV-2204] - Dblclick expand/collapse in check-tree example causes JS error</li>
557                 <li>[EXTJSIV-2276] - Collapsing a tree panel w/collapsed nodes throws JS error</li>
558                 <li>[EXTJSIV-3362] - expandPath fails when a node is already loading</li>
559             </ul>
560         </li>
561
562         <li>Layouts
563             <ul>
564                 <li>[EXTJSIV-2431] - Accordion is missing a border when collapsed</li>
565                 <li>[EXTJSIV-2547] - Child components not rendered.sized in initially collapsed, uncontained Panel.</li>
566                 <li>[EXTJSIV-3295] - 4.0.2 only - layout fit grid scrollbar when used does not scroll content</li>
567                 <li>[EXTJSIV-3410] - Collapsing/expanding of flexed panels doesn't work</li>
568                 <li>[EXTJSIV-3541] - Cannot hide collapsed regions in a border layout</li>
569             </ul>
570         </li>
571
572         <li>Charts and Drawing
573             <ul>
574                 <li>[EXTJSIV-3045] - Add check in DrawComponent to ensure we have a valid surface before continuing
575                     execution
576                 </li>
577                 <li>[EXTJSIV-3456] - Printing legends in IE causes orange rectangles appear.</li>
578             </ul>
579         </li>
580
581         <li>Data
582             <ul>
583                 <li>[EXTJSIV-1897] - Ext.data.Store buffered issue - error thrown if records are not available on the
584                     server
585                 </li>
586                 <li>[EXTJSIV-3351] - processResponse is wrong in Ext.data.proxy.Server</li>
587                 <li>[EXTJSIV-3464] - Direct exception events don't fire on the provider.</li>
588                 <li>[EXTJSIV-3471] - Boolean field data type is not being converted properly.</li>
589                 <li>[EXTJSIV-3540] - indexOfTotal fails if the index is 0</li>
590             </ul>
591         </li>
592
593         <li>General
594             <ul>
595                 <li>[EXTJSIV-1638] - ComboBox should select the configured value upon first load of the Store.</li>
596                 <li>[EXTJSIV-2405] - Docked items added after render don't render correctly</li>
597                 <li>[EXTJSIV-2434] - Infinite scrolling is buggy on safari 3.X (the grid doesn't render the first rows)
598                 </li>
599                 <li>[EXTJSIV-2549] - Collapsed Tabpanel misses the bottom border</li>
600                 <li>[EXTJSIV-2565] - A button with a menu defined is only showing the menu when the mouse is over the
601                     arrow but in 3.x the menu showed as soon as the mouse was anywhere over the button
602                 </li>
603                 <li>[EXTJSIV-2577] - Class aliases that use a period as a separator break DOM/CQ selection</li>
604                 <li>[EXTJSIV-2628] - Ext.tab.Bar - minTabWidth has no effect</li>
605                 <li>[EXTJSIV-3284] - data-qtitle not consistently rendered.</li>
606                 <li>[EXTJSIV-3327] - [4.0.2] Plugins instantiated too early in AbstractComponent</li>
607                 <li>[EXTJSIV-3412] - Toolbar with overflow doesn't include menu in refItems</li>
608                 <li>[EXTJSIV-3453] - AbstractComponent calls constructPlugins too early</li>
609                 <li>[EXTJSIV-3470] - scrollByDeltaX() incorrectly using the vertical scroller</li>
610                 <li>[EXTJSIV-3483] - Some examples renders a blank page</li>
611                 <li>[EXTJSIV-3486] - Animated DataView throw and hard js error "Cannot call method animate of null"</li>
612                 <li>[EXTJSIV-3487] - Animated DataView example throw and hard js error "Cannot call method animate of
613                     null"
614                 </li>
615                 <li>[EXTJSIV-3488] - MultiSelect and Key-Feed-Viewer examples are throwing an hard js error 'Cannot call
616                     method addCls of null'
617                 </li>
618                 <li>[EXTJSIV-3490] - Sliders width is too narrow on Safari 3.2</li>
619                 <li>[EXTJSIV-3491] - Some form examples don't render correctly on safari 3.2</li>
620                 <li>[EXTJSIV-3496] - The theme index example is automatically scrolled on IE.</li>
621                 <li>[EXTJSIV-3539] - LoadMask beforeLoad causes a crash</li>
622             </ul>
623         </li>
624     </ul>
625
626     <h2>
627         Improvements
628     </h2>
629
630     <ul>
631         <li>[EXTJSIV-1999] - Improved Themes Example Performance</li>
632         <li>[EXTJSIV-3323] - [4.0] Ext.tab.Panel history feature missing</li>
633         <li>[EXTJSIV-1907] - Refactored the renderSelectors functionality to use local element IDs instead of CSS
634             selectors so that render selector performance is improved
635         </li>
636         <li>[EXTJSIV-2575] - Ext core class namespaces made consistent in the API docs</li>
637         <li>[EXTJSIV-1887] - Tree now supports horizontal scrolling</li>
638         <li>[EXTJSIV-2436] - dynamic_form field alignment</li>
639     </ul>
640 </div>
641
642 <div class="release">
643     <h1>
644         Release Notes for Ext JS 4.0.4
645     </h1>
646
647     <p class="notes">
648         Release Date: June 29, 2011<br>
649         Version Number: 4.0.4
650     </p>
651
652     <h2>
653         Bugs Fixed
654     </h2>
655
656     <ul>
657         <li>Grid
658             <ul>
659                 <li>[EXTJSIV-1032] - Grid CheckColumn 1px to left in header</li>
660                 <li>[EXTJSIV-2122] - Cell Editing doesn't allow for custom autoSize</li>
661                 <li>[EXTJSIV-2124] - Grid: RowExpander Plugin adds additional columns</li>
662                 <li>[EXTJSIV-2251] - Action Column doesn't allow alt text per action</li>
663                 <li>[EXTJSIV-2351] - Implement the more intuitive resizable: false on grid Columns. fixed is deprecated.
664                 </li>
665                 <li>[EXTJSIV-2381] - grid/array-grid.html Actions icons should be moved up of 1 pixel</li>
666                 <li>[EXTJSIV-2460] - Regression in Sorting buffered Grid (First row is chopped off)</li>
667                 <li>[EXTJSIV-2428] - Unable to set cell editor dynamically</li>
668                 <li>[EXTJSIV-2466] - Buffered scrolling broken in latest Chrome</li>
669                 <li>[EXTJSIV-2496] - Grid crashes when removing it from a tab panel</li>
670                 <li>[EXTJSIV-2501] - Grid applyState smashes column minWidth and has JS errors for locking grids</li>
671                 <li>[EXTJSIV-2564] - Grid missing horizontal scrollbar</li>
672                 <li>[EXTJSIV-2574] - $grid-row-cell-background variable unused</li>
673                 <li>[EXTJSIV-3029] - Reconfigure fails when no columns are passed</li>
674                 <li>[EXTJSIV-3299] - (IE7) Grid body alignement is incorrect in form-grid example</li>
675                 <li>[EXTJSIV-3309] - Grid reconfigure breaks columns layout</li>
676                 <li>[EXTJSIV-3363] - Grid header is too narrow on IE6/IE7/IE9</li>
677             </ul>
678         </li>
679
680         <li>Tree
681             <ul>
682                 <li>[EXTJSIV-1887] - Tree does not allow horizontal scrolling</li>
683                 <li>[EXTJSIV-2207] - Dblclick expand/collapse in XML Tree example causes JS error</li>
684                 <li>[EXTJSIV-2276] - Collapsing a tree panel w/collapsed nodes throws JS error</li>
685                 <li>[EXTJSIV-2517] - getNode needs a rendered check</li>
686                 <li>[EXTJSIV-2518] - NodeInterface missing getPath</li>
687             </ul>
688         </li>
689
690         <li>Forms
691             <ul>
692                 <li>[EXTJSIV-2104] - Fieldset display strange in IE</li>
693                 <li>[EXTJSIV-2130] - Specify labelCls messes up height on TextField</li>
694                 <li>[EXTJSIV-2165] - JS error when selecting item in combo box</li>
695                 <li>[EXTJSIV-2167] - JS error when selecting multiple items in combo box</li>
696                 <li>[EXTJSIV-2168] - JS error when selecting item in combo box</li>
697                 <li>[EXTJSIV-2169] - Cannot select item in combo after entering invalid text</li>
698                 <li>[EXTJSIV-2210] - Failed test: Verify the Submit button in the xml form</li>
699                 <li>[EXTJSIV-2338] - Checkbox group/checkbox in fieldset too low</li>
700                 <li>[EXTJSIV-2349] - examples/form/form-grid-access.html loses its description text</li>
701                 <li>[EXTJSIV-2366] - ComboBox should have getStore method</li>
702                 <li>[EXTJSIV-2380] - form/checkout.html The disabled Street Address field is lighter than other fields
703                 </li>
704                 <li>[EXTJSIV-2459] - Checkbox select gives commitFn is not a function</li>
705                 <li>[EXTJSIV-2470] - Combo doesn't send queryParam on page change</li>
706                 <li>[EXTJSIV-2522] - Field crashes if destroyed when focused</li>
707                 <li>[EXTJSIV-2523] - DatePicker has undefined var</li>
708                 <li>[EXTJSIV-2527] - File field crashes when reset on unrendered field.</li>
709                 <li>[EXTJSIV-2529] - Combo does not adjust list height to fit viewport</li>
710                 <li>[EXTJSIV-2531] - Slider crashes when calling setMinValue/setMaxValue when it's not rendered</li>
711                 <li>[EXTJSIV-2546] - TextField filterKeys not applied when using alt + gr key</li>
712                 <li>[EXTJSIV-2553] - The "formBind" config does not work for buttons defined in a Form Panel's "buttons"
713                     config
714                 </li>
715                 <li>[EXTJSIV-2499] - Date picker month selector animation issues (including runtime error)</li>
716                 <li>[EXTJSIV-3028] - Combo in editor always tries to force selection</li>
717             </ul>
718         </li>
719
720         <li>Tabs
721             <ul>
722                 <li>[EXTJSIV-1034] - When there's only one tab in a TabPanel, and it's active by default, the tab
723                     selector in the tab strip is not set to the active state.
724                 </li>
725                 <li>[EXTJSIV-2542] - Ext.tab.Panel styling issues</li>
726                 <li>[EXTJSIV-3300] - TabBar background color is incorrect (no gradients) in all browsers except chrome
727                     and firefox
728                 </li>
729             </ul>
730         </li>
731
732         <li>Panel
733             <ul>
734                 <li>[EXTJSIV-2506] - Panel header should set overflow hidden for text</li>
735                 <li>[EXTJSIV-3311] - Collapsed panel layout error inside a viewport</li>
736             </ul>
737         </li>
738
739         <li>Toolbars and Buttons
740             <ul>
741                 <li>[EXTJSIV-2185] - Add textAlign cfg to Ext.button.Button</li>
742                 <li>[EXTJSIV-2387] - toolbar/toolbars example, the title of ButtonGroup is not centered anymore</li>
743                 <li>[EXTJSIV-2475] - Button icons are not well aligned on ie6 only</li>
744                 <li>[EXTJSIV-2513] - Scrolling menu in Basic Toolbar example fails</li>
745                 <li>[EXTJSIV-2544] - ButtonGroup renders blue with gray style in Ext 4.0.2</li>
746             </ul>
747         </li>
748
749         <li>Window
750             <ul>
751                 <li>[EXTJSIV-1667] - Improper Resize Handles Position / Offset in IEs</li>
752                 <li>[EXTJSIV-1732] - Progress Dialog window locking</li>
753                 <li>[EXTJSIV-2193] - Failed test: Verify Window resize using Drag and Drop</li>
754                 <li>[EXTJSIV-2505] - When you set modal:true on a window and renderTo it to a panel, it masks the whole
755                     body, not the panel
756                 </li>
757             </ul>
758         </li>
759
760         <li>Charts
761             <ul>
762                 <li>[EXTJSIV-2508] - Chart doesn't support not being passed a config object</li>
763                 <li>[EXTJSIV-2521] - Destroying unrendered chart causes error</li>
764             </ul>
765         </li>
766
767         <li>Miscellaneous
768             <ul>
769                 <li>[EXTJSIV-1066] - Calling Container.add() with a floating component does not render that component
770                 </li>
771                 <li>[EXTJSIV-1086] - Theme Example: Progress Bar's Right Pixel Border changes color while animating</li>
772                 <li>[EXTJSIV-1659] - Text hidden when column is short</li>
773                 <li>[EXTJSIV-2074] - Failed test: Verify that East panel expands when clicked on the expand button at
774                     left side of the center panel
775                 </li>
776                 <li>[EXTJSIV-2101] - Shadows not shown on certain floating items such as Menu and ComboBox list.</li>
777                 <li>[EXTJSIV-2132] - Expand sets height before anim on Panel using VBoxLayout</li>
778                 <li>[EXTJSIV-2192] - Failed test: Verify pane resize using resize bar</li>
779                 <li>[EXTJSIV-2226] - Failed test: Verify the user is able to select option from options drop down under
780                     ItemSelectorTest table
781                 </li>
782                 <li>[EXTJSIV-2252] - Need to fix DomQuery for non document rooted queries</li>
783                 <li>[EXTJSIV-2284] - Web Desktop, System Status Window is slow on IE (causes script warning)</li>
784                 <li>[EXTJSIV-2332] - Fix build warning for nested-loading MVC app</li>
785                 <li>[EXTJSIV-2391] - Ext.core.DomHelper should be aliased to Ext.DomHelper for backwards compat</li>
786                 <li>[EXTJSIV-2394] - Center region of border layout should have overflow:auto</li>
787                 <li>[EXTJSIV-2411] - Format.number can return -0</li>
788                 <li>[EXTJSIV-2500] - Gray theme has not styled button group</li>
789                 <li>[EXTJSIV-2507] - reader.Array doesn't work with a 0 mapping.</li>
790                 <li>[EXTJSIV-2509] - Tool ignores tooltip option</li>
791                 <li>[EXTJSIV-2510] - Button tooltipType title doesn't work</li>
792                 <li>[EXTJSIV-2520] - Menu strict typo</li>
793                 <li>[EXTJSIV-2519] - Store should give a warning if model isn't defined</li>
794                 <li>[EXTJSIV-2526] - AbstractContainer, child/down selector should be optional</li>
795                 <li>[EXTJSIV-2530] - Show event fires too early for animated component</li>
796                 <li>[EXTJSIV-2532] - Store does not consistently pass all event parameters to beforeload event</li>
797                 <li>[EXTJSIV-2537] - Box layout doesn't destroy innerCt</li>
798                 <li>[EXTJSIV-2839] - Component destroy event fires too late</li>
799                 <li>[EXTJSIV-3027] - Hidden tools get ghosted</li>
800                 <li>[EXTJSIV-3310] - Accordion layout does not handle grid properly</li>
801             </ul>
802         </li>
803     </ul>
804 </div>
805
806 <div class="release">
807 <h1>
808     Release Notes for Ext JS 4.0.2
809 </h1>
810
811 <p class="notes">
812     Release Date: June 9, 2011<br>
813     Version Number: 4.0.2
814 </p>
815
816 <h2>
817     Bugs Fixed
818 </h2>
819
820 <ul>
821 <li>Grid
822     <ul>
823         <li>[EXTJSIV-864] - Grid filtering doesn't support specifying filters on feature</li>
824         <li>[EXTJSIV-1149] - Grouping Grid - text element in the group should be indented</li>
825         <li>[EXTJSIV-1715] - Row height gets modified while searching</li>
826         <li>[EXTJSIV-1720] - When rendering new buffered rows, row height changes, IE6/7</li>
827         <li>[EXTJSIV-1760] - Grid: enableColumnResize should prevent css indicator of showing resizable behavior</li>
828         <li>[EXTJSIV-1750] - PropertyGrid keyboard navigation</li>
829         <li>[EXTJSIV-1789] - Editing fails after reconfigure</li>
830         <li>[EXTJSIV-1806] - Grid with multi-select and DD deselects rows</li>
831         <li>[EXTJSIV-1810] - Unlocked columns don't align correctly in IE9</li>
832         <li>[EXTJSIV-1812] - beforeselect event not relayed to grid</li>
833         <li>[EXTJSIV-1874] - Grid Performance is too slow in IE</li>
834         <li>[EXTJSIV-1968] - Ext.table.Panel: enableColumnHide</li>
835         <li>[EXTJSIV-1934] - Hiding subcolumn causes width to display incorrectly</li>
836         <li>[EXTJSIV-1969] - IE 8 &amp; 9: Ext.grid.plugin.RowEditing and PagingToolbar</li>
837         <li>[EXTJSIV-1971] - Javascript error during cell editing</li>
838         <li>[EXTJSIV-2061] - Grid vertical scrollbar is reset when when the grid panel is collapsed and then expanded
839         </li>
840         <li>[EXTJSIV-2062] - Call to grid.reconfigure on a rendered grid that initially has no columns configured
841             results in the first row being hidden behind the column headers if the grid does not contain enough data to
842             require scrollbars, different behavior with larger data set
843         </li>
844         <li>[EXTJSIV-1997] - Grid vertical scrollbar error</li>
845         <li>[EXTJSIV-2008] - Grid vscrollbar can double count height of hscrollbar</li>
846         <li>[EXTJSIV-2376] - Grid cells don't show modified state if initial value is falsey</li>
847         <li>[EXTJSIV-2379] - Property grid example is broken (no body rendered)</li>
848         <li>[EXTJSIV-2382] - In grid/binding example the scrollbar column has disappeared</li>
849         <li>[EXTJSIV-2383] - grid/grid-plugins.html throw an hard js error on ie6/7</li>
850         <li>[EXTJSIV-2384] - grid/group-header scrollbar is off by 4 pixels (only ie9)</li>
851         <li>[EXTJSIV-2372] - tree/xml-tree.html throw an hard js error</li>
852         <li>[EXTJSIV-2435] - Xml Tree does not show expand/collapse icons</li>
853         <li>[EXTJSIV-2373] - Row height is too small in direct/direct-grid.html</li>
854         <li>[EXTJSIV-2122] - Cell Editing doesn't allow for custom autoSize</li>
855         <li>[EXTJSIV-2248] - Grid Load performance</li>
856         <li>[EXTJSIV-2430] - RowExpander plugin unwanted padding on IE</li>
857         <li>[EXTJSIV-1868] - Cell Editing doesn't work on locked view</li>
858         <li>[EXTJSIV-2066] - Grid's horizontal scrollbar can get out of sync</li>
859         <li>[EXTJSIV-2244] - CheckboxModel's version of onSelectChange ignores suppressEvent parameter</li>
860         <li>[EXTJSIV-2131] - Can't use grouping summary indexes multiple times</li>
861         <li>[EXTJSIV-2466] - Buffered scrolling broken in latest Chrome</li>
862     </ul>
863 </li>
864
865 <li>Menu
866     <ul>
867         <li>[EXTJSIV-692] - Need to style menu in access theme</li>
868     </ul>
869 </li>
870
871 <li>Tree
872     <ul>
873         <li>[EXTJSIV-972] - Indentation in both upper/bottom border lines in tree beside the scrollbar</li>
874         <li>[EXTJSIV-1053] - IE6 tree quicktips look ugly</li>
875         <li>[EXTJSIV-1887] - Tree does not allow horizontal scrolling</li>
876         <li>[EXTJSIV-1933] - Tree crashes on expand</li>
877         <li>[EXTJSIV-2009] - NodeInterface should use a bool type for checked</li>
878         <li>[EXTJSIV-2001] - Expandable attribute ignored</li>
879         <li>[EXTJSIV-1883] - Need a way to veto node collapse/expand events</li>
880         <li>[EXTJSIV-2354] - TreePanel.selectPath does not work with custom separator</li>
881     </ul>
882 </li>
883
884 <li>Form
885     <ul>
886         <li>[EXTJSIV-1747] - IE Quirks : combo dropdown list is not aligned properly in Advanced Dataview example</li>
887         <li>[EXTJSIV-992] - IE9 strict vertical and horizontal scrollbar in HTMLEDITOR</li>
888         <li>[EXTJSIV-1073] - Date Picker styling</li>
889         <li>[EXTJSIV-1080] - Date Picker / Time picker</li>
890         <li>[EXTJSIV-1668] - TimeField should reserved custom entry on pressing Enter (after keyboard navigation)</li>
891         <li>[EXTJSIV-1753] - Disabled text in field labels does not display properly in IE6</li>
892         <li>[EXTJSIV-2010] - Combo fires change event twice when selecting a value</li>
893         <li>[EXTJSIV-2100] - TextArea emptyText incorrect color</li>
894         <li>[EXTJSIV-2436] - dynamic_form field alignment</li>
895     </ul>
896 </li>
897
898 <li>Container
899     <ul>
900         <li>[EXTJSIV-1066] - Calling Container.add() with a floating component does not render that component</li>
901     </ul>
902 </li>
903
904 <li>Misc
905     <ul>
906         <li>[EXTJSIV-1098] - Mini-collapse panel does not have a mouse over state</li>
907         <li>[EXTJSIV-1157] - Row editor had gradient background in 3.3, now has flat color</li>
908         <li>[EXTJSIV-1182] - High Contrast Theme Has Standard Contract Menus</li>
909         <li>[EXTJSIV-1202] - Icons of mixed sizes are unaligned</li>
910         <li>[EXTJSIV-1320] - Shadows in lower left/right corners, at times, looks too square.</li>
911         <li>[EXTJSIV-1472] - Black background in charting examples in quirks mode</li>
912         <li>[EXTJSIV-1473] - 2x larger font size in quirks mode versus strict for the spotlight example</li>
913         <li>[EXTJSIV-1553] - The qtip is clipped in the registration example</li>
914         <li>[EXTJSIV-1560] - Title artifact behind collapsed panel header</li>
915         <li>[EXTJSIV-1646] - Problem with relayout + floating</li>
916         <li>[EXTJSIV-1726] - Esc Key Handling is inconsistent between browsers</li>
917         <li>[EXTJSIV-1727] - Placing a date picker inside of a menu has a black border around the menu</li>
918         <li>[EXTJSIV-1734] - The background of the custom progress bar in progress bar example must be white.</li>
919         <li>[EXTJSIV-2055] - Compat layer throwing error with grid</li>
920         <li>[EXTJSIV-1729] - Tab icons cut off</li>
921         <li>[EXTJSIV-1746] - Restful Proxy example uses background-image w/PNG (bad for IE6) on buttons</li>
922         <li>[EXTJSIV-1793] - Sandboxing Ext3/Ext4 can cause id clashes</li>
923         <li>[EXTJSIV-1815] - Problem with discontinuous values</li>
924         <li>[EXTJSIV-1873] - Compat - tbar in grid appears under headers</li>
925         <li>[EXTJSIV-1884] - Proxy status repair goes behind window</li>
926         <li>[EXTJSIV-1928] - Paging toolbar in BoundList has double border</li>
927         <li>[EXTJSIV-1941] - body not scoped</li>
928         <li>[EXTJSIV-1965] - renderTpl used even when it doesn't exist</li>
929         <li>[EXTJSIV-1973] - HashMap keyFn not supported</li>
930         <li>[EXTJSIV-1990] - State doesn't allow stateId to be set in the prototype</li>
931         <li>[EXTJSIV-2003] - Missing btn mixin</li>
932         <li>[EXTJSIV-2004] - Frame ignores any ui</li>
933         <li>[EXTJSIV-2065] - Ext.Element#scrollTo broken when animate=true with grid view when store is reloaded</li>
934         <li>[EXTJSIV-2067] - DatePicker month/year selection cannot be done when showToday = false</li>
935         <li>[EXTJSIV-2089] - Memento class missing in built SDK</li>
936         <li>[EXTJSIV-2095] - 404 for tip-bg.gif file</li>
937         <li>[EXTJSIV-2099] - closeText not copied</li>
938         <li>[EXTJSIV-2129] - Set tpl config has no affect on ComboBox</li>
939         <li>[EXTJSIV-2249] - Ext.isObject fails with anything with a nodeType property</li>
940         <li>[EXTJSIV-2268] - Difficult/unintuitive to disable load mask on a grid/view</li>
941         <li>[EXTJSIV-2314] - selectRange doesn't cause UI to update</li>
942         <li>[EXTJSIV-2337] - Examples fonts and body padding are wrong in 4.0.2</li>
943         <li>[EXTJSIV-2349] - examples/form/form-grid-access.html loses its description text</li>
944         <li>[EXTJSIV-2385] - portal/portal.html throws a hard error on IE6 (only)</li>
945         <li>[EXTJSIV-2387] - toolbar/toolbars example, the title of ButtonGroup is not centered anymore</li>
946         <li>[EXTJSIV-2411] - Format.number can return -0</li>
947         <li>[EXTJSIV-2454] - Ext.Ajax not taking the XHR.status into consideration</li>
948     </ul>
949 </li>
950
951 <li>Examples
952     <ul>
953         <li>[EXTJSIV-1090] - Theme Example: "Display topics" only shows when hitting refresh</li>
954         <li>[EXTJSIV-1094] - Theme Example: Month Selectors in Date Picker do not have hover state</li>
955         <li>[EXTJSIV-1618] - Forum search example the combo list isn't positioned correctly with IE Quirks</li>
956         <li>[EXTJSIV-1168] - Status bar example - alignment of "loading" animation is not correct</li>
957         <li>[EXTJSIV-1313] - Forum Browser has 1px white border on inside right edge of the tree</li>
958         <li>[EXTJSIV-1189] - Forms example inside layout browser is inconsistent with 3.3</li>
959         <li>[EXTJSIV-1117] - Forum example missing search box on top right</li>
960         <li>[EXTJSIV-1124] - Feed viewer - cannot click on the body of left panel if it's minimized</li>
961         <li>[EXTJSIV-1133] - Paging grid example - text should be better spaced</li>
962         <li>[EXTJSIV-1137] - Paging grid example - disabled arrows on the bottom toolbar should be gray, not blue</li>
963         <li>[EXTJSIV-1140] - Portal example - setting icon is clipped</li>
964         <li>[EXTJSIV-1097] - Theme example - missing list view</li>
965         <li>[EXTJSIV-1099] - Theme example: Tab scroller - scroll arrows should not show active cursor if it's disabled
966         </li>
967         <li>[EXTJSIV-1101] - Theme example - grid panel does not have multiple pages</li>
968         <li>[EXTJSIV-1107] - Theme example - text field is missing color and highlight in toolbar</li>
969         <li>[EXTJSIV-1114] - Theme Browser: Column When Selected doesn't have a gradient</li>
970         <li>[EXTJSIV-1169] - Advanced status bar example - alignment is incorrect</li>
971         <li>[EXTJSIV-1696] - Desktop example - In notepad, scrolling appears</li>
972         <li>[EXTJSIV-1707] - Desktop example - window drag/drop does not work</li>
973         <li>[EXTJSIV-1719] - Tab scroller menu example - garbage text on top of tab on safari 5</li>
974         <li>[EXTJSIV-1725] - Tips in Tips Example is Clipped</li>
975         <li>[EXTJSIV-2370] - The Panel "Location Information" has disappeared from direct/direct-form example</li>
976     </ul>
977 </li>
978
979 <li>Panel
980     <ul>
981         <li>[EXTJSIV-1130] - Panel body text should be 11px</li>
982         <li>[EXTJSIV-1956] - Panel collapse/expand breaks auto height</li>
983     </ul>
984 </li>
985
986 <li>Button
987     <ul>
988         <li>[EXTJSIV-1632] - The icon in disabled buttons does not get disabled in IE6</li>
989         <li>[EXTJSIV-2374] - Several buttons issues</li>
990     </ul>
991 </li>
992
993 <li>Window
994     <ul>
995         <li>[EXTJSIV-1723] - Window re-sizing incorrect</li>
996         <li>[EXTJSIV-1738] - Opera 10.6: Resizing windows snaps to minHeight</li>
997         <li>[EXTJSIV-1732] - Progress Dialog window locking</li>
998         <li>[EXTJSIV-1774] - Window constrained into tabpanel not re-showing after toggling between tabs</li>
999         <li>[EXTJSIV-1980] - Ext.Msg.show() bombs out in FF 4.01 Mac</li>
1000         <li>[EXTJSIV-1981] - Ext.Msg.setIcon() doesn't display icon at correct location in messagebox</li>
1001         <li>[EXTJSIV-2369] - Window title aren't aligned properly in all browsers</li>
1002         <li>[EXTJSIV-2105] - Window title truncated</li>
1003     </ul>
1004 </li>
1005
1006 <li>Chart
1007     <ul>
1008         <li>[EXTJSIV-1770] - Line Chart values incorrect</li>
1009         <li>[EXTJSIV-1951] - Charts post-processes and removes the output of a custom renderer</li>
1010         <li>[EXTJSIV-2368] - Highlighting in the Pie chart example can 'stick' sometimes leaving slices mid animation
1011         </li>
1012         <li>[EXTJSIV-1963] - Line drawn between two points of equal value sometimes incorrect when smooth config is set
1013             to true
1014         </li>
1015         <li>[EXTJSIV-1964] - Line Chart with all data values set to 0 fails to render properly, error thrown</li>
1016         <li>[EXTJSIV-1978] - Time axis configured with fromDate, toDate and constrain fails to render properly</li>
1017         <li>[EXTJSIV-1979] - Chart Legend should use defined colorSet array, currently uses default colorArrayStyle</li>
1018         <li>[EXTJSIV-2246] - Legend should automatically use same colors as chart series, even when the color(s) are
1019             specified via style fill config
1020         </li>
1021         <li>[EXTJSIV-2335] - Wrong store index passed in line renderers</li>
1022         <li>[EXTJSIV-2350] - charts/Charts.html js hard error in Safari</li>
1023         <li>[EXTJSIV-2355] - Unable to set custom fill style on line chart</li>
1024     </ul>
1025 </li>
1026
1027 <li>Draw
1028     <ul>
1029         <li>[EXTJSIV-1808] - setViewBox doesn't work with VML</li>
1030     </ul>
1031 </li>
1032
1033 <li>Data
1034     <ul>
1035         <li>[EXTJSIV-1858] - collectData hardcodes use of the 'data' property to extract field values. Should use the
1036             'persistanceProperty' of the Model
1037         </li>
1038         <li>[EXTJSIV-1896] - Ext.data.Model#persistanceProperty should be spelled persistenceProperty</li>
1039         <li>[EXTJSIV-1966] - Ext.data.Store memory leak</li>
1040         <li>[EXTJSIV-1953] - Ext.grid.property.Store problems</li>
1041         <li>[EXTJSIV-1975] - Generated Getter in BelongsToAssociation does not cache result</li>
1042         <li>[EXTJSIV-2388] - writer/writer.html examples throws a hard error on ie6/ie7</li>
1043     </ul>
1044 </li>
1045
1046 <li>Layout
1047     <ul>
1048         <li>[EXTJSIV-2405] - Docked items added after render don't render correctly</li>
1049         <li>[EXTJSIV-2431] - Accordion is missing a border when collapsed</li>
1050         <li>[EXTJSIV-1900] - Accordion layout with tree initially collapsed does not layout correctly when activated
1051         </li>
1052         <li>[EXTJSIV-1970] - Ext.layout.Table rowspan bug</li>
1053         <li>[EXTJSIV-2098] - defaultAnchor ignored</li>
1054     </ul>
1055 </li>
1056
1057 <li>MVC
1058     <ul>
1059         <li>[EXTJSIV-1967] - Multiple Controllers cannot listen to same event on same Component</li>
1060         <li>[EXTJSIV-2331] - Fix build warning for simple MVC app</li>
1061         <li>[EXTJSIV-2332] - Fix build warning for nested-loading MVC app</li>
1062     </ul>
1063 </li>
1064
1065 <li>Core
1066     <ul>
1067         <li>[EXTJSIV-2000] - Ext.core.Element.boxWrap() missing CSS</li>
1068         <li>[EXTJSIV-2006] - Ext.core.Element.frame does nothing</li>
1069         <li>[EXTJSIV-2063] - Ext.util.Animate methods don't get copied to CompositeElement</li>
1070     </ul>
1071 </li>
1072
1073 <li>Menu
1074     <ul>
1075         <li>[EXTJSIV-2002] - Menu doesn't resize when text is changed</li>
1076         <li>[EXTJSIV-2186] - Menu.alignTo is not working in some cases.</li>
1077     </ul>
1078 </li>
1079
1080 <li>TabPanel
1081     <ul>
1082         <li>[EXTJSIV-2386] - Close button on tabs has disappeared</li>
1083     </ul>
1084 </li>
1085 </ul>
1086
1087 <h2>
1088     New Features
1089 </h2>
1090
1091 <ul>
1092     <li>[EXTJSIV-1936] - Make ComboBox work better with existing filters</li>
1093     <li>[EXTJSIV-2093] - Stateful Tree & Grid components do not fully restore state when in Border Layout</li>
1094 </ul>
1095
1096 <h2>
1097     General Improvements
1098 </h2>
1099
1100 <ul>
1101     <li>[EXTJSIV-141] - Fix all coding style violations</li>
1102     <li>[EXTJSIV-1321] - Feed Viewer's blogs list should be a Tree</li>
1103     <li>[EXTJSIV-1957] - Ext.resizer.Resizer widthIncrement addition</li>
1104     <li>[EXTJSIV-1999] - Themes Example Performance</li>
1105     <li>[EXTJSIV-2123] - Event options object secretly passed to every listener</li>
1106 </ul>
1107
1108 <h2>
1109     Documentation Updates
1110 </h2>
1111
1112 <ul>
1113     <li>[EXTJSIV-763] - Inadequate documentation for class AbsractPlugin</li>
1114     <li>[EXTJSIV-765] - Ext.resizer.ResizeTracker docs</li>
1115     <li>[EXTJSIV-780] - Ext.util.Grouper docs</li>
1116     <li>[EXTJSIV-781] - Ext.util.Region</li>
1117     <li>[EXTJSIV-1976] - Ext.app.Controller#control is undocumented</li>
1118     <li>[EXTJSIV-2103] - Fix missing sprite attribute property documentation</li>
1119     <li>[EXTJSIV-2134] - closeAction default is 'hide' but docs say it's 'destroy'</li>
1120     <li>[EXTJSIV-2348] - Layout Browser example API doc links are broken</li>
1121     <li>[EXTJSIV-2352] - constrainTo not documented on Ext.window.Window</li>
1122 </ul>
1123 </div>
1124
1125 <div class="release">
1126 <h1>
1127     Release Notes for Ext JS 4.0.1
1128 </h1>
1129
1130 <p class="notes">
1131     Release Date: May 17, 2011<br>
1132     Version Number: 4.0.1
1133 </p>
1134
1135 <h2>
1136     Bugs Fixed
1137 </h2>
1138
1139 <ul>
1140     <li>Charts and Drawing
1141         <ul>
1142             <li>[EXTJSIV-144] - Grouped Stacked Negative 0 point not aligned properly</li>
1143             <li>[EXTJSIV-148] - Pie chart labels should be along the centerline of the text, not the baseline.</li>
1144             <li>[EXTJSIV-1769] - Draggable sprite broken</li>
1145             <li>[EXTJSIV-1811] - Problem with hiding items via legend with grouped bar chart</li>
1146             <li>[EXTJSIV-1822] - setAttributes - scale only works on first item</li>
1147             <li>[EXTJSIV-1878] - Line chart scaling incorrect</li>
1148             <li>[EXTJSIV-1892] - Pie chart is not rendering it's shadow properly on initial render</li>
1149         </ul>
1150     </li>
1151
1152     <li>Panel
1153         <ul>
1154             <li>[EXTJSIV-237] - Vertical alignment of the Panel title is not consistent between quirks and strict HTML
1155                 modes
1156             </li>
1157             <li>[EXTJSIV-963] - Vertical headers lack proper centering</li>
1158             <li>[EXTJSIV-1102] - When panel collapse animates, there's some flashing</li>
1159             <li>[EXTJSIV-1814] - Panel doesn't fire close event in TabPanel</li>
1160         </ul>
1161     </li>
1162
1163     <li>Examples
1164         <ul>
1165             <li>[EXTJSIV-482] - Logos example has a few cosmetic issues</li>
1166             <li>[EXTJSIV-1001] - Form is missing in Safari 3.2 with form/form-grid-access.html</li>
1167             <li>[EXTJSIV-1083] - Themes Example: Progress bar doesn't show any text</li>
1168             <li>[EXTJSIV-1118] - Portal Drag and Drop IE 6 & 7</li>
1169             <li>[EXTJSIV-1121] - feed viewer - highlight on mouse over incorrect</li>
1170             <li>[EXTJSIV-1141] - Sliding Pager Extension Example: There's no Panel Resizing at the bottom of the grid
1171             </li>
1172             <li>[EXTJSIV-1142] - FeedViewer: apply sensible minWidth on feeds panel</li>
1173             <li>[EXTJSIV-1165] - Summary Grid: Need an Icon in the Panel</li>
1174             <li>[EXTJSIV-1172] - Grid Plugin Example: No Checkbox Plugin in the bottom example</li>
1175             <li>[EXTJSIV-1173] - Grid Filtering Local: ID Column should have a smaller width</li>
1176             <li>[EXTJSIV-1180] - Rest proxy example - notification is missing when updating</li>
1177             <li>[EXTJSIV-1193] - Combo Box Example: State name Combo Boxes are too wide</li>
1178             <li>[EXTJSIV-1204] - Ext.Action Example should port the existing Action Example over</li>
1179             <li>[EXTJSIV-1211] - Double clicking in Manager Details header doesn't always open the combo box</li>
1180             <li>[EXTJSIV-1460] - Panel resizer ux not working properly or styled correctly</li>
1181             <li>[EXTJSIV-1474] - Black background in desktop/desktop.html example in quirks mode</li>
1182             <li>[EXTJSIV-1481] - form/xml-form is broken in Safari 3.2 with transitional DOCTYPE</li>
1183             <li>[EXTJSIV-1496] - Desktop cascading doesn't set correct z index</li>
1184             <li>[EXTJSIV-1499] - Desktop example's accordion window does not react to clicking the refresh icon</li>
1185             <li>[EXTJSIV-1535] - Array grid example advertised as stateful. But it does not remember column state</li>
1186             <li>[EXTJSIV-1860] - Nested Loading example is using widget.header alias which is reserver for standard
1187                 Panel Headers
1188             </li>
1189             <li>[EXTJSIV-1861] - Portal example is having to synchronously load Ext.layout.component.Body.</li>
1190             <li>[EXTJSIV-1919] - Error in charts/draw code on portal example</li>
1191             <li>[EXTJSIV-1922] - Error in grid multiple sorting example</li>
1192             <li>[EXTJSIV-1923] - Error on editor example</li>
1193             <li>[EXTJSIV-1924] - FormDashboard chart example fieldset is too short</li>
1194             <li>[EXTJSIV-1927] - Text rotation example missing text</li>
1195         </ul>
1196     </li>
1197
1198     <li>Toolbars
1199         <ul>
1200             <li>[EXTJSIV-939] - Artifact in search toolbar only with Chrome 5</li>
1201             <li>[EXTJSIV-980] - Background color in bottom toolbar should be blue</li>
1202             <li>[EXTJSIV-1109] - disabled text color in buttons is too light</li>
1203             <li>[EXTJSIV-1865] - Toolbar with removeAll() crashes when used with overflow</li>
1204         </ul>
1205     </li>
1206
1207     <li>Layout
1208         <ul>
1209             <li>[EXTJSIV-1846] - Infinite loop, IE Border layout</li>
1210             <li>[EXTJSIV-1867] - Resizers on border layout do not constrain during drag</li>
1211             <li>[EXTJSIV-1931] - collapsedCls not applied in border layout</li>
1212             <li>[EXTJSIV-1845] - hideCollapseTool ignored in border layout/panel</li>
1213             <li>[EXTJSIV-1780] - Collapsing large grid in border layout fails</li>
1214         </ul>
1215     </li>
1216
1217     <li>Windows
1218         <ul>
1219             <li>[EXTJSIV-1708] - Desktop example - windows don't move or resize</li>
1220             <li>[EXTJSIV-1737] - Opera 10.6: Windows cannot be moved vertically</li>
1221             <li>[EXTJSIV-1751] - Ext.Window Maximize doesnt account for browser window resize</li>
1222             <li>[EXTJSIV-1792] - Window fails with preventHeader: true</li>
1223             <li>[EXTJSIV-1945] - Window doesn't constrain properly when animating</li>
1224         </ul>
1225     </li>
1226
1227     <li>Styling
1228         <ul>
1229             <li>[EXTJSIV-1269] - Checkbox in header does not line up with checkbox in the data rows</li>
1230             <li>[EXTJSIV-1271] - Arrow is not vertically centered in the overflow toolbar</li>
1231             <li>[EXTJSIV-1317] - Slightly rounded corners on menu item highlights</li>
1232             <li>[EXTJSIV-1322] - Window header color is different to 3.x</li>
1233             <li>[EXTJSIV-1417] - The text "Powered by" in logo is not legible</li>
1234             <li>[EXTJSIV-1516] - Menus are not in access-theme colors for the access example</li>
1235             <li>[EXTJSIV-1540] - Disabled buttons are really hard to read</li>
1236             <li>[EXTJSIV-1764] - Accessibility theme missing images</li>
1237             <li>[EXTJSIV-1841] - $panel-border-radius does not work</li>
1238             <li>[EXTJSIV-1825] - Button mixin in SASS is inconsistant with other UI mixins - quick fix</li>
1239             <li>[EXTJSIV-1826] - Window does not adhere to $base-color</li>
1240             <li>[EXTJSIV-1842] - 2 issues with button variables, not working correctly.</li>
1241             <li>[EXTJSIV-1851] - Errors when building template my-ext-theme.scss</li>
1242             <li>[EXTJSIV-1854] - Remove breaking comments from layout/_layout.scss</li>
1243             <li>[EXTJSIV-1862] - ui theme does not apply to window drag & drop proxy</li>
1244             <li>[EXTJSIV-1918] - Can't set overflow hidden on component style</li>
1245         </ul>
1246     </li>
1247
1248     <li>Form
1249         <ul>
1250             <li>[EXTJSIV-1758] - Checkbox field does not report correct value</li>
1251             <li>[EXTJSIV-1775] - combo box autoSelect attribute non-functional</li>
1252             <li>[EXTJSIV-1781] - Combo Picker doesn't shift when window resizes</li>
1253             <li>[EXTJSIV-1798] - serializeForm tries to call .format</li>
1254             <li>[EXTJSIV-1809] - Html encoding issues on forms with standard submit</li>
1255             <li>[EXTJSIV-1834] - Keyup doesn't fire on combo</li>
1256             <li>[EXTJSIV-1838] - Checkbox getModelData incorrect</li>
1257             <li>[EXTJSIV-1839] - Fieldset doesn't render items when collapsed</li>
1258             <li>[EXTJSIV-1847] - Weird form field height display</li>
1259             <li>[EXTJSIV-1849] - Performance issues when adding multiple items to a form</li>
1260             <li>[EXTJSIV-1857] - Combo - Allow exclusion of queryParam</li>
1261             <li>[EXTJSIV-1869] - DisplayField alignment incorrect</li>
1262             <li>[EXTJSIV-1899] - field.Date refocuses on blur when picker is expanded</li>
1263             <li>[EXTJSIV-1902] - NumberField ignores disableKeyFilter</li>
1264             <li>[EXTJSIV-1942] - NumberField doesn't return number type when value is 0.</li>
1265             <li>[EXTJSIV-1943] - Checkbox should check for undefined uncheckedValue</li>
1266         </ul>
1267     </li>
1268
1269     <li>Grid / Tree
1270         <ul>
1271             <li>[EXTJSIV-1689] - Selection model selectAll/deselectAll fire selectionchange event for every record</li>
1272             <li>[EXTJSIV-1757] - Grid loses row striping after editing</li>
1273             <li>[EXTJSIV-1762] - Grid: CellEditing problems destroying</li>
1274             <li>[EXTJSIV-1767] - ActionColumn fails when creating a global handler</li>
1275             <li>[EXTJSIV-1771] - Deselect doesnt fire in multi select mode</li>
1276             <li>[EXTJSIV-1773] - itemmousenter/itemmouseleave fire on every mouseover/mouseout event bubbled from
1277                 *within* a View item
1278             </li>
1279             <li>[EXTJSIV-1778] - PropertyGrid crashes on destroy</li>
1280             <li>[EXTJSIV-1782] - PropertyGrid crashes when removing from store</li>
1281             <li>[EXTJSIV-1788] - Cell Editor doesn't update context</li>
1282             <li>[EXTJSIV-1794] - Crash when rootVisible false</li>
1283             <li>[EXTJSIV-1800] - RowNumberer incompatible with groupingSummary</li>
1284             <li>[EXTJSIV-1802] - Editor doesn't hide on grid scroll - FF</li>
1285             <li>[EXTJSIV-1819] - Grid in accordion layout doesn't show headers</li>
1286             <li>[EXTJSIV-1824] - PropertyGrid has no alias</li>
1287             <li>[EXTJSIV-1831] - Checkbox Selection model missing alias.</li>
1288             <li>[EXTJSIV-1848] - Row Editor doesn't work with grid filtering</li>
1289             <li>[EXTJSIV-1871] - PropertyGrid doesn't update source correctly</li>
1290             <li>[EXTJSIV-1872] - PropertyStore refers to wrong object</li>
1291             <li>[EXTJSIV-1875] - Tree doesn't allow string store id.</li>
1292             <li>[EXTJSIV-1881] - PreviewPlugin overwrites features</li>
1293             <li>[EXTJSIV-1926] - Safari: scrolling via wheel in grid also scrolls the page</li>
1294             <li>[EXTJSIV-1932] - NodeInterface callback params incorrect.</li>
1295             <li>[EXTJSIV-1939] - ProgressBar Pager fails with empty store</li>
1296             <li>[EXTJSIV-1958] - View DD contains redundant check</li>
1297         </ul>
1298     </li>
1299
1300     <li>General
1301         <ul>
1302             <li>[EXTJSIV-988] - ToolTip/QuickTip steals shadow from modal window</li>
1303             <li>[EXTJSIV-1003] - Accessibility Theme has several glitches (IE9 Quirks)</li>
1304             <li>[EXTJSIV-1047] - Validation change steals focus in Safari (3.? and 4 at least)</li>
1305             <li>[EXTJSIV-1217] - Localization files are missing a bunch of strings - NL, DE, etc</li>
1306             <li>[EXTJSIV-1218] - Validation looks wrong in a frame panel with checkboxes</li>
1307             <li>[EXTJSIV-1295] - TextField focus method does not focus, DelayedTask at fault?</li>
1308             <li>[EXTJSIV-1510] - The close button in accordion does a refresh instead.</li>
1309             <li>[EXTJSIV-1528] - The previous/next buttons do not always un-focus after clicking on it and moving the
1310                 mouse away
1311             </li>
1312             <li>[EXTJSIV-1562] - Collapse icon does not relocate after resizing the browser window</li>
1313             <li>[EXTJSIV-1648] - Checkbox selection doesn't fire selection change</li>
1314             <li>[EXTJSIV-1650] - Programmatically disabled before rendered prevents enabling</li>
1315             <li>[EXTJSIV-1654] - Using Quicktips on Frameset only page cause hard error</li>
1316             <li>[EXTJSIV-1736] - IE6 - Slider doesn't show up</li>
1317             <li>[EXTJSIV-1756] - Disabled text in forms have regressed in IE 6</li>
1318             <li>[EXTJSIV-1766] - Image Component crashes when rendered in IE</li>
1319             <li>[EXTJSIV-1779] - beforetabchange returning false doesn't stop tab changing.</li>
1320             <li>[EXTJSIV-1784] - Warn statements need to wrapped to check of the existence of the console</li>
1321             <li>[EXTJSIV-1790] - Observable shouldn't fail when removing an event that doesn't exist</li>
1322             <li>[EXTJSIV-1807] - Application fails when no controllers are specified</li>
1323             <li>[EXTJSIV-1813] - Store Can't read grouping info when specified on the class definition</li>
1324             <li>[EXTJSIV-1817] - Removed unused code: getSortState</li>
1325             <li>[EXTJSIV-1818] - NodeInterface destroy shadows Model destroy</li>
1326             <li>[EXTJSIV-1852] - JSBuilder doesn't build .jsb3 files correctly if using relative paths</li>
1327             <li>[EXTJSIV-1853] - JSBuilder not producing build correctly.</li>
1328             <li>[EXTJSIV-1856] - WebKit browsers lose selection in TEXTAREA elements</li>
1329             <li>[EXTJSIV-1864] - Store cannot set filters via prototype properties</li>
1330             <li>[EXTJSIV-1880] - Change autoCreateViewport to be false by default on Ext.app.App</li>
1331             <li>[EXTJSIV-1888] - Ext.Error.raise embeds an alert in IE or FF w/o Firebug (not good for many uses)</li>
1332             <li>[EXTJSIV-1889] - Splitter dragging doesn't work with iframes</li>
1333             <li>[EXTJSIV-1890] - Record raw property set too late</li>
1334             <li>[EXTJSIV-1895] - Ext.Array#include doesn't return anything, but docs say it does</li>
1335             <li>[EXTJSIV-1896] - Ext.data.Model#persistanceProperty should be spelled persistenceProperty</li>
1336         </ul>
1337     </li>
1338 </ul>
1339
1340 <h2>Documentation Improvements</h2>
1341
1342 <ul>
1343     <li>[EXTJSIV-739] - Improved Ext.fx.Animator docs</li>
1344     <li>[EXTJSIV-751] - Improved Ext.grid.GridPanel docs</li>
1345     <li>[EXTJSIV-769] - Improved Ext.tip.ToolTip docs</li>
1346     <li>[EXTJSIV-1074] - Improved Ext.app.Controller docs</li>
1347     <li>[EXTJSIV-1227] - Improved Ext.chart.Mask</li>
1348     <li>[EXTJSIV-1229] - Added docs for Ext.grid.property.Grid</li>
1349     <li>[EXTJSIV-1238] - Add documentation to tabPanel private methods</li>
1350     <li>[EXTJSIV-1293] - Documented Store.removeAll</li>
1351     <li>[EXTJSIV-1421] - Documented the Organizer example</li>
1352     <li>[EXTJSIV-1433] - Better docs for Ext.app.Application</li>
1353     <li>[EXTJSIV-1891] - documented loadMask configuration property of Ext.Component and descendants</li>
1354     <li>[EXTJSIV-1894] - Documented Ext.draw.Sprite events not documented</li>
1355     <li>[EXTJSIV-1898] - Removed Ext.getModel from data guide</li>
1356     <li>[EXTJSIV-1901] - Documented Ext.CompositeElement documents methods without names</li>
1357     <li>[EXTJSIV-1903] - Bad reference to Ext.panel.Panel#frame for more documentation</li>
1358     <li>[EXTJSIV-1904] - Added missing image: guides/tree/simple-tree.png</li>
1359     <li>[EXTJSIV-43] - Documented the fact that attributes are transformed to model fields</li>
1360     <li>[EXTJSIV-1485] - SDK Bootstrapping Guide and Build Tools for Developers</li>
1361     <li>[EXTJSIV-1248] - More docs for Surface</li>
1362     <li>[EXTJSIV-1244] - Added docs for Gauge AXIS</li>
1363     <li>[EXTJSIV-1796] - Character Encoding issues on deployed docs</li>
1364     <li>[EXTJSIV-1906] - a typo / encoding issue in the getting started guide</li>
1365 </ul>
1366
1367 <h2>General Improvements</h2>
1368
1369 <ul>
1370     <li>[EXTJSIV-1961] - Added callbackName option to Ext.data.JsonP.request</li>
1371     <li>[EXTJSIV-853] - Tooltips: Renamed initTarget to setTarget</li>
1372     <li>[EXTJSIV-1536] - Added a vertical toolbar example</li>
1373 </ul>
1374 </div>
1375
1376 <div class="release">
1377 <h1>
1378     Release Notes for Ext JS 4.0 Final
1379 </h1>
1380
1381 <p class="notes">
1382     Release Date: April 26, 2011<br>
1383     Version Number: 4.0.0
1384 </p>
1385
1386 <h2>
1387     New In This Release
1388 </h2>
1389 <ul>
1390     <li>New Features
1391         <ul>
1392             <li>[EXTJSIV-919] - CheckHeader fires an additional change event</li>
1393             <li>[EXTJSIV-1291] - Charts draw undefined values</li>
1394             <li>[EXTJSIV-1352] - Floating should allow Component as an argument to alignTo</li>
1395         </ul>
1396     </li>
1397 </ul>
1398 <ul>
1399 <li>Bug Fixes
1400 <ul>
1401 <li>[EXTJSIV-2] - Normalize text baseline calculation for FireFox 3.0 and 3.5</li>
1402 <li>[EXTJSIV-495] - Forum search example - search does not work</li>
1403 <li>[EXTJSIV-513] - DragSelector does not maintain selection in IE</li>
1404 <li>[EXTJSIV-528] - Improve class loader performance</li>
1405 <li>[EXTJSIV-571] - autoHeight Box layouts</li>
1406 <li>[EXTJSIV-672] - Active tab has dark line beneath in access theme</li>
1407 <li>[EXTJSIV-697] - Element loses event Listener</li>
1408 <li>[EXTJSIV-788] - Grid in accordion layout displays scrollbars</li>
1409 <li>[EXTJSIV-820] - Ext.util.Format.usMoney is not inserting commas into the returned string</li>
1410 <li>[EXTJSIV-826] - When removing + then adding grid summary, it does not add x-grid-cell-first</li>
1411 <li>[EXTJSIV-860] - Row editing shadow issue</li>
1412 <li>[EXTJSIV-863] - IE Header menu issue</li>
1413 <li>[EXTJSIV-869] - Changing Collapsed Titles in a Border Layout</li>
1414 <li>[EXTJSIV-871] - form-grid example layout in IE6</li>
1415 <li>[EXTJSIV-873] - menu shows a small rectangle when it has no items</li>
1416 <li>[EXTJSIV-876] - Grid Menu allows hiding all columns</li>
1417 <li>[EXTJSIV-901] - updateRecord w/ radio group</li>
1418 <li>[EXTJSIV-902] - FieldContainer misses clearInvalid</li>
1419 <li>[EXTJSIV-910] - Need to know when Surface is rendered</li>
1420 <li>[EXTJSIV-912] - IE6 &amp; 7, FF4: Grid Header misaligned with the gridview</li>
1421 <li>[EXTJSIV-932] - Gauge series needs docs.</li>
1422 <li>[EXTJSIV-936] - Trigger field is not flushed using the access theme in IE 6 and 7</li>
1423 <li>[EXTJSIV-975] - Font styles are inconsistent across components</li>
1424 <li>[EXTJSIV-976] - TreeSelectionModel does not use checkbox images</li>
1425 <li>[EXTJSIV-977] - Ext.isFunction return true with a NodeList in Safari 3-4</li>
1426 <li>[EXTJSIV-979] - CSS styling wrong after collapsing Navigation panel</li>
1427 <li>[EXTJSIV-981] - Resizing failure with layout-browser.html --> Table</li>
1428 <li>[EXTJSIV-983] - Border line is missing beneath the grid header row</li>
1429 <li>[EXTJSIV-984] - Bottom scrollbar is not flushed with the right scrollbar</li>
1430 <li>[EXTJSIV-986] - Grid state does not save column width</li>
1431 <li>[EXTJSIV-993] - IE9 Strict Rendering issue with form.fieldset</li>
1432 <li>[EXTJSIV-994] - IE9 Strict Border layout issue</li>
1433 <li>[EXTJSIV-995] - IE7: Artifact in top-left corner of framed panel</li>
1434 <li>[EXTJSIV-996] - Field/Trigger placement in top toolbar needs to move down 1 pixel</li>
1435 <li>[EXTJSIV-999] - Both framing and flushing trigger button issues seen in IE 7</li>
1436 <li>[EXTJSIV-1000] - DatePicker Month title color is black</li>
1437 <li>[EXTJSIV-1002] - IE9 Strict Collapsible button in Ext.form.Fieldset aren't displayed correctly</li>
1438 <li>[EXTJSIV-1004] - Group header grid example is broken</li>
1439 <li>[EXTJSIV-1005] - Locking Grid Lock/Unlock throw an error</li>
1440 <li>[EXTJSIV-1007] - IE9 Strict - RowEditor scrolls the grid view when starting an edit</li>
1441 <li>[EXTJSIV-1008] - Splitter's calculated collapse directions are wrong. 'up' should be 'top', 'down' should be bottom.
1442 </li>
1443 <li>[EXTJSIV-1010] - Check/Radio example, white background</li>
1444 <li>[EXTJSIV-1011] - IE 9 Quirks Pie chart example Pie parts border issue</li>
1445 <li>[EXTJSIV-1012] - NumberField - Bottom trigger doesn't hover</li>
1446 <li>[EXTJSIV-1013] - IE9 Quirks Message Box Multi-line prompt: Input width is too large</li>
1447 <li>[EXTJSIV-1014] - ItemSelector button icons missing</li>
1448 <li>[EXTJSIV-1015] - IE9 Strict Tree Checkbox are not correctly positioned</li>
1449 <li>[EXTJSIV-1016] - Grey background on drag drop indicator on IE6</li>
1450 <li>[EXTJSIV-1017] - IE9 Drag and Drop in TreePanel does not work correctly</li>
1451 <li>[EXTJSIV-1020] - Clipping of letters in vertical header titles</li>
1452 <li>[EXTJSIV-1021] - IE9 Custom Styles progress bar doesn't show XP style</li>
1453 <li>[EXTJSIV-1022] - Wrong font for vertical header titles with IE 9</li>
1454 <li>[EXTJSIV-1023] - The minButtonWidth is applied to non-buttons in fbar</li>
1455 <li>[EXTJSIV-1025] - Tree shifts after expand/collapse animation in all IEs</li>
1456 <li>[EXTJSIV-1028] - Grid: Promote from Markup example doesn't work in IE6 &amp;7</li>
1457 <li>[EXTJSIV-1029] - Added an Associations example</li>
1458 <li>[EXTJSIV-1031] - draw/Logos Example the window is too big</li>
1459 <li>[EXTJSIV-1033] - Safari 5 Mac Tabs rendering glitch</li>
1460 <li>[EXTJSIV-1036] - Grid Window in Desktop example permanently loses scrollbars during window resize</li>
1461 <li>[EXTJSIV-1039] - IE 6 &amp;7 Only: After resizing flexed column very wide</li>
1462 <li>[EXTJSIV-1040] - statusbar/statusbar-demo.html toolbar items alignment issue</li>
1463 <li>[EXTJSIV-1042] - Clicking constrained windows does not bring constraining window to top</li>
1464 <li>[EXTJSIV-1044] - Gap between box elements in keynav example</li>
1465 <li>[EXTJSIV-1045] - examples/layout/snap-windows.html throws "Attempting to extend from a class which has not been
1466     loaded on the page."
1467 </li>
1468 <li>[EXTJSIV-1048] - Inaccurate lastComponentSize returned</li>
1469 <li>[EXTJSIV-1049] - Grid filters are lost when clicking Add Columns in Custom Grid Filters Example (local filtering)
1470 </li>
1471 <li>[EXTJSIV-1050] - Feedviewer "view post" has no margin/padding</li>
1472 <li>[EXTJSIV-1051] - Stateful grid doesn't work in IE6</li>
1473 <li>[EXTJSIV-1052] - Multi line message box doesn't show a scrollbar (IE6)</li>
1474 <li>[EXTJSIV-1054] - Portal dragging breaks</li>
1475 <li>[EXTJSIV-1055] - DataView dragged selection not applying in IE6</li>
1476 <li>[EXTJSIV-1056] - Adding more rows after scrolling to the bottom of grid view causes the row editor to disappear</li>
1477 <li>[EXTJSIV-1057] - Quickly trigger window show / hide while it's still animating screws layout / visibility checking
1478 </li>
1479 <li>[EXTJSIV-1058] - Resizing window while it's being masked does not resize the masking layer</li>
1480 <li>[EXTJSIV-1059] - Error using GridViewDragDrop plugin</li>
1481 <li>[EXTJSIV-1062] - Menu items don't layout to full width</li>
1482 <li>[EXTJSIV-1063] - Window.show() no longer does a toFront() as in 3.x</li>
1483 <li>[EXTJSIV-1064] - Vertical toolbar separators are vertical but should be horizontal.</li>
1484 <li>[EXTJSIV-1067] - Toolbar enableOverflow property not respected</li>
1485 <li>[EXTJSIV-1071] - Tree getRecords doesn't work correctly</li>
1486 <li>[EXTJSIV-1075] - collapseAll shouldn't collapse root if rootVisible is true</li>
1487 <li>[EXTJSIV-1076] - Possible missing variables</li>
1488 <li>[EXTJSIV-1078] - Shadows look odd on non-white backgrounds</li>
1489 <li>[EXTJSIV-1079] - Theme example is missing some components</li>
1490 <li>[EXTJSIV-1084] - Tab height/tabbar height is not consistent with 3.3</li>
1491 <li>[EXTJSIV-1085] - Tab panel and panel headers need to be the same size</li>
1492 <li>[EXTJSIV-1087] - API Change: Ext.tab.TabPanel renamed to Ext.tab.Panel</li>
1493 <li>[EXTJSIV-1088] - Toolbar Buttons when against the Left side of the gutter need more padding</li>
1494 <li>[EXTJSIV-1089] - In theme example, tree panel is not in the accordion panel</li>
1495 <li>[EXTJSIV-1091] - In theme example, paging toolbar does not display default page number</li>
1496 <li>[EXTJSIV-1092] - Grid Shifts on Header Trigger Click</li>
1497 <li>[EXTJSIV-1093] - Theme example: scrollable tab indicator is off by a pixel</li>
1498 <li>[EXTJSIV-1095] - Theme example - missing multi-trigger field inside GridPanel toolbar</li>
1499 <li>[EXTJSIV-1100] - Button config renders incorrectly - "submit" seems off center</li>
1500 <li>[EXTJSIV-1103] - Padding on toolbar buttons is two pixels at the bottom and one pixel at the top. Should be two
1501     pixels on both.
1502 </li>
1503 <li>[EXTJSIV-1104] - Framed panel does not have bottom border when headerPosition:top</li>
1504 <li>[EXTJSIV-1106] - iconCls not honored on Ext.grid.column.Action</li>
1505 <li>[EXTJSIV-1108] - pressed state buttons have a background in the corners?</li>
1506 <li>[EXTJSIV-1110] - Split button and menu button: Text and arrow have too much space in between</li>
1507 <li>[EXTJSIV-1111] - Error when using tab in Writer Example</li>
1508 <li>[EXTJSIV-1115] - FeedViewer Add Feed Window is too small</li>
1509 <li>[EXTJSIV-1116] - Accordion panel - accordion titles have more padding on bottom than top</li>
1510 <li>[EXTJSIV-1119] - In the list of examples, it's impossible to close a set of examples</li>
1511 <li>[EXTJSIV-1120] - Border Layout collapsed vertical header has dark black bold text</li>
1512 <li>[EXTJSIV-1122] - Feed View Looses Scroll Bar</li>
1513 <li>[EXTJSIV-1123] - Live Grid Search Example does not have screenshot</li>
1514 <li>[EXTJSIV-1125] - When changing feeds, tabs have the wrong size</li>
1515 <li>[EXTJSIV-1126] - RowEditor edging for buttons in IE</li>
1516 <li>[EXTJSIV-1128] - Feed viewer - add feed dialogue box is missing several elements</li>
1517 <li>[EXTJSIV-1129] - TextField 1px taller than other fields</li>
1518 <li>[EXTJSIV-1131] - Image Viewer Example: Unable to edit album names in the tree</li>
1519 <li>[EXTJSIV-1132] - Panel header has 1 pixel white on left and right</li>
1520 <li>[EXTJSIV-1136] - Paging Grid Example: JsonPProxy in the header isn't the name of the class in the code</li>
1521 <li>[EXTJSIV-1138] - Paging Example: disablePagingSelection:true is not respected</li>
1522 <li>[EXTJSIV-1139] - Portal example - if all components are in one column, cannot drag to 3rd column</li>
1523 <li>[EXTJSIV-1143] - Property grid does not have an indicator to show it's a property grid</li>
1524 <li>[EXTJSIV-1144] - Property Grid Example is too large -- should fit the size to make it look more like a property grid
1525 </li>
1526 <li>[EXTJSIV-1146] - Editor Grid Example: Clicking from Common Name in an editor to Light doesn't invoke an editor</li>
1527 <li>[EXTJSIV-1147] - Grid editing example - resizing the column while editing behaves incorrectly</li>
1528 <li>[EXTJSIV-1148] - Custom Grid Filters: Menu is lost on refresh of view</li>
1529 <li>[EXTJSIV-1150] - GroupTextTPL is not implemented</li>
1530 <li>[EXTJSIV-1153] - Row Editing: When editing a row, pixels are missing from the bottom left and bottom right box</li>
1531 <li>[EXTJSIV-1154] - Row Editing: Single click doesn't move the row editor</li>
1532 <li>[EXTJSIV-1155] - Row Editing plugin/example needs to be more like 3.3</li>
1533 <li>[EXTJSIV-1156] - Row Editing: Scrolling and row editor in the wrong place when clicking "Add Plant"</li>
1534 <li>[EXTJSIV-1160] - No loading indication when you open up a node</li>
1535 <li>[EXTJSIV-1161] - Empty Tree has +/- button</li>
1536 <li>[EXTJSIV-1163] - Grouped Grid Example: Missing Collapsable on the Panel and Clear Grouping on the bottom</li>
1537 <li>[EXTJSIV-1164] - Tool missing disabledCls</li>
1538 <li>[EXTJSIV-1166] - Summary Grid Example: Button needs to be fixed</li>
1539 <li>[EXTJSIV-1167] - Status bar example - clock shows up randomly when you start typing</li>
1540 <li>[EXTJSIV-1174] - Need a Remote Filtering Example</li>
1541 <li>[EXTJSIV-1175] - Grid Filtering Example: No Date Column</li>
1542 <li>[EXTJSIV-1176] - Clean up main example page</li>
1543 <li>[EXTJSIV-1177] - Grid Filtering Example: No Boolean Filtering</li>
1544 <li>[EXTJSIV-1179] - Data Writer example appears to not work</li>
1545 <li>[EXTJSIV-1181] - grouped header grid example - crash chrome when dragging a header into it's children</li>
1546 <li>[EXTJSIV-1183] - Grid Multiple Sorting is missing a splitter after sorting order</li>
1547 <li>[EXTJSIV-1185] - Tab Scroller Menu Plugin: Misalignment on top of overflow tabs</li>
1548 <li>[EXTJSIV-1186] - Message Box Confirm Dialog needs more spacing between Yes/No buttons</li>
1549 <li>[EXTJSIV-1188] - Tree Open Animation is incorrect</li>
1550 <li>[EXTJSIV-1190] - Incorrect default body padding?</li>
1551 <li>[EXTJSIV-1191] - Layout browser -> Center layout. Auto height not expanding to body contents</li>
1552 <li>[EXTJSIV-1192] - Complex Layout Example: On load, property grid is selected, but "A Tab" is rendered</li>
1553 <li>[EXTJSIV-1194] - In a combo box, hitting space inside combobox presents user with a big gray box</li>
1554 <li>[EXTJSIV-1195] - Need an Combo Box Example with Transforms</li>
1555 <li>[EXTJSIV-1196] - Combo with Templates and Ajax draws the searching box incorrectly on first load</li>
1556 <li>[EXTJSIV-1197] - Need an example of a fieldset side by side</li>
1557 <li>[EXTJSIV-1198] - Wrong Collapse Indicator in Checkbox Radio Groups</li>
1558 <li>[EXTJSIV-1199] - Bring Back Flash Component (if necessary)</li>
1559 <li>[EXTJSIV-1200] - Combobox in a Menu Dropdown is Flush with Left Edge</li>
1560 <li>[EXTJSIV-1201] - Submenu is Lost when Resizing Window</li>
1561 <li>[EXTJSIV-1203] - Ext.Action Example should port the existing Action Example over</li>
1562 <li>[EXTJSIV-1205] - Cannot read property 'afteredit' of undefined</li>
1563 <li>[EXTJSIV-1209] - Advanced DataView Example: Animation poofs, it doesn't zoom back to the grid when selecting an item
1564 </li>
1565 <li>[EXTJSIV-1210] - History Example doesn't work</li>
1566 <li>[EXTJSIV-1214] - Progress bar example needs a blue background</li>
1567 <li>[EXTJSIV-1216] - Panel Example "Panel as Child" is missing border for header in first child</li>
1568 <li>[EXTJSIV-1219] - Portal columns disappear when removing all portlets (regression)</li>
1569 <li>[EXTJSIV-1220] - Numeric Axis shows extra</li>
1570 <li>[EXTJSIV-1222] - Rename Ext.container.Viewport isViewPort property to isViewport</li>
1571 <li>[EXTJSIV-1223] - GroupGrid does not scroll if using paginggridscroller</li>
1572 <li>[EXTJSIV-1231] - ComboBox's bound list: Shadow persists when Store is filtered to zero matches and the list shrinks
1573     to zero height.
1574 </li>
1575 <li>[EXTJSIV-1232] - DatePicker as dropdown from a DateField should dismiss when you press ESC</li>
1576 <li>[EXTJSIV-1233] - API DOC Browser Class links issue</li>
1577 <li>[EXTJSIV-1235] - Testing: Ext.tip.Tip spec fails in IE6-8</li>
1578 <li>[EXTJSIV-1237] - Move Rob's framing command over to use jarred's new tool</li>
1579 <li>[EXTJSIV-1239] - Need to implement .x-small-editor sizing for form fields</li>
1580 <li>[EXTJSIV-1240] - Regression on rotated labels (check the area select example in test/ui)</li>
1581 <li>[EXTJSIV-1243] - Fix a bug where NodeInterface decorate would always override data fields in your Model, even if
1582     they already existed.
1583 </li>
1584 <li>[EXTJSIV-1245] - ComboBox selectOnTab does not work if the field has a value.</li>
1585 <li>[EXTJSIV-1246] - Accordion layout fails with hidden items</li>
1586 <li>[EXTJSIV-1247] - MessageBox doesn't work with animateTarget</li>
1587 <li>[EXTJSIV-1249] - Grid column resize indicators don't show when used inside border layout</li>
1588 <li>[EXTJSIV-1250] - Combo with no value returns empty array</li>
1589 <li>[EXTJSIV-1251] - Phantom records should not be added to removed</li>
1590 <li>[EXTJSIV-1252] - Border Layout collapseMode mini positioning incorrect</li>
1591 <li>[EXTJSIV-1253] - Tree needs checkchange event</li>
1592 <li>[EXTJSIV-1254] - Grouping needs to refresh the scroller on grid expand/collapse</li>
1593 <li>[EXTJSIV-1255] - MessageBox reacts to enter keypress even when hidden</li>
1594 <li>[EXTJSIV-1257] - Unable to control whether or not the checkbox is shown for certain rows with CheckboxModel</li>
1595 <li>[EXTJSIV-1258] - Setting border false on grid, headerCt still keeps borders</li>
1596 <li>[EXTJSIV-1260] - DirectProxy doesn't accept string paramOrder</li>
1597 <li>[EXTJSIV-1261] - Reconfigure breaks when used with locked columns</li>
1598 <li>[EXTJSIV-1263] - Window body is slightly different color than window frame</li>
1599 <li>[EXTJSIV-1264] - The grid-plugins example takes a long time in IE 6 to display the grids and scrollbars</li>
1600 <li>[EXTJSIV-1265] - Tabs are broken with draw/Logos.html in IE 8.0</li>
1601 <li>[EXTJSIV-1266] - Row Editing broken when not specifying an editor</li>
1602 <li>[EXTJSIV-1267] - Framing for the access example is broken in some browsers</li>
1603 <li>[EXTJSIV-1268] - Grouping Feature - Events provide no context, aren't fired on the grid</li>
1604 <li>[EXTJSIV-1272] - Add extra string methods to Ext.util.Format so they can be used with templates</li>
1605 <li>[EXTJSIV-1273] - Dragging and Dropping Panels in the Portal Example lose Tools</li>
1606 <li>[EXTJSIV-1274] - Identify and fix transitory Table View memory leak in IE6 &amp;IE7</li>
1607 <li>[EXTJSIV-1279] - Nested Windows not hiding themselves when floatParent (tab) hides.</li>
1608 <li>[EXTJSIV-1280] - Window that is a child of TabPanel doesn't get hidden when Tab is switched, not hiding itself when
1609     its floatParent hides.
1610 </li>
1611 <li>[EXTJSIV-1281] - DataView#ItemOver tracking does not always detect onItemMouseLeave</li>
1612 <li>[EXTJSIV-1282] - Specifying groupable:false on a column definition has no effect</li>
1613 <li>[EXTJSIV-1283] - Identify and Fix transient memory leak in the HtmlEditor</li>
1614 <li>[EXTJSIV-1284] - Borders are no longer correct.</li>
1615 <li>[EXTJSIV-1285] - Messagebox text not wrapping properly.</li>
1616 <li>[EXTJSIV-1286] - Fieldsets too large in HBox layout in Firefox</li>
1617 <li>[EXTJSIV-1288] - Chart axes and line not aligned</li>
1618 <li>[EXTJSIV-1289] - RowEditor - option to prevent moving editor to new row when there are pending changes</li>
1619 <li>[EXTJSIV-1290] - setClosable on Tab will not remove element</li>
1620 <li>[EXTJSIV-1292] - beforeshow recursion and error</li>
1621 <li>[EXTJSIV-1296] - Several tree examples are failing in IE (all versions)</li>
1622 <li>[EXTJSIV-1297] - Hard Error: Not implemented error seen with IE 8</li>
1623 <li>[EXTJSIV-1298] - ComboBox dropdown has horrible rendering artifacts in IE6</li>
1624 <li>[EXTJSIV-1299] - ComboBox triggerAction:'all' not working after list has been filtered</li>
1625 <li>[EXTJSIV-1301] - PropertyGrid throws error when editing</li>
1626 <li>[EXTJSIV-1303] - Model constructor needs to support array data</li>
1627 <li>[EXTJSIV-1304] - ButtonGroup styling is not perfect. issue with header</li>
1628 <li>[EXTJSIV-1305] - TreePanel.selectPath fails</li>
1629 <li>[EXTJSIV-1306] - RowEditing example - migrate 3.3 example so it is the same</li>
1630 <li>[EXTJSIV-1307] - RowEditing - make animation speed more like 3.3 by default</li>
1631 <li>[EXTJSIV-1308] - Sub-menu menu is not aligned properly</li>
1632 <li>[EXTJSIV-1309] - Menus are misaligned in buttons</li>
1633 <li>[EXTJSIV-1310] - Disabling form does not disable radios and check boxes</li>
1634 <li>[EXTJSIV-1311] - Tab scroller arrows are not correctly aligned</li>
1635 <li>[EXTJSIV-1312] - Central tab panel in the themes example has tabs that are too wide</li>
1636 <li>[EXTJSIV-1314] - Forum browser has 2px blue border on left edge of grid</li>
1637 <li>[EXTJSIV-1315] - Collapse icons disappear when moving a portlet</li>
1638 <li>[EXTJSIV-1316] - Panel expand icon is positioned 1px/2px too low</li>
1639 <li>[EXTJSIV-1318] - Gap between buttons in a window is too small</li>
1640 <li>[EXTJSIV-1319] - Locking grid borders are wrong</li>
1641 <li>[EXTJSIV-1323] - Menu Submenus can get out of alignment</li>
1642 <li>[EXTJSIV-1324] - Status Bar breaks easily</li>
1643 <li>[EXTJSIV-1325] - Status bar date too low</li>
1644 <li>[EXTJSIV-1326] - QuickTips close button missing a bottom border</li>
1645 <li>[EXTJSIV-1327] - Floater.js should not reopen a floating component based solely on its visible state prior to hiding
1646     its floatParent
1647 </li>
1648 <li>[EXTJSIV-1329] - Vertical header text in IE9 is the wrong font</li>
1649 <li>[EXTJSIV-1330] - RowEditor is missing panel frame corners on bottom left/right of buttons</li>
1650 <li>[EXTJSIV-1332] - Application.getController not using Ext.Loader</li>
1651 <li>[EXTJSIV-1333] - Locking grid doesn't get viewConfig from the GridPanel</li>
1652 <li>[EXTJSIV-1334] - Tip + Window issues</li>
1653 <li>[EXTJSIV-1335] - Stroke opacity in VML</li>
1654 <li>[EXTJSIV-1336] - RowExpander removes other features</li>
1655 <li>[EXTJSIV-1338] - Grid doesn't disable properly</li>
1656 <li>[EXTJSIV-1339] - Store needs clear event - should be fired after a removeAll</li>
1657 <li>[EXTJSIV-1340] - Area chart showing incorrect values</li>
1658 <li>[EXTJSIV-1341] - TabPanel without borders has odd looking headers</li>
1659 <li>[EXTJSIV-1342] - ColorPicker selected class not correct in CSS</li>
1660 <li>[EXTJSIV-1344] - Grid Editing with checkbox editor shows cell contents</li>
1661 <li>[EXTJSIV-1345] - Editor revertInvalid doesn't default to true like the docs say</li>
1662 <li>[EXTJSIV-1346] - Bad global variable detected by test reporter in AbstractComponent</li>
1663 <li>[EXTJSIV-1347] - Browser resizer interferes with textarea</li>
1664 <li>[EXTJSIV-1350] - RowEditor should disable its update button when there are validation errors</li>
1665 <li>[EXTJSIV-1353] - Desktop Example does not work with dynamic loader (only ext-all)</li>
1666 <li>[EXTJSIV-1354] - Can't assign idProperty when creating implicit fields</li>
1667 <li>[EXTJSIV-1355] - Can't destroy grid with DD</li>
1668 <li>[EXTJSIV-1356] - Collapsed grid crashes when expanded</li>
1669 <li>[EXTJSIV-1357] - Combo needs a hiddenName property</li>
1670 <li>[EXTJSIV-1358] - RowEditor - very quick grid view scroll prior to full rendering results in an error</li>
1671 <li>[EXTJSIV-1359] - Framed buttons (IE 6-8) lose their styles when focused or mouseovered</li>
1672 <li>[EXTJSIV-1361] - on tree.Panel the scroller element still has a border when bodyBorder is set to 0</li>
1673 <li>[EXTJSIV-1365] - Transparency is not working in the slicer tool</li>
1674 <li>[EXTJSIV-1367] - There is no styling for overflowHandler Scroller for Toolbar (used by Desktop example)</li>
1675 <li>[EXTJSIV-1371] - Radio buttons look like stars for the access theme</li>
1676 <li>[EXTJSIV-1372] - Tooltips with more than text configuration do not work reliably on Chrome, Safari and IE</li>
1677 <li>[EXTJSIV-1373] - Default window background is incorrect?</li>
1678 <li>[EXTJSIV-1374] - Button group needs more right margin</li>
1679 <li>[EXTJSIV-1376] - htmleditor font combo stays above all content in IE6 (only)</li>
1680 <li>[EXTJSIV-1377] - Grid column dropped into wrong place when inserting into a locked area</li>
1681 <li>[EXTJSIV-1378] - Locking grid: crashes when you drag a column to the first column index</li>
1682 <li>[EXTJSIV-1379] - Make upgrade guide clear that form submission must now use the API</li>
1683 <li>[EXTJSIV-1381] - Create a test for toolbars in every situation</li>
1684 <li>[EXTJSIV-1382] - Masking behavior not correct in theme viewer example</li>
1685 <li>[EXTJSIV-1383] - Vertical text is cut off if the panel is collapsed</li>
1686 <li>[EXTJSIV-1385] - Icon in tree has incorrect padding</li>
1687 <li>[EXTJSIV-1386] - Double triggers seem in example</li>
1688 <li>[EXTJSIV-1387] - Double pixel border on the left side of the accordion panel</li>
1689 <li>[EXTJSIV-1388] - Need to add a UI test to make sure a framed grid can have rounded corners</li>
1690 <li>[EXTJSIV-1393] - Pie chart needs to deal with 0 values</li>
1691 <li>[EXTJSIV-1394] - Portlet z-index issues when dragging</li>
1692 <li>[EXTJSIV-1395] - Tree doesn't setup all dependencies</li>
1693 <li>[EXTJSIV-1397] - Locking doesn't provide a centralized view</li>
1694 <li>[EXTJSIV-1399] - RowEditor buttons &amp;grid scroller have an issue in Opera 11.01 only</li>
1695 <li>[EXTJSIV-1400] - menu.Manager::get, variable undefined</li>
1696 <li>[EXTJSIV-1402] - Sprite doesn't clean up draggable</li>
1697 <li>[EXTJSIV-1403] - SplitButton - overArrow flag gets stuck</li>
1698 <li>[EXTJSIV-1404] - GridPanel should have getStore method</li>
1699 <li>[EXTJSIV-1405] - Button onMenuTriggerOver/Out is not accurate</li>
1700 <li>[EXTJSIV-1407] - RowNumberer - needs a better way to determine the row number</li>
1701 <li>[EXTJSIV-1408] - Organizer example: Dropping the same image into an album twice throws a hard error</li>
1702 <li>[EXTJSIV-1409] - RowEditor throws an error when starting a new edit after a previously failed validation</li>
1703 <li>[EXTJSIV-1410] - RowEditor must update its error summary tooltip for changes to the same field</li>
1704 <li>[EXTJSIV-1411] - Access theme needs image for number field trigger buttons</li>
1705 <li>[EXTJSIV-1416] - Adding a docked:top toolbar tp a headerPosition:right panel/window causes a bug</li>
1706 <li>[EXTJSIV-1418] - Inconsistent look for accordions header titles between browsers</li>
1707 <li>[EXTJSIV-1419] - Inconsistent direction from dark to light for gradient colors in the Logos example</li>
1708 <li>[EXTJSIV-1422] - TabPanel has incorrect bottom border</li>
1709 <li>[EXTJSIV-1423] - Divider line in toolbar is not vertically centered, also doesn't look correct</li>
1710 <li>[EXTJSIV-1426] - No gap between the accordion headers in Safari 4.0</li>
1711 <li>[EXTJSIV-1427] - GridEditing: Column to use editor, field or some other name</li>
1712 <li>[EXTJSIV-1429] - The >> button is not vertically centered in the overflow toolbar examples</li>
1713 <li>[EXTJSIV-1430] - overItemCls not working</li>
1714 <li>[EXTJSIV-1432] - Trailing comma in forum/forum.html example</li>
1715 <li>[EXTJSIV-1436] - Grid sorting icons slightly mispositioned</li>
1716 <li>[EXTJSIV-1438] - Grid column header text slightly mispositioned in all IEs</li>
1717 <li>[EXTJSIV-1439] - Window buttons have an ugly border in IE6 and IE7</li>
1718 <li>[EXTJSIV-1440] - Rest proxy doesn't respect api config</li>
1719 <li>[EXTJSIV-1441] - Vertical toolbar separators margin is incorrect. Seems to get more on the bottom</li>
1720 <li>[EXTJSIV-1442] - Uncaught TypeError: Cannot call method 'bringToFront' of undefined</li>
1721 <li>[EXTJSIV-1444] - Vertical toolbars need to have no margin on the bottom, not the right</li>
1722 <li>[EXTJSIV-1445] - li style disc not set when using styleHtmlContent</li>
1723 <li>[EXTJSIV-1446] - /core gets doubled up in the distributed package</li>
1724 <li>[EXTJSIV-1447] - Form DirectLoad callback fires twice</li>
1725 <li>[EXTJSIV-1448] - Borders need help</li>
1726 <li>[EXTJSIV-1449] - Grid Locking and Sorting not in SYNC FF4</li>
1727 <li>[EXTJSIV-1450] - Accordion bottom border incorrect</li>
1728 <li>[EXTJSIV-1451] - Legend renders incorrectly in Chart FF4.0</li>
1729 <li>[EXTJSIV-1452] - Drag and Drop broken in FF4 organizer example</li>
1730 <li>[EXTJSIV-1453] - Vertical header text in FF is the wrong font</li>
1731 <li>[EXTJSIV-1455] - theme example doesn't select a theme on first load, it seems.</li>
1732 <li>[EXTJSIV-1456] - ComboBox remains open after selection in grid cell editing</li>
1733 <li>[EXTJSIV-1457] - createBuffered ignores scope</li>
1734 <li>[EXTJSIV-1458] - File field crashes when you use disabled: true</li>
1735 <li>[EXTJSIV-1461] - Highlight on charts uses the same window shadow?</li>
1736 <li>[EXTJSIV-1462] - Legend doesn't renable a value FF4</li>
1737 <li>[EXTJSIV-1463] - Menu issues on FF when messing with charts</li>
1738 <li>[EXTJSIV-1464] - Flicker on Animation of Window Showing and incorrect initial position of windows</li>
1739 <li>[EXTJSIV-1465] - ComboBox in a menu does not react correctly</li>
1740 <li>[EXTJSIV-1466] - Leaves a menu up when using the color picker in an overflow</li>
1741 <li>[EXTJSIV-1467] - Status bar too short</li>
1742 <li>[EXTJSIV-1468] - Selection range implemented poorly</li>
1743 <li>[EXTJSIV-1469] - ComboBox with remote search example does not act intuitively</li>
1744 <li>[EXTJSIV-1470] - Remove Simple MVC example from examples</li>
1745 <li>[EXTJSIV-1475] - Vertical separators in toolbars are missing in quirks mode in IE (all versions)</li>
1746 <li>[EXTJSIV-1477] - Left border is missing in draw/Sencha.html example in strict/transitional modes in IE 6</li>
1747 <li>[EXTJSIV-1478] - Broken form/check-radio.html example in IE 6 &amp;7 in strict/transitional DOCTYPE modes</li>
1748 <li>[EXTJSIV-1479] - Zero top/bottom padding in toolbar for the search field -- all browsers affected</li>
1749 <li>[EXTJSIV-1482] - Ext.draw.CompositeSprite.setStyle problem</li>
1750 <li>[EXTJSIV-1483] - The forum/forum.html example is broken in IE 6 with strict/transitional DOCTYPEs</li>
1751 <li>[EXTJSIV-1486] - Tree header shows a 1px border when no column headers, works for grid</li>
1752 <li>[EXTJSIV-1487] - Toolbar separators are not visible in quirks.</li>
1753 <li>[EXTJSIV-1488] - Web Desktop needs to have a blue background</li>
1754 <li>[EXTJSIV-1489] - Desktop example windows don't open smoothly, can't be closed</li>
1755 <li>[EXTJSIV-1490] - Desktop example taskbar buttons not well aligned</li>
1756 <li>[EXTJSIV-1491] - Remove extra bordering on the grid window on Desktop example</li>
1757 <li>[EXTJSIV-1492] - Accordion text and border colors incorrect</li>
1758 <li>[EXTJSIV-1493] - Remove border around desktop's example's accordion window toolbar</li>
1759 <li>[EXTJSIV-1494] - Extra padding between cells in IE 6/7 (first grid) when using strict or transitional DOCTYPEs.</li>
1760 <li>[EXTJSIV-1495] - Desktop example accordion breaks layout</li>
1761 <li>[EXTJSIV-1497] - Desktop example's Notepad window has a double border</li>
1762 <li>[EXTJSIV-1498] - Desktop example's logo has too high z-index</li>
1763 <li>[EXTJSIV-1500] - Desktop example is not listed in the examples page</li>
1764 <li>[EXTJSIV-1505] - Menu doesn't fire deactivate</li>
1765 <li>[EXTJSIV-1506] - The theme viewer example is failing in Safari on Snow Leopard</li>
1766 <li>[EXTJSIV-1507] - Menu Checkbox hideOnClick</li>
1767 <li>[EXTJSIV-1508] - Accordion is broken in desktop example</li>
1768 <li>[EXTJSIV-1509] - Resizing the portal example fails in Safari on Snow Leopard</li>
1769 <li>[EXTJSIV-1512] - Drag &amp;Drop broken with the organizer example</li>
1770 <li>[EXTJSIV-1513] - Tabs are broken with Webkit in the key feed viewer example</li>
1771 <li>[EXTJSIV-1514] - Clicking on tabs creates a big dark-blue border box around it in Safari on Snow Leopard</li>
1772 <li>[EXTJSIV-1515] - Border line is missing for content area in new tabs</li>
1773 <li>[EXTJSIV-1517] - Scrollbar does not reappear after expanding a collapsed grid in example</li>
1774 <li>[EXTJSIV-1518] - Combo-box in Cell Editing Grid Example is Failing with Safari on Snow Leopard</li>
1775 <li>[EXTJSIV-1519] - Scrollbar disappears after unchecking "Show in Groups" and checking again "Show in Groups"</li>
1776 <li>[EXTJSIV-1520] - ZIndexManager: Dynamic Load depends on Ext.window.Window</li>
1777 <li>[EXTJSIV-1521] - Collapsing invisible root node of tree w/vertical scrollbar throws null reference exception</li>
1778 <li>[EXTJSIV-1525] - Previous pull-down menus do not unhighlight when clicking on the next one</li>
1779 <li>[EXTJSIV-1526] - Custom Grid Filters: Object doesn't support this property or method</li>
1780 <li>[EXTJSIV-1527] - The bottom toolbar in the Calendar component just doesn't look right</li>
1781 <li>[EXTJSIV-1529] - Height in toolbar is not tall enough to clearly show the icon after searching</li>
1782 <li>[EXTJSIV-1530] - Last row in charting tooltip is clipped</li>
1783 <li>[EXTJSIV-1531] - Blank spot seen in examples page with IE 8.0</li>
1784 <li>[EXTJSIV-1532] - Vertical header SVG element too small, clips text</li>
1785 <li>[EXTJSIV-1534] - x-column-header-open class not being removed from column header when column menu hides.</li>
1786 <li>[EXTJSIV-1538] - Scrollbar is missing when loading 20 items -- all items are clipped</li>
1787 <li>[EXTJSIV-1539] - Transparency is not working for panels on a gray background</li>
1788 <li>[EXTJSIV-1541] - Patient data is lost after drag &amp;drop and sorting on a grid column</li>
1789 <li>[EXTJSIV-1542] - Sencha icon on Desktop example has black underline (the shadow) in IE6-8</li>
1790 <li>[EXTJSIV-1543] - Panel acts like it has a X+Y value set when rendered in a autoScroll div</li>
1791 <li>[EXTJSIV-1547] - Buttons in DatePicker are not vertically centered -- has zero padding below the buttons</li>
1792 <li>[EXTJSIV-1548] - Custom Layout under Checkbox Groups is blank</li>
1793 <li>[EXTJSIV-1549] - Buttons do not unhighlight after clicking on them and moving the mouse away from it</li>
1794 <li>[EXTJSIV-1550] - Nested Panels not laying out child grids until resize occurs</li>
1795 <li>[EXTJSIV-1554] - The header looks bad after collapsing the window</li>
1796 <li>[EXTJSIV-1555] - Last column header needs right border</li>
1797 <li>[EXTJSIV-1556] - Remove Associations example from examples</li>
1798 <li>[EXTJSIV-1559] - Need to include appropriate video in Desktop example</li>
1799 <li>[EXTJSIV-1561] - Double borders initially, then single border when clicking on the next header</li>
1800 <li>[EXTJSIV-1562] - Collapse icon does not relocate after resizing the browser window</li>
1801 <li>[EXTJSIV-1563] - onReady Handling is Different than in 3.3</li>
1802 <li>[EXTJSIV-1565] - Tooltip is clipped for the Toolbar with Menus example</li>
1803 <li>[EXTJSIV-1566] - The close button has no effect on the panel</li>
1804 <li>[EXTJSIV-1571] - JS error in when deleting a row in restful example</li>
1805 <li>[EXTJSIV-1572] - Split buttons stay highlighted after clicking and moving the mouse away from it</li>
1806 <li>[EXTJSIV-1573] - Several border lines are missing in the feed-viewer example</li>
1807 <li>[EXTJSIV-1574] - emptyText in the fields are not vertically centered in IE 6/7/8</li>
1808 <li>[EXTJSIV-1575] - Right side of tab bar is not flushed in IE 7 &amp;IE 6</li>
1809 <li>[EXTJSIV-1576] - The grid header in the 2nd grid is taller than the header in the first grid</li>
1810 <li>[EXTJSIV-1578] - Double border-lines around frame</li>
1811 <li>[EXTJSIV-1579] - Double border-lines around bottom toolbar</li>
1812 <li>[EXTJSIV-1581] - Grid editor's input fields now have incorrect padding since a recent change to grid cell padding
1813     style.
1814 </li>
1815 <li>[EXTJSIV-1582] - Last grid in grid-plugins example should enable remove button if a row is selected.</li>
1816 <li>[EXTJSIV-1583] - Framed Panel's body border color wrong.</li>
1817 <li>[EXTJSIV-1584] - Horizontal splitter too tall in IE6</li>
1818 <li>[EXTJSIV-1585] - htmleditor body stays visible when containing window is minimized in IE6-8</li>
1819 <li>[EXTJSIV-1586] - Border line is missing beneath the panel header -- all browsers</li>
1820 <li>[EXTJSIV-1587] - Border line is missing above all three panel headers including sides -- all browsers</li>
1821 <li>[EXTJSIV-1588] - Tree in accordion window of desktop example has double border</li>
1822 <li>[EXTJSIV-1590] - Scatter chart doesn't render with a Time axis</li>
1823 <li>[EXTJSIV-1591] - IE6 tooltip width aren't calculated properly on ie6</li>
1824 <li>[EXTJSIV-1592] - Accordion items bottom border doesn't fit the accordion width (IE6)</li>
1825 <li>[EXTJSIV-1594] - Scrollers at any level under a panel with no borders has no borders.</li>
1826 <li>[EXTJSIV-1596] - Organizer Example: the left tree panel must be scrollable</li>
1827 <li>[EXTJSIV-1597] - Modal layer does not block access to select elements on page n IE6</li>
1828 <li>[EXTJSIV-1598] - Ext.core.Element needs to be aliased to Ext.Element for backwards compability</li>
1829 <li>[EXTJSIV-1599] - MsgBox prompt right margin is almost nothing in IE6</li>
1830 <li>[EXTJSIV-1600] - Window always tries to call toFront on mousedown, even with floating:false</li>
1831 <li>[EXTJSIV-1602] - Link to new vertical toolbar example is broken in examples page</li>
1832 <li>[EXTJSIV-1604] - Row expander doesn't work with IE Quirk</li>
1833 <li>[EXTJSIV-1605] - Menu with single item has way too much bottom padding in IE6 and a little too much in IE8</li>
1834 <li>[EXTJSIV-1606] - Inaccurate Ext.Loader error message thrown when files have been loaded but the corresponding
1835     classes are not defined
1836 </li>
1837 <li>[EXTJSIV-1607] - StatusBar example clips iconCls in IE (all versions)</li>
1838 <li>[EXTJSIV-1608] - Mouse wheel scroll through expanded combo generates JS error in IE6 and IE7</li>
1839 <li>[EXTJSIV-1609] - Cell editing: When you move a column while you're editing an error is thrown and field is still
1840     visible
1841 </li>
1842 <li>[EXTJSIV-1610] - Grouping Header: Columns with flex 1 move bug</li>
1843 <li>[EXTJSIV-1611] - Header/Column alignment issue</li>
1844 <li>[EXTJSIV-1612] - Clicking in htmleditor of Notepad window in desktop example does not raise the window to the top
1845 </li>
1846 <li>[EXTJSIV-1613] - Bar Chart in Chrome renders bars below the axis</li>
1847 <li>[EXTJSIV-1614] - Double click on a bar chart keep it highlighted in Form Dashboard example</li>
1848 <li>[EXTJSIV-1616] - Body mask does not mask select input in IE6</li>
1849 <li>[EXTJSIV-1617] - IE6 resizable west handler height change only after resizing</li>
1850 <li>[EXTJSIV-1619] - Slider shows duplicate tooltip</li>
1851 <li>[EXTJSIV-1620] - Items don't re-layout when expanded</li>
1852 <li>[EXTJSIV-1621] - Fix SVG and VML classes to match our naming conventions</li>
1853 <li>[EXTJSIV-1624] - Stack overflow (out of memory) reported by IE 6/7/8 with the portal example</li>
1854 <li>[EXTJSIV-1625] - Garbage Collector wrongly removes listeners for iframe document</li>
1855 <li>[EXTJSIV-1627] - Hard Error: Object has no method 'getField'</li>
1856 <li>[EXTJSIV-1628] - Support dynamic framing on IE.</li>
1857 <li>[EXTJSIV-1629] - disabled text in toolbar buttons don't look disabled in modern browsers (non-IE)</li>
1858 <li>[EXTJSIV-1633] - No padding (left/right) for text in document body</li>
1859 <li>[EXTJSIV-1636] - View source links get mixed when classes have same name</li>
1860 <li>[EXTJSIV-1639] - Statusbar steals focus</li>
1861 <li>[EXTJSIV-1642] - Boxreorderer crashes when mousing down on the toolbar</li>
1862 <li>[EXTJSIV-1644] - examples/app/simple/simple.html Editing window always stretch its width to 100% of the viewport in
1863     all IEs, but not other browsers.
1864 </li>
1865 <li>[EXTJSIV-1645] - Can't save a second time in writer example</li>
1866 <li>[EXTJSIV-1653] - Loader paths incorrect</li>
1867 <li>[EXTJSIV-1655] - Component animation not working</li>
1868 <li>[EXTJSIV-1661] - The Card (TabPanel)'s bar is shown having a white background. Normally is blue in this example</li>
1869 <li>[EXTJSIV-1662] - A borderline is shown falsely in the fit layout inside the layout-browser example</li>
1870 <li>[EXTJSIV-1663] - Ext.grid.Section not used</li>
1871 <li>[EXTJSIV-1664] - Grid sorting menus are grayed out -- doesn't look right</li>
1872 <li>[EXTJSIV-1670] - TemplateColumn doesn't use associated data</li>
1873 <li>[EXTJSIV-1671] - Listeners not cleared when setting null target</li>
1874 <li>[EXTJSIV-1673] - Grid window vscroll border off by 1 on right and bottom</li>
1875 <li>[EXTJSIV-1675] - Border line is seen in panels -- was never there before -- first time</li>
1876 <li>[EXTJSIV-1678] - Component animation, when animating only one size dimension throws "Warning, size detected as NaN
1877     on Element.addUnits."
1878 </li>
1879 <li>[EXTJSIV-1683] - Border lines are missing top and sides with examples/state/state.html</li>
1880 <li>[EXTJSIV-1684] - Field widths were the same before, not now with statusbar/statusbar-advanced.html</li>
1881 <li>[EXTJSIV-1685] - Form validation super slow</li>
1882 <li>[EXTJSIV-1687] - The supplied RowExpander's event are not very useful.</li>
1883 <li>[EXTJSIV-1688] - idProperty not working on ArrayReader</li>
1884 <li>[EXTJSIV-1690] - Grid scrollbars have double border</li>
1885 <li>[EXTJSIV-1691] - Configuring tooltips on line chart with trackMouse: false throws error</li>
1886 <li>[EXTJSIV-1692] - Hard Error: New desktop example. Click on About Ext JS in start menu in IE 8 and then close the
1887     video window
1888 </li>
1889 <li>[EXTJSIV-1693] - Main example pointer page needs to be updated</li>
1890 <li>[EXTJSIV-1695] - Desktop example - accordion widow hit the refresh while collapsed</li>
1891 <li>[EXTJSIV-1697] - Desktop example - in notepad, increase/decrease font only works 1 time</li>
1892 <li>[EXTJSIV-1698] - Desktop example - in notepad, font color/background doesn't work</li>
1893 <li>[EXTJSIV-1699] - Theme example - toggle enable button doesn't look disabled</li>
1894 <li>[EXTJSIV-1700] - About window - open more than one time</li>
1895 <li>[EXTJSIV-1701] - Mask should not displayed in collapsed panel</li>
1896 <li>[EXTJSIV-1702] - Theme viewer needs to reload when changing to access theme</li>
1897 <li>[EXTJSIV-1704] - Selecting a tree node throws an error</li>
1898 <li>[EXTJSIV-1705] - Dragging multiple elements in organizer example does not work in IE7</li>
1899 <li>[EXTJSIV-1706] - Portal example - moving the portlet is really slow</li>
1900 <li>[EXTJSIV-1710] - Fix accessibility theme</li>
1901 <li>[EXTJSIV-1714] - Grid row editing is completely broken</li>
1902 <li>[EXTJSIV-1718] - RowEditor display broken</li>
1903 <li>[EXTJSIV-1721] - Grid plugin example - select all, down arrow, throws exception</li>
1904 <li>[EXTJSIV-1722] - Date picker - typing text into date field throws exception</li>
1905 <li>[EXTJSIV-1724] - Key feed viewer throws exception at loading. IE6 only</li>
1906 <li>[EXTJSIV-1728] - Ext Toolbar Action Example - Change Text throws exception</li>
1907 <li>[EXTJSIV-1731] - Window drag/drop leaks iframe shim in IE 6.0</li>
1908 <li>[EXTJSIV-1741] - Sliding pager does not display in IE6</li>
1909 <li>[EXTJSIV-1742] - Missing "-debug" in regex check of ext-debug.js</li>
1910 <li>[EXTJSIV-1744] - ZINdexManager: unregister this.list is null</li>
1911 <li>[EXTJSIV-1748] - MessageBoxWindow autosizing probably needs a fudge factor to avoid unwanted word wrapping.</li>
1912 </ul>
1913 </li>
1914 </ul>
1915 <ul>
1916     <li>Enhancements
1917         <ul>
1918             <li>[EXTJSIV-174] - Implement getChecked on TreeView and TreePanel as soon as Tree filtering is implemented.
1919             </li>
1920             <li>[EXTJSIV-854] - Improve chart renderer API</li>
1921             <li>[EXTJSIV-904] - Optimization to make Component tpls not be compiled until needed</li>
1922             <li>[EXTJSIV-1112] - Consider cleaning up the panel/panel example, bad examples</li>
1923             <li>[EXTJSIV-1256] - Improve performance of loading big trees. Support appending and inserting parents with
1924                 inline children.
1925             </li>
1926             <li>[EXTJSIV-1262] - Rename insert to insertChild on NodeInterface for consistency.</li>
1927             <li>[EXTJSIV-1351] - Initial hidden config doesn't hide tab</li>
1928             <li>[EXTJSIV-1364] - Support folderSort on TreePanel. Support passing a store configuration.</li>
1929             <li>[EXTJSIV-1380] - When extending, the requires config doesn't accept wildcards.</li>
1930             <li>[EXTJSIV-1412] - Add beforedestroy and destroy events to Sprites</li>
1931             <li>[EXTJSIV-1413] - Document remove/removeAll methods in Surface. Add optional boolean to destroy sprites
1932                 upon removal.
1933             </li>
1934             <li>[EXTJSIV-1414] - draggable option on a Sprite will now call initDraggable when it is added to a surface.
1935             </li>
1936             <li>[EXTJSIV-105] - Added Bubble Panel Example</li>
1937             <li>[EXTJSIV-117] - Added Web Desktop Example</li>
1938             <li>[EXTJSIV-218] - Theme Builder / Page Slicer - Packaged for Windows, OS X, and Linux</li>
1939             <li>[EXTJSIV-221] - Fixed transitory XHR memory leak in IE6 &amp; IE7</li>
1940             <li>[EXTJSIV-839] - Created App Builder script</li>
1941             <li>[EXTJSIV-875] - JSON.decode "safe" mode implemented</li>
1942             <li>[EXTJSIV-1234] - Panel implements iconchange event</li>
1943             <li>[EXTJSIV-1275] - Ext.tab.TabBar renamed to Ext.tab.Bar</li>
1944             <li>[EXTJSIV-1276] - Ext.AbstractDataView renamed to Ext.view.AbstractView and Ext.DataView renamed to
1945                 Ext.view.View
1946             </li>
1947             <li>[EXTJSIV-1277] - Ext.AbstractContainer renamed to Ext.container.AbstractContainer and Ext.AbstractPanel
1948                 renamed to Ext.panel.AbstractPanel
1949             </li>
1950             <li>[EXTJSIV-1363] - Package EXT JS 4 SDK Tools download for all OSes</li>
1951             <li>[EXTJSIV-1389] - Generated distributable binaries for PhantomJS that work cross-platform</li>
1952             <li>[EXTJSIV-1415] - The remove method on a sprite will now only remove it from a surface. The destroy
1953                 method will no longer remove and destroy the sprite.
1954             </li>
1955             <li>[EXTJSIV-1603] - New thumbnail for the Tree Selections example</li>
1956         </ul>
1957     </li>
1958 </ul>
1959 <ul>
1960     <li>Documentation Improvements
1961         <ul>
1962             <li>[EXTJSIV-724] - Ext.data.NodeStore docs</li>
1963             <li>[EXTJSIV-729] - Ext.direct.Event docs</li>
1964             <li>[EXTJSIV-730] - Ext.direct.ExceptionEvent docs</li>
1965             <li>[EXTJSIV-731] - Ext.direct.JsonProvider docs</li>
1966             <li>[EXTJSIV-732] - Ext.direct.RemotingEvent docs</li>
1967             <li>[EXTJSIV-733] - Ext.direct.RemotingMethod docs</li>
1968             <li>[EXTJSIV-734] - Ext.draw.Component docs</li>
1969             <li>[EXTJSIV-735] - Ext.draw.Sprite docs</li>
1970             <li>[EXTJSIV-736] - Ext.draw.SpriteGroup docs</li>
1971             <li>[EXTJSIV-737] - Ext.draw.Surface docs</li>
1972             <li>[EXTJSIV-738] - Ext.fx.Anim docs</li>
1973             <li>[EXTJSIV-740] - Ext.fx.Easing docs</li>
1974             <li>[EXTJSIV-741] - Ext.grid.column.Column docs</li>
1975             <li>[EXTJSIV-742] - Ext.grid.column.Template docs</li>
1976             <li>[EXTJSIV-744] - Ext.grid.feature.Feature docs</li>
1977             <li>[EXTJSIV-745] - Ext.grid.feature.Grouping docs</li>
1978             <li>[EXTJSIV-746] - Ext.grid.feature.GroupingSummary docs</li>
1979             <li>[EXTJSIV-747] - Ext.grid.feature.Summary docs</li>
1980             <li>[EXTJSIV-749] - Ext.grid.ColumnLayout docs</li>
1981             <li>[EXTJSIV-752] - Ext.grid.GridView docs</li>
1982             <li>[EXTJSIV-756] - There is no class documentation for "version".</li>
1983             <li>[EXTJSIV-757] - Inadequate documentation for ModelMgr</li>
1984             <li>[EXTJSIV-758] - Ext.layout.container.Anchor docs</li>
1985             <li>[EXTJSIV-759] - Inadequate documentation for ComponentLoader</li>
1986             <li>[EXTJSIV-764] - Ext.panel.Tool docs</li>
1987             <li>[EXTJSIV-770] - Inadequate documentation in util.route</li>
1988             <li>[EXTJSIV-776] - Ext.util.Cookies docs</li>
1989             <li>[EXTJSIV-779] - Ext.util.Format docs</li>
1990             <li>[EXTJSIV-782] - Ext.util.Stateful docs</li>
1991             <li>[EXTJSIV-783] - Ext.view.TableView docs</li>
1992             <li>[EXTJSIV-1068] - Links in the tree link to 404 pages</li>
1993             <li>[EXTJSIV-1069] - Link back to doc index</li>
1994             <li>[EXTJSIV-1070] - Ext.app.Application.autoCreateViewport type</li>
1995             <li>[EXTJSIV-1077] - Link bad in Ext.grid.feature.GroupingSummary</li>
1996             <li>[EXTJSIV-1221] - Error in example in Ext.grid.RowNumberer Doc</li>
1997             <li>[EXTJSIV-1224] - Architecture &amp; MVC Guide, links are not created</li>
1998             <li>[EXTJSIV-1225] - Class System Guide has PI wrong</li>
1999             <li>[EXTJSIV-1226] - Class tree not loading</li>
2000             <li>[EXTJSIV-1228] - Search for Panel does not show Ext.grid.Panel</li>
2001             <li>[EXTJSIV-1230] - Search for 'quick' results in old Ext.tip.QuickTips also</li>
2002             <li>[EXTJSIV-1241] - Fix misc documentation issues</li>
2003         </ul>
2004     </li>
2005 </ul>
2006 </div>
2007
2008
2009 <div class="release">
2010 <h1>
2011     Release Notes for Ext JS 4 Beta 3
2012 </h1>
2013
2014 <p class="notes">
2015     Release Date: April 14, 2011<br>
2016     Version Number: 4.0.0beta3
2017 </p>
2018
2019 <h2>
2020     New In This Release
2021 </h2>
2022 <ul>
2023     <li>New Examples
2024         <div style="margin-left: 2em">
2025             <ul>
2026                 <li>
2027                     <a href="examples/app/feed-viewer/feed-viewer.html">MVC Feed Viewer</a>
2028                 </li>
2029                 <li>
2030                     <a href="examples/app/nested-loading/nested-loading.html">MVC Nested Data</a>
2031                 </li>
2032                 <li>
2033                     <a href="examples/data/associations.html">Lazy Loading Data Associations</a>
2034                 </li>
2035                 <li>
2036                     <a href="examples/grid/property.html">Property Grid</a>
2037                 </li>
2038                 <li>
2039                     <a href="examples/grid/transform-dom.html">HTML Table to ExtJS Grid</a>
2040                 </li>
2041             </ul>
2042         </div>
2043     </li>
2044 </ul>
2045 <ul>
2046 <li>Bug Fixes
2047 <ul>
2048 <li>[EXTJSIV-664][EXTJSIV-645] Fix Organizer and GroupTabs examples
2049 </li>
2050 <li>Header icon and vertical title text should no longer be focusable
2051 </li>
2052 <li>[EXTJSIV-550] Fix Column layout to accurately arrange columns, taking scrollbars into account
2053 </li>
2054 <li>Fixed inheritableStatics for full inheritance tree
2055 </li>
2056 <li>Removed focus line from buttons in IE
2057 </li>
2058 <li>[EXTJSIV-177] Fixed disabled toolbar buttons
2059 </li>
2060 <li>[EXTJSIV-676] Removed icon cls's from buttons in themes examples
2061 </li>
2062 <li>Add additional CSS class when border is set to false for the HeaderContainer
2063 </li>
2064 <li>[EXTJSIV-650] Fix double border issue with tree items
2065 </li>
2066 <li>[EXTJSIV-696] TreeStore nodes no longer use a fixed id
2067 </li>
2068 <li>[EXTJSIV-688] Fixed focus issue with datepicker
2069 </li>
2070 <li>[EXTJSIV-683] Fixed collapsed vertical panel header image
2071 </li>
2072 <li>[EXTJSIV-678] Fixed css issue with the history example
2073 </li>
2074 <li>[EXTJSIV-603] Work around the brutal IE9 Strict mode subpixel rounding bug which can cause wrapping issues (similar
2075     to https://bugzilla.mozilla.org/show_bug.cgi?id=458617)
2076 </li>
2077 <li>[EXTJSIV-700] XTemplate should now handle dot (.) syntax for date objects as well. Since a date will yield a typeof
2078     of "object", we can't distinguish it from other "object" types; so we use the object prototype toString, in
2079     Ext.isDate
2080 </li>
2081 <li>[EXTJSIV-671] TablePanel will not stop the mousewheel browser event when its reached the end of the scroll
2082     height/width. Also, the grid will only scroll when scrolling above the scroller and the view (not the headers, panel
2083     header, etc.)
2084 </li>
2085 <li>[EXTJSIV-677] Editor shouldn't be hiding/showing its field, merely itself. This fixes positioning issues as well as
2086     the editor being still visible and floating over content, making it impossible to click to the things underneath of
2087     it
2088 </li>
2089 <li>[EXTJSIV-702] RowEditor should vertically align itself to a row based on its y offset to its top-most static parent,
2090     not just its immediate parent (table)
2091 </li>
2092 <li>[EXTJSIV-704] Prevent duplicate tabchange events from firing
2093 </li>
2094 <li>[EXTJSIV-705] Fix problem with Shadow class calculations
2095 </li>
2096 <li>[EXTJSIV-706] Fix issue when destroying a grid
2097 </li>
2098 <li>[EXTJSIV-698] Prevent error in WebKit when destroying a HtmlEditor if its iframe has already been removed from the
2099     document
2100 </li>
2101 <li>[EXTJSIV-713] TableView now only makes the table unselectable, not the entire gridview element
2102 </li>
2103 <li>[EXTJSIV-442] Allow scrolling of the locked section of locked Grids/Trees
2104 </li>
2105 <li>[EXTJSIV-720] Series now follows the standard Observable mixin pattern
2106 </li>
2107 <li>[EXTJSIV-603] Fix Ext.core.Element createChild to support table first child insertion in IE
2108 </li>
2109 <li>[EXTJSIV-789] Fix issue with window hide callback scope
2110 </li>
2111 <li>[EXTJSIV-790] Fix an issue with not being able to specify a cls on a tree
2112 </li>
2113 <li>Fixed the checkChangeEvents in IE6
2114 </li>
2115 <li>[EXTJSIV-682] Remove a Gecko 3 hack that is no longer necessary
2116 </li>
2117 <li>[EXTJSIV-689] Fix bug in OS X where grid/tree scrollers would stop responding.
2118 </li>
2119 <li>[EXTJSIV-648][EXTJSIV-684] Auto-width fields must set the width of their outer element to match the total width of
2120     their internal contents, to prevent wrapping of the pieces during layout operations which would cause calculated
2121     heights to be too tall. Re-added the getBodyNaturalWidth method to support this, and changed the implementations
2122     where possible to avoid querying element sizes for optimum speed
2123 </li>
2124 <li>[EXTJSIV-709] Grid row height will be preserved even if the row is empty
2125 </li>
2126 <li>[EXTJSIV-804] Fix cycle button initial positioning in example
2127 </li>
2128 <li>[EXTJSIV-710] Fix ItemSelector button behaviours
2129 </li>
2130 <li>[EXTJSIV-797] Handle forceSelection in multiSelect ComboBoxes
2131 </li>
2132 <li>[EXTJSIV-675] Grid and Tree will now remove/add the scrollOffset spacing when it is necessary
2133 </li>
2134 <li>[EXTJSIV-817] Fix TablePanel applyState to not setWidth on an unrendered component
2135 </li>
2136 <li>[EXTJSIV-192] Allow button layout to run when its text has changed; this allows min/maxWidth to be applied based on
2137     the new text length
2138 </li>
2139 <li>[EXTJSIV-553] Fix dragging out of group header
2140 </li>
2141 <li>[EXTJSIV-275] Fixed position of monthpicker on datepicker
2142 </li>
2143 <li>[EXTJSIV-802] Fix Summary Grid Example padding
2144 </li>
2145 <li>[EXTJSIV-826] Ensure that x-grid-cell-first and x-grid-cell-last css classes are added to the TableView markup at
2146     creation time
2147 </li>
2148 <li>[EXTJSIV-590] Infinite Scrolling can now scroll all the way to the bottom in IE9 strict mode
2149 </li>
2150 <li>[EXTJSIV-822] Support unstyled configuration on Panel
2151 </li>
2152 <li>[EXTJSIV-833] Fix bug where old selection would jump into focus when performing a multi select on a
2153     dataview/grid/tree that was out of view
2154 </li>
2155 <li>[EXTJSIV-808] Increase default css button padding (6px)
2156 </li>
2157 <li>[EXTJSIV-809] Add Ext.ns() to the Ext.direct remoting echo
2158 </li>
2159 <li>[EXTJSIV-828] Fix issue when dragging/dropping onto the same grid
2160 </li>
2161 <li>[EXTJSIV-841] Fix duplicate method name in plugin
2162 </li>
2163 <li>[EXTJSIV-842] When show is called on the tab, set it to active. Also ensure listeners are cleaned up when the tab is
2164     removed
2165 </li>
2166 <li>[EXTJSIV-850] Fix issue when using treenode with leaf: false and children
2167 </li>
2168 <li>[EXTJSIV-635] Prevent two LoadMask indicators showing up when using the Locking plugin and dynamic loading
2169 </li>
2170 <li>Fix a bug in ComponentQuery.query.is method where it would start searching within a root for a query that contained
2171     the root itself
2172 </li>
2173 <li>[EXTJSIV-801] Fixed issue with rotated axis text
2174 </li>
2175 <li>[EXTJSIV-11] Made vertical heights and spacing of form fields consistent in all browsers
2176 </li>
2177 <li>[EXTJSIV-846] Fix combineErrors option in FieldContainer, and prevent prepending of colon to errors for fields
2178     without a fieldLabel
2179 </li>
2180 <li>[EXTJSIV-825] Fix issue with grouptabs titles seen with IE 7
2181 </li>
2182 <li>[EXTJSIV-819] Fixed auto-height sizing in Body component layout
2183 </li>
2184 <li>[EXTJSIV-820] Fix issue with Ext.util.Format.usMoney not inserting commas into the returned string
2185 </li>
2186 <li>[EXTJSIV-862] Fix up shadow/positioning issues in the data view editor example
2187 </li>
2188 <li>[EXTJSIV-876] Fix an issue where all grid columns can be hidden via the menu
2189 </li>
2190 <li>[EXTJSIV-879] Move sync to be the last operation for add/remove methods on the store
2191 </li>
2192 <li>[EXTJSIV-640] Ensure we keep track of the number of fields in the reader. Since the tree decorates the model, it can
2193     cause problems when running the extractor functions
2194 </li>
2195 <li>[EXTJSIV-857] Fix Window autoShow
2196 </li>
2197 <li>[EXTJSIV-577] Fix up styling to prevent unneeded scrollbar
2198 </li>
2199 <li>[EXTJSIV-234] Fix up margins on DatView example
2200 </li>
2201 <li>Fix issues with the file upload example
2202 </li>
2203 <li>[EXTJSIV-649] Work around quirks mode inability to display margins
2204 </li>
2205 <li>[EXTJSIV-837] Fixed Tab Scroller Menu Plugin improper access to class prototype from an instance
2206 </li>
2207 <li>[EXTJSIV-883] Fix all examples which references setIconClass to setIconCls
2208 </li>
2209 <li>[EXTJSIV-639] Workaround for IE's inability to size position:absolute elements to their content width
2210 </li>
2211 <li>[EXTJSIV-849] Fixes for editable:false state on ComboBox and other Picker fields
2212 </li>
2213 <li>[EXTJSIV-890] Fix toolbar separator in Direct example
2214 </li>
2215 <li>[EXTJSIV-796] Dock layouts within a fit layout will now properly layout
2216 </li>
2217 <li>[EXTJSIV-867] Fix bug where injected grouping menu would be lost after a refresh of the Grid
2218 </li>
2219 <li>[EXTJSIV-1] Fix SVG rendering bug in Safari 3.2
2220 </li>
2221 <li>[EXTJSIV-914] Fix bug where attempting to sort a header with no dataIndex would throw an error
2222 </li>
2223 <li>[EXTJSIV-871] Fix GridPanel to only add its View after the Grid has achieved its final laid out size
2224 </li>
2225 <li>[EXTJSIV-892] Added workaround for persistent button element padding in Windows Safari
2226 </li>
2227 <li>[EXTJSIV-905] Fixed handling of file upload fields to allow uploads across multiple submits
2228 </li>
2229 <li>[EXTJSIV-843] Fix masking on containers with layout auto
2230 </li>
2231 <li>[EXTJSIV-906] Ensure the snapshot is kept up to date when receiving a response from the server
2232 </li>
2233 <li>[EXTJSIV-908] Ensure filtering is set when there's at least one filter
2234 </li>
2235 <li>[EXTJSIV-371] Fix CellEditing tab navigation in WebKit
2236 </li>
2237 <li>[EXTJSIV-639] Take frame size into account when sizing vertical docks according to content
2238 </li>
2239 <li>[EXTJSIV-921] Fix vertical centering of multi-line button text
2240 </li>
2241 <li>[EXTJSIV-930] Fix validation of Number field when changing from an invalid string to an empty string
2242 </li>
2243 <li>[EXTJSIV-902] Add markInvalid and clearInvalid methods to Ext.form.Field mixin interface; implement them in
2244     CheckboxGroup to prevent errors when Ext.form.Basic tries to call them
2245 </li>
2246 <li>[EXTJSIV-909] Fix marker strokes disappearing on highlight
2247 </li>
2248 <li>[EXTJSIV-954] Fixed issue when using disabled: true in a Slider config
2249 </li>
2250 <li>[EXTJSIV-870] Fixed forceSelection so that it re-selects the last selection rather than clearing the value when the
2251     entered value does not match. Fixed remote stores so that the combobox's value is not cleared when the store loads.
2252 </li>
2253 <li>[EXTJSIV-931] The findRecord method now does an exact search rather than substring search
2254 </li>
2255 <li>[EXTJSIV-962] Ext.Direct grid money column align: 'right'.
2256 </li>
2257 <li>[EXTJSIV-940] Make the button layout's test for html tags in button text a little smarter. Fixes error in
2258     LiveSearchGridPanel in IE6
2259 </li>
2260 <li>[EXTJSIV-639] Fix for panel collapse left/right when frame is true
2261 </li>
2262 <li>[EXTJSIV-872] MessageBox Window prompt now processes the "OK" button when you press return in the prompt field
2263 </li>
2264 <li>The setSrc now correctly changes the src attribute of the dom property of the Et.core.Element
2265 </li>
2266 <li>[EXTJSIV-918] RowExpander will not select rows when expanding via the icon by default. This is configurable via the
2267     selectRowOnExpand configuration. Fixed a bug with expandOnDblClick configuration
2268 </li>
2269 <li>[EXTJSIV-964] Resizable Panels are no longer resizable when they are collapsed
2270 </li>
2271 <li>[EXTJSIV-144] Fix issue with stacked negative bar/column chart axis
2272 </li>
2273 <li>[EXTJSIV-948] Disable rendering of sprites into the surface if they are not attached to a surface yet
2274 </li>
2275 <li>[EXTJSIV-969] roundToDecimal has to be explicitly set to false in order to render non numbers in a Numeric axis
2276 </li>
2277 <li>Decouple Ext.Function.createBuffered from Ext.util.DelayedTask
2278 </li>
2279 <li>[EXTJSIV-946] Fix an issue where cursors where still being displayed on resizable handles, even if they were
2280     disabled
2281 </li>
2282 <li>[EXTJSIV-965] Fixed Gauge align axis bug
2283 </li>
2284 <li>[EXTJSIV-912] Resolve misalignment of headers and gridview in IE 6, 7 and 9.
2285 </li>
2286 <li>[EXTJSIV-973] Fix bug that occurred when there were less records in total than the pageSize when using a
2287     PagingScroller
2288 </li>
2289 </ul>
2290 </li>
2291 </ul>
2292 <ul>
2293     <li>Performance Changes
2294         <ul>
2295             <li>Optimized Class, ClassManager, and Loader for better performance
2296             </li>
2297             <li>Optimized Class preprocessors
2298             </li>
2299             <li>Optimized Array for better performance
2300             </li>
2301             <li>Optimized Object for better performance
2302             </li>
2303             <li>Optimized Base for better performance
2304             </li>
2305             <li>Optimized Ext (core methods) for better performance
2306             </li>
2307             <li>EventObject's pageX/pageY now performs its calculations only when needed
2308             </li>
2309             <li>Remove unnecessary closure and callback from Model
2310             </li>
2311             <li>Removed onpropertychange listener from the input before layout and restore it after, to prevent
2312                 excessive firing due to attribute/style changes during layout. The was causing a large performance issue
2313                 IE fields (~300% faster rendering, ~3000% faster resizing).
2314             </li>
2315             <li>Fixed an issue in the detection of improper native array sorting (bugs in Chrome 5 and Safari 3) which
2316                 caused the framework to always use a non-native sort. Resulting in a ~500% improvement when sorting
2317                 (drastic improvement with large data sets such as those used in the BufferedGrid example)
2318             </li>
2319             <li>Optimized XTemplate compilation to occur at render time
2320             </li>
2321             <li>Fix an issue with framing templates not being put onto the prototype after compilation and being
2322                 compiled for every component instance
2323             </li>
2324         </ul>
2325     </li>
2326 </ul>
2327 <ul>
2328     <li>Enhancements
2329         <ul>
2330             <li>MVC examples added (feed viewer and nested data), new application architecture guide added
2331             </li>
2332             <li>[EXTJSIV-661] Ported FeedViewer example to the new MVC structure
2333             </li>
2334             <li>[EXTJSIV-72] Implemented PropertyGrid as Ext.grid.property.Grid and associated classes in
2335                 Ext.grid.property
2336             </li>
2337             <li>Replaced Javascript 'new' with Ext.create throughout library and examples
2338             </li>
2339             <li>Added onClassExtended callback for the extend pre-processor
2340             </li>
2341             <li>Update Model class to use onClassExtended and onAfterClass extended instead of postprocessors
2342             </li>
2343             <li>[EXTJSIV-669] Reinstate the validateOnBlur config option for form fields
2344             </li>
2345             <li>Added alternateClassName for Ext.form.action.Action
2346             </li>
2347             <li>Added minor tick example for lines and minor ticks capability for chart axes
2348             </li>
2349             <li>[EXTJSIV-407] Added basic drag and drop capabilities to sprites
2350             </li>
2351             <li>[EXTJSIV-685] Added an 'uncheckedValue' config to Ext.form.Checkbox, which allows specifying a value to
2352                 be submitted in the form when the checkbox is unchecked
2353             </li>
2354             <li>[EXTJSIV-42] Added href/hrefTarget support for tree nodes
2355             </li>
2356             <li>[EXTJSIV-644] Remove duplicate code in ElementLoader
2357             </li>
2358             <li>[EXTJSIV-691] Lockable is now a mixin for any grid
2359             </li>
2360             <li>Model can now be defined on the store prototype
2361             </li>
2362             <li>[EXTJSIV-655] RowEditing will work with fields/editors that are object configs with no xtype specified
2363                 (defaults to textfield), or straight xtype strings (wraps into an object config accordingly)
2364             </li>
2365             <li>[EXTJSIV-175] Implement expandAll/collapseAll/selectPath/expandPath on tree
2366             </li>
2367             <li>Cell editing now works with Trees
2368             </li>
2369             <li>Implement configuration option to disable dblclick toggling on Tree nodes
2370             </li>
2371             <li>Add standard Ext.Error class to handle error messages
2372             </li>
2373             <li>[EXTJSIV-711] Add 'scrollToLoadBuffer' configuration to PagingScrollbar. This is the time in
2374                 milliseconds to buffer load requests when scrolling the PagingScrollbar
2375             </li>
2376             <li>Element getWidth and getHeight now allows the return of precise measurements (subpixel) for browsers
2377                 which support subpixels
2378             </li>
2379             <li>[EXTJSIV-646] Add getHeader method to Panel
2380             </li>
2381             <li>[EXTJSIV-794] Fix tree destroy issue
2382             </li>
2383             <li>Updated Ext.Version with extra value checking and docs
2384             </li>
2385             <li>[EXTJSIV-791] Allow Component.setLoading method to accept a message String as its first argument
2386             </li>
2387             <li>[EXTJSIV-708] Fix issue when showing tooltips on a scrolled document
2388             </li>
2389             <li>[EXTJSIV-805] Fix up unstyled css prefix. Also move setting the baseCls before calling the superclass
2390                 method
2391             </li>
2392             <li>[EXTJSIV-803] HeaderContainer ColumnLayout fixes for resetting scrollLeft/scrollTop
2393             </li>
2394             <li>Added beforeComponentLayout template method to Component
2395             </li>
2396             <li>Ext.DomHelper insertHtml now supports TextNodes properly
2397             </li>
2398             <li>[EXTJSIV-792] TabPanel will now activate the firstTab by default if no activeTab property is passed
2399             </li>
2400             <li>[EXTJSIV-690] Set the default minButtonWidth for all Panels to 75 to match Ext3; made minButtonWidth
2401                 apply as defaults for buttons added via 'fbar' and 'buttons' configs only; updated docs to make
2402                 minButtonWidth clearer
2403             </li>
2404             <li>[EXTJSIV-553] Make Header resizing work with flexed Headers, minWidth and forceFit
2405             </li>
2406             <li>RowEditor is no longer a floating component managed by the zindex manager
2407             </li>
2408             <li>Chart's factory method for axes is now implemented the same as the series factory method. In addition
2409                 series and axis types are no longer case sensitive
2410             </li>
2411             <li>[EXTJSIV-799] Create a processView method in axes that perform aggregation and filtering operations on
2412                 stores to return a substore to be rendered by the axes
2413             </li>
2414             <li>Move fadeIn, fadeOut, scale, shift, and pause back into Element. Mark methods for deprecation where
2415                 appropriate
2416             </li>
2417             <li>[EXTJSIV-357] Implement support for Drag and Drop of Headers between Locked and Unlocked sections in
2418                 Grids and Trees
2419             </li>
2420             <li>[EXTJSIV-844] Allow template to accept member functions/properties when passing an array
2421             </li>
2422             <li>Add a static create method to Base.js so that you can do Class.create() on any class
2423             </li>
2424             <li>[EXTJSIV-553] Group headers must have their minWidths synched when child headers are hidden or shown
2425             </li>
2426             <li>Support inline data on Model definition
2427             </li>
2428             <li>[EXTJSIV-814] Add setTitle methods to chart axes and series to allow changing titles programmatically
2429             </li>
2430             <li>Support delayed binding of Stores to DataViews
2431             </li>
2432             <li>[EXTJSIV-534] PagingScroller will now track the virtualScrollTop and is able to restore it when
2433                 synchronizing views
2434             </li>
2435             <li>TreePanel and GridPanel now relay events from their underlying View such as itemclick, itemcontextmenu,
2436                 etc
2437             </li>
2438             <li>[EXTJSIV-834] Ext.grid.feature.Grouping tracks expanded/collapsed state after refreshing the view
2439             </li>
2440             <li>[EXTJSIV-866] Animations will default to 'px' if no units are specified for height, width, top, and left
2441             </li>
2442             <li>[EXTJSIV-807] Add dynamic grouping to Stores
2443             </li>
2444             <li>[EXTJSIV-827][EXTJSIV-861] VML now supports image type
2445             </li>
2446             <li>[EXTJSIV-819] Fix double-margin bug in IE6 for items floated by Column layout
2447             </li>
2448             <li>[EXTJSIV-793] Fix collapsed Panel still being visible in Accordion layout
2449             </li>
2450             <li>[EXTJSIV-703] Fix Collapsible border layout not auto collapsing when focus
2451             </li>
2452             <li>[EXTJSIV-877] Default column.Action to sortable: false
2453             </li>
2454             <li>[EXTJSIV-174] Implemented getChecked on TreeView and TreePanel
2455             </li>
2456             <li>[EXTJSIV-878] Fixed an issue when maximizing containers in an ownerCt
2457             </li>
2458             <li>[EXTJSIV-848] Added a `decimals` option in the Numeric axis that will round to the specified decimals
2459                 the values in the axis
2460             </li>
2461             <li>[EXTJSIV-832][EXTJSIV-472] Buttons and tabs: add a span inside the button element to receive the icon
2462                 styling; prevents the icon from shifting to the northwest when the button is in active state in IE.
2463                 Other buttons/tabs CSS cleanup as required
2464             </li>
2465             <li>[EXTJSIV-855] Automatically create an expanded root node if rootVisible is set to false and no root node
2466                 has been defined
2467             </li>
2468             <li>[EXTJSIV-816] Added an insert method on NodeInterface
2469             </li>
2470             <li>[EXTJSIV-869] Added an onRegionTitleChange method to BorderLayout which will update the a header's text
2471                 whenever a titlechange event is fired
2472             </li>
2473             <li>[EXTJSIV-829] Support sending back expanded true in Node data. If no children are specified on that
2474                 node, automatically load the node. Also fixed some bugs related to quickly expanding and collapsing
2475             </li>
2476             <li>[EXTJSIV-728] Allow the tree to use a proxy as specified on the Model
2477             </li>
2478             <li>[EXTJSIV-695] Add JsonP class and hook up ScriptTagProxy to use it
2479             </li>
2480             <li>[EXTJSIV-873] Menu will not show itself if there are no items
2481             </li>
2482             <li>[EXTJSIV-920] Ext.grid.feature.Grouping disabled configuration will now uncheck the grouping menu item
2483             </li>
2484             <li>[EXTJSIV-928] Implement qtips on Tree Nodes. Change QuickTips to use the data-qtip attribute instead of
2485                 ext:qtip. This allows DomQuery to target elements with qtips. This allows us to set qtips on any element
2486                 on the page instead of just the front most elements
2487             </li>
2488             <li>Added Ext.Base.borrow method to Borrow another class' members to the prototype of this class
2489             </li>
2490             <li>[EXTJSIV-967] Remove layout.Manager and override the static create method on Ext.layout.Layout to be
2491                 like a factory method for any type of layout
2492             </li>
2493             <li>[EXTJSIV-875] Ext.JSON now supports a 'safe' mode
2494             </li>
2495         </ul>
2496     </li>
2497 </ul>
2498 <ul>
2499 <li>API Changes
2500 <ul>
2501 <li>Aliased Ext.value to Ext.valueOf and deprecate the old one
2502 </li>
2503 <li>isLoading method hoisted to AbstractStore so that it is available on TreeStore and Store
2504 </li>
2505 <li>Rename DragDropMgr -&gt; DragDropManager
2506 </li>
2507 <li>Rename ModelMgr -&gt; ModelManager
2508 </li>
2509 <li>Rename TaskMgr -&gt; TaskManager
2510 </li>
2511 <li>Rename ComponentMgr -&gt; ComponentManager
2512 </li>
2513 <li>Rename PluginMgr -&gt; PluginManager
2514 </li>
2515 <li>Rename StoreMgr -&gt; StoreManager
2516 </li>
2517 <li>Rename FocusMgr -&gt; FocusManager
2518 </li>
2519 <li>Rename WindowMgr -&gt; WindowManager
2520 </li>
2521 <li>Rename themeMgr -&gt; themeManager
2522 </li>
2523 <li>Rename ButtonToggleMgr -&gt; ButtonToggleManager
2524 </li>
2525 <li>Rename Ext.menu.MenuMgr -&gt; Ext.menu.manager
2526 </li>
2527 <li>Remove ReaderMgr
2528 </li>
2529 <li>Remove WriterMgr
2530 </li>
2531 <li>In all documentation and examples, Ext.define is now used to define Models, not Ext.regModel
2532 </li>
2533 <li>Move field implementation classes into Ext.form.field.* namespace
2534 </li>
2535 <li>Animate mixin's hasActiveFx renamed to getActiveAnimation and stopFx renamed to stopAnimation
2536 </li>
2537 <li>Removed 'tip' and 'quicktip' xtypes as they should not be added as widgets. QuickTipManager is a singleton. and
2538     'tooltip' is a widget
2539 </li>
2540 <li>Replaced all superclass syntax with callParent where possible throughout library and examples
2541 </li>
2542 <li>[EXTJSIV-853] Rename ToolTip initTarget to setTarget
2543 </li>
2544 <li>Ext.data.JsonReader -&gt; Ext.data.reader.Json
2545 </li>
2546 <li>Ext.data.ArrayReader -&gt; Ext.data.reader.Array
2547 </li>
2548 <li>Ext.data.Reader -&gt; Ext.data.reader.Reader
2549 </li>
2550 <li>Ext.data.XmlReader -&gt; Ext.data.reader.Xml
2551 </li>
2552 <li>Ext.data.AjaxProxy -&gt; Ext.data.proxy.Ajax
2553 </li>
2554 <li>Ext.data.ClientProxy -&gt; Ext.data.proxy.Client
2555 </li>
2556 <li>Ext.data.DirectProxy -&gt; Ext.data.proxy.Direct
2557 </li>
2558 <li>Ext.data.LocalStorageProxy -&gt; Ext.data.proxy.LocalStorage
2559 </li>
2560 <li>Ext.data.RestProxy -&gt; Ext.data.proxy.Rest
2561 </li>
2562 <li>Ext.data.ScriptTagProxy -&gt; Ext.data.proxy.ScriptTag
2563 </li>
2564 <li>Ext.data.ServerProxy -&gt; Ext.data.proxy.Server
2565 </li>
2566 <li>Ext.data.SessionStorageProxy -&gt; Ext.data.proxy.SessionStorage
2567 </li>
2568 <li>Ext.data.WebStorageProxy -&gt; Ext.data.proxy.WebStorage
2569 </li>
2570 <li>Ext.data.XmlWriter -&gt; Ext.data.writer.Xml
2571 </li>
2572 <li>Ext.data.Writer -&gt; Ext.data.writer.Writer
2573 </li>
2574 <li>Ext.chart.Callouts -&gt; Ext.chart.Callout
2575 </li>
2576 <li>Ext.chart.Labels -&gt; Ext.chart.Label
2577 </li>
2578 <li>Ext.chart.Highlights -&gt; Ext.chart.Highlight
2579 </li>
2580 <li>Ext.chart.Tips -&gt; Ext.chart.Tip
2581 </li>
2582 <li>Ext.chart.Shapes -&gt; Ext.chart.Shape
2583 </li>
2584 <li>Ext.data.Proxy -&gt; Ext.data.proxy.Proxy
2585 </li>
2586 <li>Ext.draw.SpriteGroup -&gt; Ext.draw.SpriteComposite
2587 </li>
2588 <li>Ext.fx.PropHandler -&gt; Ext.fx.PropertyHandler
2589 </li>
2590 <li>Ext.fx.target.SpriteGroup -&gt; Ext.fx.target.CompositeSprite
2591 </li>
2592 <li>Ext.data.proxy.ScriptTag -&gt; Ext.data.proxy.JsonP
2593 </li>
2594 <li>Ext.grid.HeaderContainer -&gt; Ext.grid.header.Container
2595 </li>
2596 <li>Ext.grid.HeaderDragZone -&gt; Ext.grid.header.DragZone
2597 </li>
2598 <li>Ext.grid.HeaderDropZone -&gt; Ext.grid.header.DropZone
2599 </li>
2600 <li>Ext.grid.HeaderReorderer -&gt; Ext.grid.header.Reorderer
2601 </li>
2602 <li>Ext.grid.GridPanel -&gt; Ext.grid.Panel
2603 </li>
2604 <li>Ext.menu.DateMenu -&gt; Ext.menu.DatePicker
2605 </li>
2606 <li>Ext.menu.ColorMenu -&gt; Ext.menu.ColorPicker
2607 </li>
2608 <li>Ext.menu.MenuManager -&gt; Ext.menu.Manager
2609 </li>
2610 <li>Ext.panel.TablePanel -&gt; Ext.panel.Table
2611 </li>
2612 <li>Ext.resizer.ResizeHandle -&gt; Ext.resizer.Handle
2613 </li>
2614 <li>Ext.grid.CellEditing -&gt; Ext.grid.plugin.CellEditing
2615 </li>
2616 <li>Ext.grid.Editing -&gt; Ext.grid.plugin.Editing
2617 </li>
2618 <li>Ext.grid.GridView -&gt; Ext.grid.View
2619 </li>
2620 <li>Ext.grid.GridViewDropZone -&gt; Ext.grid.ViewDropZone
2621 </li>
2622 <li>Ext.grid.GridPanel -&gt; Ext.grid.Panel
2623 </li>
2624 <li>Ext.grid.RowEditing -&gt; Ext.grid.plugin.RowEditing
2625 </li>
2626 <li>Ext.grid.HeaderReorderer -&gt; Ext.grid.plugin.HeaderReorderer
2627 </li>
2628 <li>Ext.grid.HeaderResizer -&gt; Ext.grid.plugin.HeaderResizer
2629 </li>
2630 <li>Ext.grid.GridViewDragDrop -&gt; Ext.grid.plugin.DragDrop
2631 </li>
2632 <li>Ext.ImageComponent -&gt; Ext.Img
2633 </li>
2634 <li>Ext.layout.Container -&gt; Ext.layout.container.Container
2635 </li>
2636 <li>Ext.layout.AbstractContainer -&gt; Ext.layout.container.AbstractContainer
2637 </li>
2638 <li>Ext.layout.Component -&gt; Ext.layout.component.Component
2639 </li>
2640 <li>Ext.layout.component.SliderField -&gt; Ext.layout.component.field.Slider
2641 </li>
2642 <li>Ext.layout.component.form.Field -&gt; Ext.layout.component.field.Field
2643 </li>
2644 <li>Ext.layout.component.form.File -&gt; Ext.layout.component.field.File
2645 </li>
2646 <li>Ext.layout.component.form.HtmlEditor -&gt; Ext.layout.component.field.HtmlEditor
2647 </li>
2648 <li>Ext.layout.component.form.Text -&gt; Ext.layout.component.field.Text
2649 </li>
2650 <li>Ext.layout.component.form.TextArea -&gt; Ext.layout.component.field.TextArea
2651 </li>
2652 <li>Ext.layout.component.form.Trigger -&gt; Ext.layout.component.field.Trigger
2653 </li>
2654 <li>Ext.tip.QuickTips -&gt; Ext.tip.QuickTipManager
2655 </li>
2656 <li>Ext.toolbar.PagingToolbar -&gt; Ext.toolbar.Paging
2657 </li>
2658 <li>Ext.tree.SelectionModel -&gt; Ext.selection.TreeModel
2659 </li>
2660 <li>Ext.tree.TreeColumn -&gt; Ext.tree.Column
2661 </li>
2662 <li>Ext.tree.TreePanel -&gt; Ext.tree.Panel
2663 </li>
2664 <li>Ext.tree.TreeView -&gt; Ext.tree.View
2665 </li>
2666 <li>Ext.tree.TreeViewDragZone -&gt; Ext.tree.ViewDragZone
2667 </li>
2668 <li>Ext.tree.TreeViewDropZone -&gt; Ext.tree.ViewDropZone
2669 </li>
2670 <li>Ext.view.TableView -&gt; Ext.view.Table
2671 </li>
2672 <li>Ext.Container.getIndexOfHeader -&gt; Ext.Container.getHeaderIndex
2673 </li>
2674 <li>Ext.Container.getHeaderByIndex -&gt; Ext.Contrainer.getHeaderAtIndex
2675 </li>
2676 <li>Ext,grid.feature.Feature.getTplFragments -&gt; Ext.grid.feature.Feature.getFragmentTpl
2677 </li>
2678 <li>Ext.grid.feature.Grouping.getTplFragments -&gt; Ext.grid.feature.Grouping.getFragmentTpl
2679 </li>
2680 <li>Ext,grid.feature.GroupingSummary.getTplFragments -&gt; Ext.grid.feature.GroupingSummary.getFragmentTpl
2681 </li>
2682 <li>Ext,grid.feature.Summary.getTplFragments -&gt; Ext.grid.feature.Summary.getFragmentTpl
2683 </li>
2684 <li>Ext,grid.header.Container.getTplFragments -&gt; Ext.grid.header.Container.getFragmentTpl
2685 </li>
2686 <li>Ext.layout.container.Border.getPlaceHolder -&gt; Ext.layout.container.Border.getPlaceholder
2687 </li>
2688 <li>Ext.version.getSimplified -&gt; Ext.version.getShortVersion
2689 </li>
2690 <li>Ext.version.simplified -&gt; Ext.version.shortVersion
2691 </li>
2692 <li>Ext.Object.keyOf -&gt; Ext.Object.getKey
2693 </li>
2694 <li>Ext.String.parseQueryString -&gt; Ext.Object.fromQueryString
2695 </li>
2696 <li>Ext.Version.isSmallerThan -&gt; Ext.Version.isLessThan
2697 </li>
2698 <li>Ext.draw.Surface.newInstance -&gt; Ext.draw.Surface.create
2699 </li>
2700 <li>Ext.util.Inflector.isUncountable -&gt; Ext.util.Inflector.isTransnumeral
2701 </li>
2702 <li>Ext.draw.Surface.positionSpriteInList -&gt; Ext.draw.Surface.normalizeSpriteCollection
2703 </li>
2704 <li>Ext.util.AbstractMixedCollection.removeByKey -&gt; Ext.util.AbstractMixedCollection.removeAtKey
2705 </li>
2706 <li>Ext.util.HashMap.removeByKey -&gt; Ext.util.HashMap.RemoveAtKey
2707 </li>
2708 <li>Ext.FocusManager.removeWhitelistXType -&gt; Ext.FocusManager.removeWhitelistByXType
2709 </li>
2710 <li>Ext.data.Connection.setupOptions -&gt; Ext.data.Connection.setOptions
2711 </li>
2712 <li>Ext.FocusManager.removeWhitelistXType -&gt; Ext.FocusManager.removeXTypeFromWhitelist
2713 </li>
2714 <li>Ext.FocusManager.addWhitelistXtype -&gt; Ext.FocusManager.addXTypeToWhitelist
2715 </li>
2716 <li>Ext.form.Labelable.applyFieldDefaults -&gt; Ext.form.Lableable.setFieldDefaults
2717 </li>
2718 <li>Ext.form.field.areValuesEqual -&gt; Ext.form.field.isEqual
2719 </li>
2720 <li>Ext.ClassManager.assignNamespace -&gt; Ext.ClassManager.setNamespace
2721 </li>
2722 <li>Ext.menu.Menu.canActivateItem -&gt; Ext.menu.Menu.isActivatable
2723 </li>
2724 <li>Ext.form.Panel.checkChanges -&gt; Ext.form.Panel.checkChange
2725 </li>
2726 <li>Ext.form.Basic.checkDirtyChange -&gt; Ext.form.Basic.checkDirty
2727 </li>
2728 <li>Ext.form.FormPanel -&gt; Ext.form.Panel
2729 </li>
2730 <li>Ext.chart.LegendItem.createSprites -&gt; Ext.chart.LegendItem.createLegend
2731 </li>
2732 <li>Ext.chart.axis.Axis.drawLabels -&gt; Ext.chart.axis.Axis.drawLabel
2733 </li>
2734 <li>Ext.Loader.exist -&gt; Ext.Loader.isCreated
2735 </li>
2736 <li>Ext.grid.header.Container.getColumnsMenu -&gt; Ext.grid.header.Container.getColumnMenu
2737 </li>
2738 <li>Ext.form.field.File.buttonCfg -&gt; Ext.form.field.File.buttonConfig
2739 </li>
2740 <li>Ext.data.proxy.Server.dirParam -&gt; Ext.data.proxy.Server.directionParam
2741 </li>
2742 <li>Ext.grid.feature.Grouping.groupHdTpl -&gt; Ext.grid.feature.Grouping.groupHeaderTpl
2743 </li>
2744 <li>Ext.draw.Surface.implOrder -&gt; Ext.draw.Surface.enginePriority
2745 </li>
2746 <li>Ext.draw.Component.implOrder -&gt; Ext.draw.Component.enginePriority
2747 </li>
2748 <li>Ext.charts.Series.markerCfg -&gt; Ext.chart.Series.markerConfig
2749 </li>
2750 <li>FocusManager.placeHolder -&gt; FocusManager.placeholder
2751 </li>
2752 <li>Panel.placeHolder -&gt; Panel.placeholder
2753 </li>
2754 <li>Border.placeHolder -&gt; Border.placeholder
2755 </li>
2756 <li>Ext.chart.series.Bar.xpadding -&gt; Ext.chart.series.Bar.xPadding
2757 </li>
2758 <li>Ext.chart.series.Bar.ypadding -&gt; Ext.chart.series.Bar.yPadding
2759 </li>
2760 </ul>
2761 </li>
2762 </ul>
2763 <ul>
2764     <li>Documentation Changes
2765         <ul>
2766             <li>Added many guides, screenshots, and videos from the Sencha Blog and other sources to the documentation
2767                 application
2768             </li>
2769             <li>API documentation screenshots and example updates for (Ext.window.Window, Ext.window.MessageBox,
2770                 Ext.toolbar.Toolbar, Ext.toolbar.TextItem, Ext.toolbar.Spacer, Ext.toolbar.Separator, Ext.toolbar.Fill,
2771                 Ext.tab.Panel, Ext.slider.Tip, Ext.slider.Single,Ext.slider.Multi, Ext.resizer.Resizer,
2772                 Ext.layout.container.Table, Ext.layout.container.Fit, Ext.layout.container.Column,
2773                 Ext.layout.container.Card, Ext.layout.container.Border, Ext.layout.container.Accordion,
2774                 Ext.layout.container.Absolute, Ext.form.FormPanel, Ext.form.BaseField, Ext.form.Checkbox,
2775                 Ext.form.CheckboxGroup, Ext.form.ComboBox, Ext.form.Date, Ext.form.Display, Ext.form.FieldContainer,
2776                 Ext.form.FieldSet, Ext.form.File, Ext.form.FormPanel, Ext.form.HtmlEditor, Ext.form.Label,
2777                 Ext.form.Number, Ext.form.Radio, Ext.form.RadioGroup, Ext.form.Text, Ext.form.TextArea, Ext.form.Time
2778             </li>
2779             <li>Updated AbstractComponent
2780             </li>
2781             <li>[EXTJSIV-806] Updated AbstractDataView
2782             </li>
2783             <li>Updated AbstractMixedCollection
2784             </li>
2785             <li>Updated AbstractPanel
2786             </li>
2787             <li>Added Application
2788             </li>
2789             <li>Updated Array
2790             </li>
2791             <li>Update Axis
2792             </li>
2793             <li>Update Base
2794             </li>
2795             <li>Update Cartesian
2796             </li>
2797             <li>[EXTJSIV-748] Add CellEditing
2798             </li>
2799             <li>Update Chart Labels
2800             </li>
2801             <li>Update Chart LineSeries
2802             </li>
2803             <li>Update Class
2804             </li>
2805             <li>Update ClassManager
2806             </li>
2807             <li>Added Controller
2808             </li>
2809             <li>Update Direct
2810             </li>
2811             <li>[EXTJSIV-721] Update Direct proxy
2812             </li>
2813             <li>[EXTJSIV-734] Add DrawComponent
2814             </li>
2815             <li>Update Ext
2816             </li>
2817             <li>Added EventBus
2818             </li>
2819             <li>Added Gauge Chart
2820             </li>
2821             <li>Added Grid Panel
2822             </li>
2823             <li>Added Grid Scroller
2824             </li>
2825             <li>[EXTJSIV-644] Updated Loader
2826             </li>
2827             <li>[EXTJSIV-723] Update NodeInterface
2828             </li>
2829             <li>Updated Object
2830             </li>
2831             <li>Updated Observable
2832             </li>
2833             <li>Added PropertyGrid
2834             </li>
2835             <li>Updated field.Number
2836             </li>
2837             <li>[EXTJSIV-754] Add RowEditing
2838             </li>
2839             <li>Added RowNumberer
2840             </li>
2841             <li>Added Sortable
2842             </li>
2843             <li>Added Sprite
2844             </li>
2845             <li>[EXTJSIV-726] Add Tree
2846             </li>
2847             <li>[EXTJSIV-727] Update TreeStore
2848             </li>
2849         </ul>
2850     </li>
2851 </ul>
2852 <ul>
2853     <li>Known Issues / Upcoming Changes
2854         <ul>
2855             <li>Desktop Example to be re-implemented</li>
2856             <li>Ext.data.BufferStore will be removed and its methods moved up into Ext.data.Store</li>
2857             <li>Grid promote from markup script sometimes fails in IE6 and IE7</li>
2858             <li>TreePanel has some DnD issues in IE9</li>
2859             <li>Several classes missing adequate documentation</li>
2860             <li>Small rendering glitches on tabs in Mac Safari 5</li>
2861             <li>Buttons can be cropped when sizing a Window to a very small width (e.g. under 150px)</li>
2862             <li>Grids can sometimes lose scrollbars when their container is resized</li>
2863             <li>Vertical panel headers use the wrong font in IE9</li>
2864             <li>Grid state does not save column widths</li>
2865             <li>TriggerFields are not aligned flushed to the edge in IE6 and IE7</li>
2866             <li>Grid filtering feature doesn't support setting filters via config</li>
2867             <li>TreePanel is missing documentation. A guide will be release separately before GA</li>
2868             <li>Menu styling in access theme has some imperfections</li>
2869             <li>Simple Tasks example is missing</li>
2870             <li>Calendar components have not been fully ported yet</li>
2871             <li>Tree Filtering will be implemented before GA</li>
2872             <li>KeyNav example has inconsistent spacing in some IE versions</li>
2873             <li>Tab is not marked selected if it is the only tab in a TabPanel and is set active by default</li>
2874             <li>Hovering over the bottom spinner of a NumberField does not highlight it</li>
2875             <li>Several small IE9 rendering issues</li>
2876             <li>Some slight font inconsistencies between components</li>
2877         </ul>
2878     </li>
2879 </ul>
2880 </div>
2881 <div class="release">
2882 <h1>
2883     Release Notes for Ext JS 4 Beta 2
2884 </h1>
2885
2886 <p class="notes">
2887     Release Date: April 6, 2011<br>
2888     Version Number: 4.0.0beta2
2889 </p>
2890
2891 <h2>
2892     New In This Release
2893 </h2>
2894 <ul>
2895     <li>New Examples
2896         <div style="margin-left: 2em">
2897             <ul>
2898                 <li>
2899                     <a href="examples/charts/Gauge.html">Gauge Chart example</a>
2900                 </li>
2901                 <li>
2902                     <a href="examples/grid/buffer-grid.html">Buffered Grid example</a>
2903                 </li>
2904                 <li>
2905                     <a href="examples/themes/index.html">Theme example</a>
2906                 </li>
2907             </ul>
2908         </div>
2909     </li>
2910 </ul>
2911 <ul>
2912 <li>Bug Fixes
2913 <ul>
2914 <li>Fix tabs mouseover in GroupTabPanel examples
2915 </li>
2916 <li>Fix double rendering when quickly expanding / collapsing tree nodes
2917 </li>
2918 <li>[EXTJSIV-466] Ensure cls config is applied to MessageBoxWindow
2919 </li>
2920 <li>Fix issue where box layout margins could be improperly calculated
2921 </li>
2922 <li>[EXTJSIV-470] Remove the permanent CheckHeader editor and place it only on the row editing example
2923 </li>
2924 <li>Fix Tree keyboard navigation
2925 </li>
2926 <li>Don't show loading indicator when trying to expand an already expanded tree node
2927 </li>
2928 <li>[EXTJSIV-504] Fix alignment of fieldset legend checkbox
2929 </li>
2930 <li>[EXTJSIV-502] Remove persistent scrollbar from Ext.form.Textarea and Ext.form.HtmlEditor source editor
2931 </li>
2932 <li>[EXTJSIV-213] Fix BoxReorderer issues
2933 </li>
2934 <li>[EXTJSIV-537] Fix an issue that allows multiple selection on the chart
2935 </li>
2936 <li>[EXTJSIV-529] Element.highlight() fx function will now function properly, and can handle Anim callbacks
2937 </li>
2938 <li>[EXTJSIV-539] We no longer allow the tb text field to be orderable in the multisort example
2939 </li>
2940 <li>[EXTJSIV-540] Buttons will no longer show mouseover effects when disabled
2941 </li>
2942 <li>[EXTJSIV-545] Fix duplicate id bug in grid -&gt; grid DD example
2943 </li>
2944 <li>[EXTJSIV-417] Fixed issue with field heights
2945 </li>
2946 <li>[EXTJSIV-492] Fix application of overCls when the delegate option is used
2947 </li>
2948 <li>[EXTJSIV-513] Ensure that mouseup when dragging the drag selector, and the subsequent click event does not clear
2949     selections in the DataView
2950 </li>
2951 <li>[EXTJSIV-474] Fix ghosting of Windows during drag on IE &lt; 9
2952 </li>
2953 <li>[EXTJSIV-213] Fix multiple-sorting issue with BoxReorderer, ensure smooth component reordering, Improve
2954     reorderable-tabs examples
2955 </li>
2956 <li>[EXTJSIV-501] Fix the ability to update floating Components while hidden, and have them run their
2957     ComponentLayout upon show
2958 </li>
2959 <li>[EXTJSIV-530] Fixed bootstrap-release.js to test window.location.hostname instead of window.location.host
2960 </li>
2961 <li>[EXTJSIV-540] Always attempt to remove the overCls when the mouse leaves the component. If a component is
2962     disabled while the mouse is still over it, then the overCls will be stuck on until the component is re-enabled
2963 </li>
2964 <li>Grid DD Example update so columns aren't crammed together
2965 </li>
2966 <li>[EXTJSIV-531] Fix MessageBox progress bar display
2967 </li>
2968 <li>[EXTJSIV-434] Prevent IE6-7 from giving focus to the HtmlEditor iframe when setting its contentEditable=true
2969 </li>
2970 <li>[EXTJSIV-464] Menu should pass its minWidth down to its child components so it is accounted for in the Box
2971     layout. This visually affects all examples that use menus which were only as wide as they needed to be
2972 </li>
2973 <li>[EXTJSIV-138] Fix no borders on forum search example
2974 </li>
2975 <li>Fixed column headers in IE
2976 </li>
2977 <li>[EXTJSIV-561] Fix an issue when creating a tab panel with no items
2978 </li>
2979 <li>Fix Loader's path resolution
2980 </li>
2981 <li>[EXTJSIV-557] Locking grid resize indicator shows up regardless of which section you drag from
2982 </li>
2983 <li>[EXTJSIV-507] Fix gecko3 issue with the first tab in a tabbar
2984 </li>
2985 <li>[EXTJSIV-356] Prevent selection from scrolling into view when the selection model is refreshed
2986 </li>
2987 <li>[EXTJSIV-568] RowEditor disables the view's keynav so that editors will get full default key events
2988 </li>
2989 <li>[EXTJSIV-339] Fixed problematic curly braces in nestedIdRe in AbstractSummaryFeature
2990 </li>
2991 <li>[EXTJSIV-375] Complete syncing of row heights, after sorting make sure that the scrollTop is synchronized
2992 </li>
2993 <li>Correct syncRowHeight default config
2994 </li>
2995 <li>[EXTJSIV-568] Don't allow RowEditor to hijack space
2996 </li>
2997 <li>[EXTJSIV-409] Add extra path parameter to ensure cookie clearing works
2998 </li>
2999 <li>[EXTJSIV-7] Fixed shift that appears in IE with large number scaling when you specify viewPort in a Draw
3000     Component
3001 </li>
3002 <li>[EXTJSIV-558] Fixed an issue where setting a date in a model caused the record to become dirty
3003 </li>
3004 <li>[EXTJSIV-575] Fix Uncaught TypeError: Cannot call method 'apply' of undefined, due to previous
3005     onDisable/onEnable changes
3006 </li>
3007 <li>[EXTJSIV-449] TableView should not steal the focus when a header is resized. The header layouts occurred when a
3008     scrollbar was being added and removed by the TablePanel, causing any previously focused item to lose focus, with
3009     focusing going to the TableView. So, a "search filter text box", for example, would lose focus at random points
3010 </li>
3011 <li>[EXTJSIV-167] Fix IE9 Center Layout
3012 </li>
3013 <li>Fix Ext.form.Combobox select event firing
3014 </li>
3015 <li>[EXTJSIV-546] Dont allow a parent folder to be dropped on a folder inside itself
3016 </li>
3017 <li>[EXTJSIV-524] Make sure you can extend Ext.TreePanel and create an instance without passing a configuration
3018 </li>
3019 <li>Properly relay View events on the TreePanel
3020 </li>
3021 <li>[EXTJSIV-190] Fix Ext.ux.TabCloseMenu event monitoring
3022 </li>
3023 <li>[EXTJSIV-535] Fix Multi sorting grid column reorder indicator
3024 </li>
3025 <li>[EXTJSIV-537] Fix issue where FormDashboard allows multiple chart selection
3026 </li>
3027 <li>[EXTJSIV-162] Fix TableView/Features collectData implementation
3028 </li>
3029 <li>[EXTJSIV-544] Fix Bar display when data is of the same value for more than one record
3030 </li>
3031 <li>[EXTJSIV-515] Clear groupers when disabling the Grouping Feature
3032 </li>
3033 <li>[EXTJSIV-565] Fix radial axis labels problem
3034 </li>
3035 <li>[EXTJSIV-469] Correct layout recursion back into an already-running ComponentLayout
3036 </li>
3037 <li>[EXTJSIV-565] Fix maxValue in drawSeries
3038 </li>
3039 <li>[EXTJSIV-590] The PagingScroller now calculates rowHeight based off of markup
3040 </li>
3041 <li>[EXTJSIV-241] Fix bug in event wrapper ordering which meant that delayed or buffered single:true events threw
3042     errors
3043 </li>
3044 <li>[EXTJSIV-583] Fix sorting padding issue with grid headers
3045 </li>
3046 <li>[EXTJSIV-510] Added grid headers and special cell backgrounds
3047 </li>
3048 <li>[EXTJSIV-597] Fix issue where Ext.tab.Panel wouldn't enable tabs
3049 </li>
3050 <li>[EXTJSIV-588] Fix an issue when using scripts: true when loading a component
3051 </li>
3052 <li>[EXTJSIV-321] Record associated data now also handles parent models
3053 </li>
3054 <li>[EXTJSIV-566] Fix issues with returning exceptions from DirectProxy
3055 </li>
3056 <li>[EXTJSIV-585] Fix an issue where Ext.MessgaeBox was dependent on having a title
3057 </li>
3058 <li>[EXTJSIV-586] Fix an issue when using reset and formBind, the bound item will now be updated correctly
3059 </li>
3060 <li>[EXTJSIV-591] Fix warning when destroying border layout
3061 </li>
3062 <li>Fix detection of changes to form fields in IE9 standards mode by making it use the modern events set
3063 </li>
3064 <li>Fix vertical alignment of checkbox/radio buttons in IE9 standards mode
3065 </li>
3066 <li>Fix errors when expand/collapse methods are called after a Picker component is destroyed
3067 </li>
3068 <li>[EXTJSIV-605] Fix an issue where undefined will be set on the editor when resetting
3069 </li>
3070 <li>[EXTJSIV-569] Fix bug with nodes being inserted in the wrong location in the NodeStore
3071 </li>
3072 <li>[EXTJSIV-607] Fix z-index of border floated region
3073 </li>
3074 <li>[EXTJSIV-372] Fix an issue with flickering when using cell editing in FF on Linux
3075 </li>
3076 <li>[EXTJSIV-608] Fix issue when creating records at a remote source
3077 </li>
3078 <li>[EXTJSIV-450] FocusManager will only add tabIndex to DOM nodes that really need them for programmatic focusing.
3079     This will ensure default tabIndicies will remain in tact
3080 </li>
3081 <li>[EXTJSIV-589] CellEditing now fires beforeedit, validateedit and afteredit appropriately
3082 </li>
3083 <li>[EXTJSIV-610] CellModel will now call its base Model's doSelect and doDeselect functions so it is maintaining
3084     the selected record along with the selected position (row/column)
3085 </li>
3086 <li>[EXTJSIV-418] CheckColumn now will handle the Enter/Space keys for toggling its select state
3087 </li>
3088 <li>[EXTJSIV-609] CellModel fires its select/deselect events now
3089 </li>
3090 <li>[EXTJSIV-560] Remove focused cls on items in a TableView when deselecting them
3091 </li>
3092 <li>[EXTJSIV-614] Prevent combobox dropdown from getting closed before the selectOnTab handler has a chance to fire
3093     in WebKit
3094 </li>
3095 <li>[EXTJSIV-622] When IE9 positions an element offscreen via offsets, the offsetWidth is inaccurately reported. For
3096     IE9 only, we render on screen before removing. Fixes an issue with Ext.getScrollBarWidth
3097 </li>
3098 <li>[EXTJSIV-439] Changed images for the DataView examples to gif for IE6
3099 </li>
3100 <li>[EXTJSIV-615] Fix an issue when using an idProperty other than "id"
3101 </li>
3102 <li>RowEditor will handle resize, move, show, and hide of columns properly before the editor is brought up for the
3103     first time
3104 </li>
3105 <li>[EXTJSIV-480] Table layout: added work around for a bug in Opera 10.5 where it makes table cells wider than they
3106     should be if their child element has border-box sizing and horizontal padding
3107 </li>
3108 <li>[EXTJSIV-641] Fix an issue with creating items into a local storage object
3109 </li>
3110 <li>[EXTJSIV-440][EXTJSIV-633] Fix Ext.ux.AnimatedDataView cross-browser issue
3111 </li>
3112 <li>CellEditing will complete an edit before grabbing critical information about the next edit, since the view is
3113     refreshed upon edit completion
3114 </li>
3115 <li>[EXTJSIV-371] CellEditing and CellModel will continue cell editing on tabs even across cells with no editor, and
3116     stop when the editing ends via a non-tab exit point such as blurring the field
3117 </li>
3118 <li>[EXTJSIV-606] Constrained Windows no longer lose their center positioning
3119 </li>
3120 <li>[EXTJSIV-508] Give a visual indication of a selected/focused tree node in the check-tree example
3121 </li>
3122 <li>[EXTJSIV-508] Tree selection model handles enter/space to check any checkbox tree nodes
3123 </li>
3124 <li>[EXTJSIV-663] Ensure ServerProxy checks if the value is defined as opposed to just truthy
3125 </li>
3126 <li>[EXTJSIV-593] Numeric axis is now aware of chart substores, that way it can update when grouping/ungrouping time
3127     axis
3128 </li>
3129 <li>[EXTJSIV-401][EXTJSIV-496] Rework active/inactive tab styling to be consistent across all browsers and avoid the
3130     floating border strip
3131 </li>
3132 </ul>
3133 </li>
3134 <li>Enhancements
3135     <ul>
3136         <li>[EXTJSIV-73] Optimized class system performance - round 1
3137         </li>
3138         <li>Added a simple Gauge Chart
3139         </li>
3140         <li>Add Ext.Array.sort which is a guaranteed stable sort
3141         </li>
3142         <li>[EXTJSIV-556] Implement a buffered grid example loading thousands records and buffering the rendering.
3143             Required minor changes to PagingScroller, BufferStore and related classes
3144         </li>
3145         <li>[EXTJSIV-193] Put iconCls and tools into ghosted windows
3146         </li>
3147         <li>[EXTJSIV-471] RowEditing will now scroll the buttons into view when they are out of sight due to being near
3148             the bottom. Also will enforce row selection and keeping a row in view when starting an edit for smoother
3149             animations
3150         </li>
3151         <li>[EXTJSIV-426] Remove redundant validation for allowBlank in Ext.form.Text
3152         </li>
3153         <li>[EXTJSIV-427] Date and Time would always return null from getValue if the raw value could not be parsed as a
3154             date; this was resulting in such values being treated as valid during validation and not being seen as
3155             dirty. Changed so that getValue will return the raw value if it cannot be parsed. Also added logic to
3156             attempt parsing of the 'value' config during init so that originalValue is a valid Date object for dirty
3157             comparison
3158         </li>
3159         <li>[EXTJSIV-448] Implement readOnly and setReadOnly for Checkbox and Radio fields
3160         </li>
3161         <li>[EXTJSIV-416] Give fields within fieldset an anchor so they get a width in IE6
3162         </li>
3163         <li>[EXTJSIV-530] Added port number support to localhost detection
3164         </li>
3165         <li>Add required classes to Chart LiveUpdate example
3166         </li>
3167         <li>Increase LiveSearchGridPanel reactiveness
3168         </li>
3169         <li>[EXTJSIV-529] Element.getColor() will properly accept an empty string as a prefix, which is needed for color
3170             animations
3171         </li>
3172         <li>[EXTJSIV-529] Enable afterRepair fx on dd.DragZone and TreeViewDragZone
3173         </li>
3174         <li>[EXTJSIV-38] TreeViewDropZone will now highlight successfully dropped nodes
3175         </li>
3176         <li>[EXTJSIV-38] Use the selectedItemCls setting on TableView prototype to handle the quick remove/add of that
3177             cls when highlighting a repair
3178         </li>
3179         <li>[EXTJSIV-38] TreeViewDragZone will highlight all records that were dragged, for the case of multiselect tree
3180             sel model
3181         </li>
3182         <li>[EXTJSIV-185] Removed .png slicer images + changing to gif (we &lt;3 IE6)
3183         </li>
3184         <li>[EXTJSIV-346] adding gif versions of icons for treegrid example
3185         </li>
3186         <li>[EXTJSIV-475] LoadMask may now be configured with a Component to mask as an alternative to just an element.
3187             If configured with a Component, it masks the Component's contentTarget. If the Component changes size during
3188             loading, the mask's message is recentered. DataView configures its LoadMask by passing itself if it is
3189             standalone, or its owning Container if it is inside a Container
3190         </li>
3191         <li>[EXTJSIV-478] Added the empty cls to all browsers, not just browsers that do not support `placeholder`. this
3192             is because of a styling issue in webkit
3193         </li>
3194         <li>[EXTJSIV-540] Button over when disabled will not apply the hover background linear gradient anymore.
3195             disabled classes now get cascaded priority over background-image
3196         </li>
3197         <li>[EXTJSIV-457] The DragZone was triggering a selection change on mousedown, which was resulting in duplicate
3198             selection calls when the DataView was configured to select on click. Moved the former from the mousedown
3199             handler to the start of the drag to avoid duplicate selection
3200         </li>
3201         <li>Improved some Loader's alias functions for performance
3202         </li>
3203         <li>[EXTJSIV-258][EXTJSIV-259]Refactor Shadow for floating Components
3204         </li>
3205         <li>[EXTJSIV-551] Menu should not fire click, mouseover, or mouseleave events when its disabled. Menu items will
3206             not get any interaction when the menu is disabled
3207         </li>
3208         <li>Menu will only activate items that can be activated, however, always deactivate the active item when
3209             applicable
3210         </li>
3211         <li>[EXTJSIV-502] Add comment in HtmlEditor explaining how forcing documentMode in the Web Developer Tools will
3212             override the mode used by the iframe, causing scrollbars in IE8
3213         </li>
3214         <li>[EXTJSIV-543] Horizontal scrolling does not rely on having records within the body of the grid. It is
3215             calculated off of the headercontainer instead
3216         </li>
3217         <li>[EXTJSIV-547] Added in browser check for Opera for Mousewheel. Found additional information about Opera and
3218             its' mousewheel implementation here:
3219             http://www.switchonthecode.com/tutorials/javascript-tutorial-the-scroll-wheel To quote the important
3220             parts... "The weirdness comes in because IE and Firefox have very different names for the scroll event. In
3221             Internet Explorer, the event is called onmousewheel, while in Firefox the event is called DOMMouseScroll. To
3222             make it even worse, Opera uses the Internet Explorer event name (without the 'on' part, so just mousewheel),
3223             but Opera needs to use the Firefox way of attaching event listeners."
3224         </li>
3225         <li>[EXTJSIV-564] Implement index support in selectRange rather than requiring the developer to pass a record
3226             instance
3227         </li>
3228         <li>Updated grid row selection stuff to support IE better
3229         </li>
3230         <li>[EXTJSIV-447] Add fieldStyle config and setFieldStyle method to Ext.form.BaseField, to allow direct
3231             manipulation of the inputEl CSS style
3232         </li>
3233         <li>Legacy code in the widgets directory removed
3234         </li>
3235         <li>RowEditor offsets itself by using bottom instead of top, in case of tall rows
3236         </li>
3237         <li>[EXTJSIV-567] Table State implementation now restores width and visibility
3238         </li>
3239         <li>[EXTJSIV-532] Add tooltip support on Radar series
3240         </li>
3241         <li>[EXTJSIV-559][EXTJSIV-373]Provide accurate repair position for Header Drag Zones
3242         </li>
3243         <li>[EXTJSIV-358] HeaderContainer will disable checkbox in column menu when there is only a single header
3244         </li>
3245         <li>[EXTJSIV-582] Add Ext.Error custom error reporting class
3246         </li>
3247         <li>[EXTJSIV-574] Add an alias for all series and handle custom series creation and adding them in an imperative
3248             way
3249         </li>
3250         <li>[EXTJSIV-514] Reimplement rendering of Checkbox and Radio to use a custom image rather than native controls,
3251             for greater styling control and consistency across browsers
3252         </li>
3253         <li>[EXTJSIV-241] Lots of cleanup on Component destroy method
3254         </li>
3255         <li>[EXTJSIV-599] Make node loaded a field in NodeInterface. When appending a child to a node, mark it as loaded
3256         </li>
3257         <li>Add the ability to pass a url to the load method on a Store with a ServerProxy defined on it
3258         </li>
3259         <li>[EXTJSIV-394] Added itemTpl support for DataView
3260         </li>
3261         <li>Add method to allow destroying the field layout's singleton QuickTip instance
3262         </li>
3263         <li>[EXTJSIV-604] Allow height to be set on text fields
3264         </li>
3265         <li>The footer toolbar's (fbar/buttons cfg) spacer shouldn't be focusable anymore
3266         </li>
3267         <li>Button now has a visual state when focused, which currently mirrors the mouseover state. Also removed a
3268             focus/blur method in Button that was unnecessary
3269         </li>
3270         <li>[EXTJSIV-450] FormPanel will provide default tab stops for its fields and buttons, so that all fields are
3271             tabbed through first, and then buttons second
3272         </li>
3273         <li>[EXTJSIV-450] AbstractPanel and AbstractDock will return/render docked items in their visual representative
3274             order, respectively. Docked items have a default weighting, so that they are returned/rendered in (t,l,r,b)
3275             order. In the case of a Dock layout, the top/left items are rendered before any existing DOM nodes in the
3276             render target (body el, in the case of a Panel), and right/bottom items are rendered after the existing DOM
3277             nodes. This keeps our DOM nodes in order of their visual representation to support tab stops, ARIA readers,
3278             etc. Also, getDockedItems/getRefItems of AbstractPanel will return the same type of ordering by default to
3279             support logical ordering of ComponentQuery's and FocusManager navigation
3280         </li>
3281         <li>Move FocusManager's tabIndex whitelist to the prototype so it's not defined over and over again for each
3282             call to setFocus
3283         </li>
3284         <li>[EXTJSIV-418] Added keydown event handling to DataView
3285         </li>
3286         <li>[EXTJSIV-600] Allow form fields to display all errors returned from getErrors at once, rather than only
3287             displaying the first
3288         </li>
3289         <li>[EXTJSIV-304] Grid reconfigure method implemented
3290         </li>
3291         <li>[EXTJSIV-498] Changed DataView to store the internal record IDs on the view DOM nodes for lookup by record
3292             and vice versa. This matters since blockRefresh's can happen and the store becomes out of sync with the DOM
3293             nodes, such as was the case with the Animated DataView plugin
3294         </li>
3295         <li>[EXTJSIV-483] Implement expanded cls for rows inside collectData instead of getRowClass. This allows the
3296             user to override getRowClass without them having to worry about expanded state
3297         </li>
3298         <li>[EXTJSIV-628] Added remove and destroy methods in Sprite.
3299         </li>
3300         <li>[EXTJSIV-55] Add boxLabelAlign config to allow the user to place the boxLabel before or after the
3301             checkbox/radio
3302         </li>
3303         <li>[EXTJSIV-517] Optimized buffering of requests in PagingScroller
3304         </li>
3305         <li>[EXTJSIV-596] border:false on a Window removes borders from the body. The Window itself remains framed
3306         </li>
3307         <li>[EXTJSIV-523] Use the verticalScrollers calculated height when available rather than the raw dom
3308         </li>
3309         <li>[EXTJSIV-315] Updated access theme to have better styling across all components
3310         </li>
3311         <li>[EXTJSIV-613] Move extraParams onto the object instead of being per request
3312         </li>
3313         <li>RowEditor now transitions the error summary tip properly on back-to-back invalid records
3314         </li>
3315         <li>Remove the inline unselectable cls, and instead call unselectable() on the table view's el after it's been
3316             rendered. This fixes a selection problem in Chrome when double clicking in a grid
3317         </li>
3318         <li>[EXTJSIV-527] Add a workaround for the WebKit MarginRight bug with Anchor Layouts to make them much faster
3319         </li>
3320         <li>[EXTJSIV-527] Componentlayout.afterLayout will now only be called when a ComponentLayout occurs
3321         </li>
3322         <li>[EXTJSIV-527] Ensure Card.setActiveItem calls onLayout properly
3323         </li>
3324         <li>Moved all locking behavior out of the LockingGridPanel subclass
3325         </li>
3326         <li>[EXTJSIV-660] Add startDay to Date Field
3327         </li>
3328         <li>[EXTJSIV-653] Added DirectStore shortcut
3329         </li>
3330     </ul>
3331 </li>
3332 <li>API Changes
3333     <ul>
3334         <li>[EXTJSIV-276] The "headers" config in GridPanel has been renamed to the 3.x compatible "columns". All
3335             supporting classes are now named XxxxxColumn and are in the Ext.grid.column package. Column xtypes are the
3336             same as they were in 3.x
3337         </li>
3338         <li>[EXTJSIV-562] Added hideEmptyLabel config which automatically collapses the label space when fieldLabel is
3339             empty. Made this the default behavior everywhere; this is a slight change from the old form layout which
3340             defaulted to maintaining the space unless hideLabel=false
3341         </li>
3342         <li>[EXTJSIV-59] Rename some methods in Menu to be consistent with framework standards
3343         </li>
3344         <li>Modified field layout to avoid setting styles when not needed. The fieldLabel element's styles are now
3345             applied during render in the template and not in the layout. Fields whose size are not managed by a
3346             container no longer set their internal element sizes during layout this can result in wrapping since fields
3347             are floated
3348         </li>
3349         <li>Add inverse iteration support to Ext.Array.each
3350         </li>
3351         <li>Rename hlColor to repairHighlightColor for Tree DragSource
3352         </li>
3353         <li>[EXTJSIV-38] TreeViewDDPlugin now has "nodeHighlightColor" which is used on repairs and drops, if
3354             applicable. Passing it as the "repairHighlightColor" to the drag zone in this commit. Will be passed to drop
3355             zone as "dropHighlightColor"
3356         </li>
3357         <li>[EXTJSIV-38] Renamed hlDrop to nodeHighlightOnDrop and nodeHighlightOnRepair on the TreeViewDDPlugin class.
3358             They are routed to the TreeViewDragZone and TreeViewDropZone as repairHighlight and dropHighlight
3359             respectively
3360         </li>
3361         <li>[EXTJSIV-552] Rename MessageBoxWindow to MessageBox
3362         </li>
3363         <li>Move all locales package from core to extjs
3364         </li>
3365         <li>[EXTJSIV-548] Add allowDrag config option on NodeInterface. Set it to false by default for root nodes
3366         </li>
3367         <li>[EXTJSIV-549] Change the names for the relayed events from TreeStore to TreePanel so that they don't collide
3368             with Panel's events
3369         </li>
3370         <li>[EXTJSIV-602] Put GridViewDDPlugin and TreeViewDDPlugin into proper namespaces (Ext.grid.plugin)
3371         </li>
3372         <li>[EXTJSIV-269] Renamed enableCacheBuster to disableCaching, added disableCachingParam config
3373         </li>
3374         <li>[EXTJSIV-581] Fixed up the API for TreeStore, TreeView and TreePanel. Also fixed some bugs related to
3375             changing the root node dynamically, loading data after TreePanel has already been created and expanding a
3376             node while its loading
3377         </li>
3378         <li>[EXTJSIV-598] We no longer use the global QuickTips singleton for form error tips. We now create a QuickTip
3379             singleton just for the field layout, with the proper baseCls for framing, and register it to respond to an
3380             'errorqtip' property
3381         </li>
3382         <li>[EXTJSIV-534] Refactor Lockable into mixin
3383         </li>
3384         <li>AbstractSummaryFeature, ChunkingFeature, GroupingFeature, RowSummaryFeature, RowBodyFeature, RowWrapFeature,
3385             and SummaryFeature moved to the Ext.grid.feature namespace
3386         </li>
3387         <li>Rename locked from Header/Column to ddLock so that it doesnt conflict with the new locking functionality
3388         </li>
3389     </ul>
3390 </li>
3391 <li>Compatibility Changes
3392     <ul>
3393         <li>Removed compat reversing of El.down/El.child - There are too many places in Ext itself that use these calls,
3394             and reversing them in the compat layer to match 3.x behavior breaks some Ext 4 code. This will have to
3395             remain a documented breaking change in the migration guide
3396         </li>
3397         <li>Set up compat code for TreePanel, AsyncTreeNode, TreeLoader and TreeSorter
3398         </li>
3399         <li>Moved deprecated TreePanel members to the compat file
3400         </li>
3401     </ul>
3402 </li>
3403 <li>Documentation Changes
3404     <ul>
3405         <li>Guide section added to documentation. Class System and Drawing/Charting Guides added
3406         </li>
3407         <li>File field updated
3408         </li>
3409         <li>Model.fields updated
3410         </li>
3411         <li>Component updated
3412         </li>
3413         <li>FocusManager updated
3414         </li>
3415         <li>Viewport updated
3416         </li>
3417         <li>FormPanel updated
3418         </li>
3419         <li>ActionHeader updated
3420         </li>
3421         <li>GridViewDDPlugin updated
3422         </li>
3423         <li>ColumnLayout updated
3424         </li>
3425         <li>DateMenu updated
3426         </li>
3427         <li>Panel updated
3428         </li>
3429         <li>TabPanel updated
3430         </li>
3431         <li>TreeViewDDPlugin updated
3432         </li>
3433         <li>Animate updated
3434         </li>
3435         <li>ClassLoader updated
3436         </li>
3437         <li>Animator updated
3438         </li>
3439         <li>BsicForm updated
3440         </li>
3441         <li>Label field updated
3442         </li>
3443         <li>Labelable updated
3444         </li>
3445         <li>Text field updated
3446         </li>
3447         <li>ElementLoader updated
3448         </li>
3449         <li>Sortable updated
3450         </li>
3451         <li>AbstractComponent updated
3452         </li>
3453         <li>Locales updated
3454         </li>
3455         <li>Ext.Number updated
3456         </li>
3457         <li>Tab updated
3458         </li>
3459         <li>TabPanel updated
3460         </li>
3461         <li>StateProvider updated
3462         </li>
3463         <li>Editing updated
3464         </li>
3465         <li>Panel updated
3466         </li>
3467         <li>CheckboxModel (selection) updated
3468         </li>
3469         <li>TreePanel updated
3470         </li>
3471         <li>Ext updated
3472         </li>
3473         <li>Class updated
3474         </li>
3475         <li>ClassManager updated
3476         </li>
3477         <li>Array updated
3478         </li>
3479         <li>Anim updated
3480         </li>
3481         <li>FieldSet updated
3482         </li>
3483         <li>Grid Column updated
3484         </li>
3485         <li>Application updated
3486         </li>
3487         <li>Controller updated
3488         </li>
3489         <li>ControllerManager updated
3490         </li>
3491         <li>ModelManager updated
3492         </li>
3493         <li>Router updated
3494         </li>
3495         <li>BufferStore updated
3496         </li>
3497         <li>JSON Writer updated
3498         </li>
3499         <li>Charts updated
3500         </li>
3501         <li>DrawComponent updated
3502         </li>
3503         <li>Toolbar updated
3504         </li>
3505         <li>DataView updated
3506         </li>
3507         <li>Floating updated
3508         </li>
3509         <li>Resizer updated
3510         </li>
3511         <li>Store updated
3512         </li>
3513         <li>ComponentDragger updated
3514         </li>
3515     </ul>
3516 </li>
3517 <li>Known Issues / Upcoming Changes
3518     <ul>
3519         <li>MVC Example applications and guide
3520         </li>
3521         <li>Collapsed vertical headers need to be restyled in IE
3522         </li>
3523         <li>Toolips in IE8 have too much padding on the header which can cause it to clip text
3524         </li>
3525         <li>Tab Scroller is not working properly in FF &lt; 4
3526         </li>
3527         <li>GridFilter example is not laying out properly on first render
3528         </li>
3529         <li>Deprecated (methods slated for deprecation) and Since (what version methods were introduced) implemented
3530             within the documentation
3531         </li>
3532         <li>Column Layout has some performance issues which will be addressed in the next release
3533         </li>
3534         <li>API naming consistency implementation
3535         </li>
3536         <li>Field Layout performance has improved, but is not where it should be for IE
3537         </li>
3538         <li>IE9 Strict mode subpixel rounding can cause wrapping issues (similar to
3539             https://bugzilla.mozilla.org/show_bug.cgi?id=458617)
3540         </li>
3541     </ul>
3542 </li>
3543 </ul>
3544 </div>
3545 <div class="release">
3546 <h1>
3547     Release Notes for Ext JS 4 Beta 1
3548 </h1>
3549
3550 <p class="notes">
3551     Release Date: March 30, 2011<br>
3552     Version Number: 4.0.0beta1
3553 </p>
3554
3555 <h2>
3556     New In This Release
3557 </h2>
3558 <ul>
3559 <li>New Examples
3560     <div style="margin-left: 2em">
3561         <ul>
3562             <li>
3563                 <a href="examples/core/spotlight.html">Spotlight example</a>
3564             </li>
3565         </ul>
3566         <ul>
3567             <li>
3568                 <a href="examples/direct/direct-grid.html">Ext.Direct Grid Integration</a>
3569             </li>
3570         </ul>
3571         <ul>
3572             <li>
3573                 <a href="examples/form/form-grid-access.html">Binding a Grid to a Form</a>
3574             </li>
3575         </ul>
3576         <ul>
3577             <li>
3578                 <a href="examples/grid/cell-editing.html">Grid Cell Editing</a>
3579             </li>
3580         </ul>
3581         <ul>
3582             <li>
3583                 <a href="examples/grid/group-header-grid.html">Grid Grouping</a>
3584             </li>
3585         </ul>
3586         <ul>
3587             <li>
3588                 <a href="examples/grid/group-summary-grid.html">Grid Grouping with Summaries</a>
3589             </li>
3590         </ul>
3591         <ul>
3592             <li>
3593                 <a href="examples/grid/infinite-scroll.html">Grid 'Infinite' Scrolling</a>
3594             </li>
3595         </ul>
3596         <ul>
3597             <li>
3598                 <a href="examples/grid/live-search-grid.html">Live Search Grid</a>
3599             </li>
3600         </ul>
3601         <ul>
3602             <li>
3603                 <a href="examples/grid/locking-grid.html">Grid Locking</a>
3604             </li>
3605         </ul>
3606         <ul>
3607             <li>
3608                 <a href="examples/grid/remote-group-summary-grid.html">Grid Remote Group Summary</a>
3609             </li>
3610         </ul>
3611         <ul>
3612             <li>
3613                 <a href="examples/grid/row-editing.html">Grid Row Editing</a>
3614             </li>
3615         </ul>
3616         <ul>
3617             <li>
3618                 <a href="examples/layout/column.html">Column Layout</a>
3619             </li>
3620         </ul>
3621         <ul>
3622             <li>
3623                 <a href="examples/menu/action-grid.html">Actions</a>
3624             </li>
3625         </ul>
3626         <ul>
3627             <li>
3628                 <a href="examples/tabs/tab-scroller-menu.html">Overflow Tabs to a Menu</a>
3629             </li>
3630         </ul>
3631         <ul>
3632             <li>
3633                 <a href="examples/tree/check-tree.html">Tree with CheckBox selection</a>
3634             </li>
3635         </ul>
3636         <ul>
3637             <li>
3638                 <a href="examples/tree/two-trees.html">Drag and Drop between Trees</a>
3639             </li>
3640         </ul>
3641         <ul>
3642             <li>
3643                 <a href="examples/view/animated-dataview.html">Animated DataView</a>
3644             </li>
3645         </ul>
3646         <ul>
3647             <li>
3648                 <a href="examples/view/multisort/multisort.html">MultiSort DataView</a>
3649             </li>
3650         </ul>
3651         <ul>
3652             <li>
3653                 <a href="examples/grid-filtering/grid-filter-local.html">Locally Filtered Grid</a>
3654             </li>
3655         </ul>
3656         <ul>
3657             <li>
3658                 <a href="examples/restful/restful.html">RESTful Store with GridPanel and RowEditor</a>
3659             </li>
3660         </ul>
3661         <ul>
3662             <li>
3663                 <a href="examples/locale/dutch-form.html">Localization (static)</a>
3664             </li>
3665         </ul>
3666         <ul>
3667             <li>
3668                 <a href="examples/locale/multi-lang.html">Localization (dynamic)</a>
3669             </li>
3670         </ul>
3671         <ul>
3672             <li>
3673                 <a href="examples/state/state.html">Browser State</a>
3674             </li>
3675         </ul>
3676         <ul>
3677             <li>
3678                 <a href="examples/writer/writer.html">Data.writer</a>
3679             </li>
3680         </ul>
3681     </div>
3682 </li>
3683 <li>Bug Fixes
3684     <ul>
3685         <li>Fixed an issue where menu items would not respect the cls property
3686         </li>
3687         <li>Fixed improper variable in RemotingProvider
3688         </li>
3689         <li>Fixed param logic in DirectProxy
3690         </li>
3691         <li>Fixed an issue when reloading stores with different data sets
3692         </li>
3693         <li>Added a finite check for a DrawComponent's bounding box
3694         </li>
3695         <li>Pass the correct parameter to ServerProxy.afterRequest
3696         </li>
3697         <li>Fix indexOf reference in ListMenu
3698         </li>
3699         <li>When a date is chosen for a date filter, hide its parent menu
3700         </li>
3701         <li>Add autocomplete="off" to Button template to prevent Firefox from remembering its disabled state between
3702             page reloads
3703         </li>
3704         <li>Prevent NumericFilter's menu fields from getting focused when mousing over them
3705         </li>
3706         <li>Fix form submission when using direct
3707         </li>
3708         <li>Fixed an issue where phantom records were being duplicated in the store when returned from a remote data
3709             source
3710         </li>
3711         <li>Fixed an issue when clearing a client data proxy
3712         </li>
3713         <li>Fixed Model dependencies
3714         </li>
3715         <li>Removed redundant requires in Component
3716         </li>
3717         <li>Fix to make sure initExtCss always executes after Ext.supports.init
3718         </li>
3719         <li>Fix an issues where the expander icons are hidden when lines: false is used
3720         </li>
3721         <li>Ensure that the grid doesn't trigger a sort on the store when it renders
3722         </li>
3723         <li>Fix setValue method and initial value config on HtmlEditor
3724         </li>
3725         <li>Fixed recursive cloning of a non "plain" object (the constructor of which is !== Object)
3726         </li>
3727         <li>Ensure a layout isn't triggered if the container is destroying
3728         </li>
3729         <li>Fixed the styling of forms in a toolbar
3730         </li>
3731         <li>Fixed Window restore issue
3732         </li>
3733         <li>Fixed Grid dependencies
3734         </li>
3735         <li>Fix Accordion layout when initially layed out with no child items
3736         </li>
3737         <li>Updating $font-size dynamic variable's to use ceil to fix sub-pixel (ex: 10.4px) font-sizes
3738         </li>
3739         <li>Fixed multiple issues with rotated labels on category axis
3740         </li>
3741         <li>Fix TabPanel dependencies
3742         </li>
3743         <li>Fix typo in alternateClassName definitions
3744         </li>
3745         <li>If the panel has a re-expander, make sure the title is set when setTitle is called
3746         </li>
3747         <li>Fix an issue where panels would not be collapsed initially when not in a container
3748         </li>
3749         <li>Allow the combo store to be bound using a single flat array
3750         </li>
3751         <li>Fix autoCreated Store setup in StoreManager
3752         </li>
3753         <li>Fix unreachable code in Ext.getDom
3754         </li>
3755         <li>Properly clear managedListeners array in Observable
3756         </li>
3757         <li>Fix problem with the animate config option replacing the animate method
3758         </li>
3759         <li>Fixed grid scroll options 'horizontal' and 'none'
3760         </li>
3761         <li>Fix problem with autoHeighting TabPanels by their child items
3762         </li>
3763         <li>Fix menu box overflow handler on IE
3764         </li>
3765         <li>Fixed stacked bar chart axis calculation issue
3766         </li>
3767         <li>Fix scaling re-calculation issue for Bar, Line, Scatter series
3768         </li>
3769         <li>Fire change event when ComboBox value is changed
3770         </li>
3771         <li>Update alignment of ComboBox dropdown when its content changes, so it can flip from below to above or vice
3772             versa as the user types
3773         </li>
3774         <li>Clear selection in ComboBox.BoundList if it no longer matches the value in the field, so that the old value
3775             can be re-selected
3776         </li>
3777         <li>Fix bug with ComboBox where the value in the field would be blanked out while the user was typing with
3778             typeAhead:true
3779         </li>
3780         <li>Fix ComboBox scrolling selected item into view when list is expanded
3781         </li>
3782         <li>Set ComboBox selection in list when it is first created, if the ComboBox has an initial 'value' config
3783         </li>
3784         <li>Fix Scatter series shadow issue
3785         </li>
3786         <li>Don't reinsert a node into the NodeStore if its new parent is not part of the NodeStore
3787         </li>
3788         <li>Fixed issue with Element.destroy not being properly called resulting in memory problems for IE
3789         </li>
3790         <li>Fixed Ext.require() not firing callbacks after a failure
3791         </li>
3792         <li>Fixed Ext.Loader.getPath() not returning properly value for unknown namespace
3793         </li>
3794         <li>Forced setting the Axis minimum and maximum values specified by the configuration
3795         </li>
3796         <li>Fixed cropped window titles in various browsers
3797         </li>
3798         <li>Firefox fix for getNextId method in WebStorageProxy
3799         </li>
3800         <li>Fixed an issue with the id not being sent when calling load directly on the model
3801         </li>
3802         <li>Fixed a bug in previousNode and nextNode. They were not being checked before walking up the hierarchy and
3803             therefore triggered a cousin to always be returned
3804         </li>
3805         <li>Fixed discontinuous tree selection
3806         </li>
3807         <li>Field component onLayout was being run while the field was hidden but not after, so trigger width was always
3808             calcualted as zero. Changed order so layout occurs after show
3809         </li>
3810         <li>Fix reset method on sliders
3811         </li>
3812         <li>Fix application of emptyText in IE when ComboBox value is set
3813         </li>
3814         <li>Fix the setTitle text in windows with vertical headers
3815         </li>
3816         <li>Make empty ComboBox list item hoverable/clickable in IE quirks mode
3817         </li>
3818         <li>Fixes Sprite item Bounding Box offset in Opera
3819         </li>
3820         <li>Fix "Member not found" error in IE by preventing native event object from getting passed and used across the
3821             specialkey buffered listener
3822         </li>
3823         <li>Fix individual record update in Ext.grid.GroupingFeature
3824         </li>
3825         <li>Surface has now the ability to add in instances of Sprite and configuration objects
3826         </li>
3827         <li>Ensure datachanged event is fired when filtering the Store without sorters
3828         </li>
3829         <li>Adjust alignment styles for checkboxes and radios to match Ext3
3830         </li>
3831         <li>Fixed checkbox spacing + positioning in IE
3832         </li>
3833         <li>Fixed a bug in DataView Draggable where items in the ghost dataview would not be correctly removed
3834         </li>
3835         <li>Fix vertical clipping of CheckboxGroup columns without fixed widths in IE quirks mode
3836         </li>
3837         <li>Fix bug with Radial Axis scaling
3838         </li>
3839         <li>Fix an issue when retrieving the previous sibling of a component
3840         </li>
3841         <li>Fix sorter issue with DirectProxy
3842         </li>
3843         <li>Fix setReadOnly method in HtmlEditor
3844         </li>
3845         <li>Fix issue with looking up a store by id
3846         </li>
3847         <li>Fix problem hiding modal mask after modal window hide
3848         </li>
3849         <li>Fix support for passing a dom element as a target to an animation
3850         </li>
3851     </ul>
3852 </li>
3853 <li>Enhancements
3854     <ul>
3855         <li>Locking GridPanel implemtented
3856         </li>
3857         <li>Accessibility theme added
3858         </li>
3859         <li>Numeric Axis majorTickSteps added to set the number of major ticks between a `maximum` and a `minimum` value
3860         </li>
3861         <li>Implement the animate configuration option on TreePanel
3862         </li>
3863         <li>Implement singleExpand on TreePanel
3864         </li>
3865         <li>Store aggregation functions moved to the prototype
3866         </li>
3867         <li>Implemented checked field in NodeInterface. Have renderer add a checkbox if a value other then null is set
3868             in checked
3869         </li>
3870         <li>Implemented state support as a mixin
3871         </li>
3872         <li>Added html to each tab in the history example to make it clearer which tab is currently activated
3873         </li>
3874         <li>Refactored the GridFilters plugin UX as FiltersFeature, a Ext.grid.Feature subclass, and ported it to work
3875             with the new Ext4 grid architecture. Reworked the grid-filters example to match
3876         </li>
3877         <li>Inject the TableView instance into each grid filter, even if it is an already instantiated Filter rather
3878             than a filter config object
3879         </li>
3880         <li>Allow month picker items to wrap properly when inside components with white-space:nowrap like menus
3881         </li>
3882         <li>Refactoring a Theming so it is easier to customize
3883         </li>
3884         <li>Updated the themes example to include more components
3885         </li>
3886         <li>Added HTTP error info to the data operation when a request fails
3887         </li>
3888         <li>Added load event in preference of read event on TreeStore
3889         </li>
3890         <li>Grid headers now support grouping in which a header may be configured with a nested headers config object as
3891             well as a text/header string
3892         </li>
3893         <li>The Ext 3.x class ActionColumn has been implemented in 4.x as ActionHeader
3894         </li>
3895         <li>Cleaned all locale packages files
3896         </li>
3897         <li>Introduced a new getAssociatedData method on Model to make it easier to aggregate model data
3898         </li>
3899         <li>Added window state management
3900         </li>
3901         <li>Added state support for border layout
3902         </li>
3903         <li>Removed extraneous layout in Card.setActiveItem
3904         </li>
3905         <li>Made Ext.override proxy to Ext.Base.override if the class was created with Ext.define
3906         </li>
3907         <li>added Ext.Base.getName method
3908         </li>
3909         <li>Add animateTarget to show/hide of floating Components (such as Windows and Tooltips, or anything else that
3910             floats
3911         </li>
3912         <li>Allow the aggregation function to be called with the grouped parameter for consistency
3913         </li>
3914         <li>Added total summary and group summary support for the grid
3915         </li>
3916         <li>Fix combos example to make getInnerTpl work properly - now must be part of listConfig
3917         </li>
3918         <li>Implemented Ext.form.File, a custom field widget for file uploads
3919         </li>
3920         <li>Properly set class on field error quicktips
3921         </li>
3922         <li>Added grid state support
3923         </li>
3924         <li>Relay view and tree events to the TreePanel and TreeStore
3925         </li>
3926         <li>Added a new LocalStorage state provider
3927         </li>
3928         <li>Allow the model to be defined in the store prototype
3929         </li>
3930         <li>Implemented Sutherland–Hodgman algorithm and use it for our render label axis implementation
3931         </li>
3932         <li>Implemented animate config option
3933         </li>
3934         <li>Styled invalid form qtips
3935         </li>
3936         <li>Implemented Tree sorting
3937         </li>
3938         <li>Add additional check in setStyle to ensure the dom node still exists before setting style on it
3939         </li>
3940         <li>FocusManager enhancements to support Containers being able to subscribe for keyboard navigation
3941         </li>
3942         <li>Implemented Ext.menu.DatePicker class
3943         </li>
3944         <li>Implemented Ext.menu.ColorPicker class
3945         </li>
3946         <li>Cleanup FocusManager's handling of component add/destroy when enabled
3947         </li>
3948         <li>Convert TabBar to use FocusManager.subscribe instead of its own KeyNav
3949         </li>
3950         <li>Grid Header needs to give visual indication when it is focused, which will show the menu trigger. This
3951             supports key navigation on grid headers and the ability to press down to open the header menu. The menu
3952             needs the trigger to be shown since it aligns itself to the trigger
3953         </li>
3954         <li>Add deep copy operation to NodeInterface
3955         </li>
3956         <li>Allow Ext.form.Basic#markInvalid to accept a Ext.data.Errors object
3957         </li>
3958         <li>Added logic to reduce/increase the number of columns in the shadowCt to match the number of items if
3959             columns:'auto'
3960         </li>
3961         <li>Updated MVC to work with dynamic loading
3962         </li>
3963         <li>Implemented CheckBox selection for Trees
3964         </li>
3965         <li>Prevent ComboBox from querying and expanding list on keyup if readOnly=true.
3966         </li>
3967         <li>HeaderDropZone will intelligently move a Header within the same container rather than add/remove, which will
3968             perform better as well as prevent add/remove events from firing unnecessarily on the HeaderContainer
3969         </li>
3970         <li>Trigger fields no longer reserve space for trigger when it is hidden due to readOnly=true
3971         </li>
3972         <li>Number field value can no longer be modified by up/down arrows or mousewheel when readOnly=true
3973         </li>
3974         <li>Implemented scrolling while dragging
3975         </li>
3976         <li>Implemented Grid Editing support as a plugin
3977         </li>
3978         <li>Clean html entities when setting text to an Surface Sprite
3979         </li>
3980         <li>Enhanced htmlDecode and htmlEncode methods in Ext.String
3981         </li>
3982         <li>Scatter and Line series now skip records with undefined yValues
3983         </li>
3984         <li>ComboBox now automatically set queryMode='local' for auto-generated array stores
3985         </li>
3986         <li>Ext.form.BaseField now rewraps the browser event object when firing the specialkey event, to prevent issues
3987             with buffered specialkey listeners
3988         </li>
3989         <li>Extended the useNull option to apply to boolean/string types for data stores
3990         </li>
3991         <li>Added deferredRender back to Card Layout (currently defaulted to true for TabPanel)
3992         </li>
3993         <li>Updated FeedViewer to be smarter about how it opened many tabs at once
3994         </li>
3995         <li>Modify Proxy so batching is configurable
3996         </li>
3997         <li>Allow a store configuration to be passed to data bound objects
3998         </li>
3999         <li>Add beginEdit/cancelEdit/endEdit functionality to Model
4000         </li>
4001         <li>Added isValid to Model for a shortcut
4002         </li>
4003         <li>Added autoSave support for Data writers
4004         </li>
4005         <li>Ensure writer always passes the id if we have a non phantom
4006         </li>
4007         <li>Made Tips constrain within their zIndexManager's client element. Change the constrain default to true
4008         </li>
4009         <li>Button will now use an anchor element when configured with an href
4010         </li>
4011         <li>Make Ext.form.Field.resetOriginalValue update the field's dirty state to match
4012         </li>
4013         <li>Automatically convert objects into records with NodeInterface
4014         </li>
4015         <li>Make ComboBox.getValue return the raw text field value if it does not match the display value from the last
4016             list selection or setValue call. Allows submitting values that do not appear in the store
4017         </li>
4018         <li>Enhance the appendChild, removeChild, insertBefore code on the NodeInterface with suppressEvents
4019             capabilities. This optimizes the performance of the initial Tree rendering drastically
4020         </li>
4021         <li>Implemented Grid RowEditing
4022         </li>
4023         <li>Basic.updateRecord() will now use the actual field data for updating the Model fields rather than the
4024             submit-friendly string equivalent of the form field data. Certain string encodings are not compatible with
4025             Model field covert methods if they are not in the exact/proper format, e.g. Date fields
4026         </li>
4027         <li>Remove Canvas support as it is not ready for release. SVG/VML still covers all desktop platforms.
4028         </li>
4029     </ul>
4030 </li>
4031 <li>API Changes
4032     <ul>
4033         <li>Moved methods slated for deprecation to the compat layer
4034         </li>
4035         <li>Added a new ElementLoader class that is the superclass of ComponentLoader. The purpose of this class is to
4036             replace Ext.Updater. Updater is removed and the load method now points to the new loader
4037         </li>
4038         <li>Move model creation into the model itself, essentially deprecates regModel
4039         </li>
4040         <li>Time axis now works with Dates and not formatted strings
4041         </li>
4042         <li>Move Ext.util.Date methods over to Ext.Date. Changed all references to Ext.Date in code, examples and tests
4043         </li>
4044         <li>Add workaround to Ext.core.Element#getWidth to avoid Gecko bug where it returns an offsetWidth that rounds
4045             down the actual width due to <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=458617" target="_blank">subpixel
4046                 font rendering</a>. This logic was previously in a couple of components, this commit moves that up to
4047             Element.getWidth
4048         </li>
4049         <li>Fix AbstractPanel.bodyCls to also support array values
4050         </li>
4051         <li>Created an AbstractMixedCollection which MixedCollection extends from
4052         </li>
4053         <li>Sortable refactored as a mixin
4054         </li>
4055         <li>Refactored Sorting on MixedCollection, TreeStore, and TreePanel to use the new Sortable mixin
4056         </li>
4057         <li>Absolute Layout will now always use setItemSize even if an anchor property isn't specified
4058         </li>
4059         <li>Ensure the page parameter gets sent on remote data loading
4060         </li>
4061         <li>Remove any trace of applyTo throughout the framework
4062         </li>
4063         <li>Updating the BoundList selection on setValue for ComboBox is now the default behavior
4064         </li>
4065         <li>Selection models are now consistent: Moved grid/CellSelectionModel.js to selection/CellModel.js,
4066             grid/RowSelectionModel.js to selection/RowModel.js, and grid/CheckBoxSelectionModel to
4067             selection/CheckBoxModel.js. Namespace moved to Ext.selection as well
4068         </li>
4069         <li>Set AjaxProxy as the default proxy
4070         </li>
4071         <li>Normalize store aliases to be store.name. Added the ability to specify a store configuration when creating a
4072             data bound class. Note that this requires all of the stores to be looked up using StoreManager.lookup so
4073             that we can determine whether we have received an id, a config or an instance
4074         </li>
4075         <li>Enhance DataView UI event handling
4076         </li>
4077         <li>Remove dependency of CellEditing on CellSelectionModel
4078         </li>
4079     </ul>
4080 </li>
4081 <li>Compatibility Changes
4082     <ul>
4083         <li>Implemented compat layer for PagingToolbar and MemoryProxy
4084         </li>
4085         <li>Significant update to AbstractStore compat layer to handle different store/proxy/reader config setups
4086         </li>
4087         <li>Updates to compat layer for AbstractStore and MemoryProxy to support filtering correctly
4088         </li>
4089         <li>Aliased row[de]select to [de]select
4090         </li>
4091         <li>Tweaked message formatting in compat layer for deprecating events
4092         </li>
4093         <li>The bodyStyle config types from 3.x are all now fully supported on Panel
4094         </li>
4095         <li>Compat code was using Array.indexOf, which did not agree with IE6. Switched to use Ext.Array.indexOf
4096         </li>
4097         <li>Alias Panel.bodyCssClass config to bodyCls
4098         </li>
4099         <li>Added Slider compat override to convert the SliderTip plugin to tipText config
4100         </li>
4101     </ul>
4102 </li>
4103 <li>Documentation Changes
4104     <ul>
4105         <li>Updated Ext.Date
4106         </li>
4107         <li>Fix the link to Ext Direct specification
4108         </li>
4109         <li>Correct spelling of 'resizable' and not 'resizeable'
4110         </li>
4111         <li>Updated Controller
4112         </li>
4113         <li>Updated Advanced DataView
4114         </li>
4115         <li>Update Ext.Window
4116         </li>
4117         <li>Added ActionHeader
4118         </li>
4119         <li>Added Ext.Base.override
4120         </li>
4121         <li>Updated AbstractDataView
4122         </li>
4123         <li>Updated Draw.Component
4124         </li>
4125         <li>Fix ComboBox docs error
4126         </li>
4127     </ul>
4128 </li>
4129 <li>Known Issues
4130     <ul>
4131         <li>Various styling fixes are ongoing
4132         </li>
4133         <li>Buttons are not part of the focusable items in a form
4134         </li>
4135         <li>Shadows to be implemented in the next release
4136         </li>
4137         <li>Tree Filtering and Editing to be implemented in the next release
4138         </li>
4139         <li>Performance and memory optimizations to be implemented in the next release
4140         </li>
4141         <li>Cleanup of API naming conventions to be implemented in the next release
4142         </li>
4143         <li>IE9 is not detected as supporting CSS3BorderRadius, which it only does in strict mode.
4144         </li>
4145     </ul>
4146 </li>
4147 </ul>
4148 </div>
4149 <div class="release">
4150 <h1>
4151     Release Notes for Ext JS 4 PR5
4152 </h1>
4153
4154 <p class="notes">
4155     Release Date: March 18, 2011<br>
4156     Version Number: 4.0.0pr5
4157 </p>
4158
4159 <h2>
4160     New In This Release
4161 </h2>
4162 <ul>
4163 <li>New Examples
4164     <div style="margin-left: 2em">
4165         <ul>
4166             <li>
4167                 <a href="examples/direct/named-arguments.html">Ext.Direct Named Arguments</a>
4168             </li>
4169             <li>
4170                 <a href="examples/form/registration.html">Registration Form</a>
4171             </li>
4172             <li>
4173                 <a href="examples/statusbar/statusbar-advanced.html">StatusBar</a>
4174             </li>
4175             <li>
4176                 <a href="examples/statusbar/statusbar-demo.html">Advanced StatusBar</a>
4177             </li>
4178             <li>
4179                 <a href="examples/tree/reorder.html">Tree Reporder</a>
4180             </li>
4181             <li>
4182                 <a href="examples/tree/xml-tree.html">XML Tree</a>
4183             </li>
4184             <li>
4185                 <a href="examples/tree/treegrid.html">TreeGrid</a>
4186             </li>
4187         </ul>
4188     </div>
4189 </li>
4190 <li>Bug Fixes
4191     <ul>
4192         <li>Fix bug on FF for Mac where an initial layout of boxes causes the innerCt to scroll, and it becomes stuck at
4193             the scrollPosition. Manifesting in layout-browser example
4194         </li>
4195         <li>Fix the problem in IE where the margin-bottom of the last item was not being included in the "auto" height
4196             of its Container
4197         </li>
4198         <li>Fix issue where dragging a child to become the last child in a folder would insert it in the wrong position
4199         </li>
4200         <li>Fix an issue where the sortType was not being honored when local sorting in a grid
4201         </li>
4202         <li>Fix issue when calling setProxy on a model subclass
4203         </li>
4204         <li>Fix Ext.panel.Table hideHeaders configuration option
4205         </li>
4206         <li>Fix button layout in IE7 when minWidth is set
4207         </li>
4208         <li>Fix minButtonWidth in FormPanels
4209         </li>
4210         <li>Fix bug where StoreManager would not be able to create a Store from a store config object
4211         </li>
4212         <li>Fix layout/alignment issues in fieldset legends with IE
4213         </li>
4214         <li>Fix for IE6 repaint bug on right edge of framed panel
4215         </li>
4216         <li>Fix display of tooltip anchor arrow
4217         </li>
4218         <li>Fix scope for custom validator method
4219         </li>
4220         <li>Fix icon position of grid header when align:right
4221         </li>
4222         <li>Fix issue with dateRenderer when dealing with null values
4223         </li>
4224         <li>Fix issue with masking in IE6-9 Quirks and IE6 strict
4225         </li>
4226         <li>Fix problem with Panel's initial collapse state setting, and subsequent expansion by the Accordion layout
4227         </li>
4228         <li>Fix ComboBox setValue to handle empty values
4229         </li>
4230         <li>Fix issue with Line Series shadows which weren't refreshed when animations were not enabled on
4231         </li>
4232     </ul>
4233 </li>
4234 <li>Enhancements
4235     <ul>
4236         <li>Refactored the Tree code. Working features as of this point are Tree rendering, expanding &amp; collapsing,
4237             drag and drop, loading a tree from memory, have multiple columns, keyboard navigation and selection model
4238         </li>
4239         <li>Added support for named arguments in Ext.Direct methods
4240         </li>
4241         <li>Every Record registers itself with the ModelManager
4242         </li>
4243         <li>Implemented Tree collapse and expand animations
4244         </li>
4245         <li>Implement loading nodes in a sorted TreeStore
4246         </li>
4247         <li>Added a lastframe event to the animation that only fires when the animation actually reaches its end
4248         </li>
4249         <li>Define getters for getting the computed height and width from an animations target to use as the from values
4250         </li>
4251         <li>Refactor Tree collapse and expand animations. This fixes quickly collapsing and expanding nodes
4252         </li>
4253         <li>Added a new transform option for Sorter
4254         </li>
4255         <li>Panel's getDockedItems now accepts a ComponentQuery selector string
4256         </li>
4257         <li>Add setSrc method to ImageComponent for changing the image src after initialization
4258         </li>
4259         <li>Added 'none' as a possible value for msgTarget, to prevent all error message rendering. Only fire
4260             errorchange event when the error message actually changes
4261         </li>
4262         <li>Add hideGroupedHeader support to Ext.grid.GroupingFeature
4263         </li>
4264         <li>FormPanel and FieldContainer both contained logic to handle the addition and removal of Labelable and Field
4265             instances within their items subtree; factored that common logic out into a FieldAncestor mixin for both to
4266             use. The new mixin also adds new events 'fieldvaliditychange' and 'fielderrorchange' that allow listening
4267             for changes at the parent container level
4268         </li>
4269         <li>Allow checkbox fields to display errors
4270         </li>
4271         <li>All the old config properties that controlled the dropdown list have been removed in favor of a single
4272             listConfig object, which gets passed along to the BoundList's config. This is much simpler and provides
4273             total control over all aspects of the list
4274         </li>
4275         <li>Implemented valueNotFoundText
4276         </li>
4277         <li>Enhanced BoundList layout to handle min/max for both width and height
4278         </li>
4279         <li>Implement ComboBox pageSize option
4280         </li>
4281         <li>elasticOut and bounceIn easing added for animations
4282         </li>
4283         <li>Added support for rootVisible. Also moved the creation of the NodeStore from TreeStore to the TreeView
4284         </li>
4285         <li>Added support for the 'root' configuration option on TreeStore. It supports the 3.3 way of specifying root
4286             and children. Automatically figures out whether to load children on expand from the server or memory. Also
4287             removed requirement to specify a proxy on a TreeStore. Removed requirement to specify store on TreePanel and
4288             support the 'root' config option on TreePanel automatically creating a TreeStore
4289         </li>
4290         <li>Modified TreeView so that it expands the root node if it's not visible
4291         </li>
4292         <li>Modified getSourceFiles to include support for writing XML documents
4293         </li>
4294         <li>Moved additional class for VML from javascript into the stylesheet
4295         </li>
4296         <li>Add in support for icon and iconCls on tree nodes
4297         </li>
4298         <li>Support loading flat json data while still loading children from the root property
4299         </li>
4300     </ul>
4301 </li>
4302 <li>API Changes
4303     <ul>
4304         <li>Refactored Tree to be able to decorate records with a Node API
4305         </li>
4306         <li>Reimplemented TreeStore and created new class called NodeStore
4307         </li>
4308         <li>Border layout is now responsible for performing a mini-collapse of a child Panel
4309         </li>
4310         <li>Panel now performs a collapse to leave its header (or a newly generated, injected header) visible. It does
4311             not perform a mini-collapse
4312         </li>
4313         <li>Renamed FlatTreeView to TreeView
4314         </li>
4315         <li>Correct getRefItems implementation in light of ComponentQuery selector being available in getDockedItems
4316         </li>
4317         <li>Add boxLabelEl as render selector for checkbox fields
4318         </li>
4319         <li>Ext.data.Model.id now assigns the new id to the record
4320         </li>
4321     </ul>
4322 </li>
4323 <li>Compatibility Changes
4324     <ul>
4325         <li>Added an alias for Ext.data.Field
4326         </li>
4327         <li>Added an alert when there are compat errors and no console
4328         </li>
4329         <li>Added compat code for GridView &amp; JsonStore
4330         </li>
4331         <li>Modified paging example to switch getRowClass to PreviewPlugin
4332         </li>
4333         <li>Added internal Ext 3 &gt; 4 class mapping utility
4334         </li>
4335     </ul>
4336 </li>
4337 <li>Documentation Refactors
4338     <ul>
4339         <li>Charting overview document
4340         </li>
4341         <li>Ext3 Legacy
4342         </li>
4343         <li>Ext.form.TextArea
4344         </li>
4345         <li>Ext.form.Checkbox
4346         </li>
4347         <li>Ext.form.Radio
4348         </li>
4349         <li>Ext.form.Field
4350         </li>
4351         <li>Ext.form.FieldContainer
4352         </li>
4353         <li>Ext.form.FieldSet
4354         </li>
4355         <li>Ext.form.Panel
4356         </li>
4357         <li>Ext.form.Labelable
4358         </li>
4359         <li>Ext.Base
4360         </li>
4361         <li>Ext.Button
4362         </li>
4363         <li>Ext.Component#draggable
4364         </li>
4365         <li>Ext.ComponentDragger
4366         </li>
4367         <li>Ext.Loader
4368         </li>
4369         <li>Ext.Array
4370         </li>
4371         <li>Ext.TabPanel
4372         </li>
4373         <li>Ext.TabPanel
4374         </li>
4375         <li>Ext.form.BaseField
4376         </li>
4377         <li>Ext.form.ComboBox
4378         </li>
4379         <li>Ext.form.Text
4380         </li>
4381         <li>Ext.form.Basic
4382         </li>
4383         <li>Ext.Toolbar
4384         </li>
4385         <li>Ext.data.SortTypes
4386         </li>
4387         <li>Ext.data.StoreManager
4388         </li>
4389         <li>Ext.state.Manager
4390         </li>
4391         <li>Ext.util.Animate
4392         </li>
4393         <li>Ext.form.Date
4394         </li>
4395         <li>Ext.form.Label
4396         </li>
4397         <li>Ext.form.Number
4398         </li>
4399         <li>Ext.Viewport
4400         </li>
4401         <li>Ext.Window
4402         </li>
4403         <li>Ext.ComponentQuery
4404         </li>
4405         <li>Ext.Panel
4406         </li>
4407         <li>Ext.form.FieldAncestor
4408         </li>
4409         <li>Ext.Container
4410         </li>
4411         <li>Ext.Component
4412         </li>
4413         <li>Ext.grid.ViewDDPlugin
4414         </li>
4415     </ul>
4416 </li>
4417 <li>Known Issues
4418     <ul>
4419         <li>Portal example not correct in IE6
4420         </li>
4421         <li>Toolbar menu overflow not styled in IE6
4422         </li>
4423         <li>Charts do not render properly in Safari 3.2
4424         </li>
4425         <li>Menu links (anchor tags) need styling
4426         </li>
4427         <li>Minor clipping of panel header text in Opera and IE6/7
4428         </li>
4429     </ul>
4430 </li>
4431 </ul>
4432 </div>
4433 <div class="release">
4434 <h1>
4435     Release Notes for Ext JS 4 Preview Release 4
4436 </h1>
4437
4438 <p class="notes">
4439     Release Date: March 15, 2011<br>
4440     Version Number: 4.0.0pr4
4441 </p>
4442
4443 <h2>
4444     New In This Release
4445 </h2>
4446 <ul>
4447 <li>New Examples
4448     <div style="margin-left: 2em">
4449         <ul>
4450             <li>Miscellaneous
4451                 <ul>
4452                     <li>
4453                         <a href="examples/charts/FormDashboard.html">Grid/Form/Chart Combo</a>
4454                     </li>
4455                     <li>
4456                         <a href="examples/charts/TipsChart.html">Rich tooltips (Chart/Grid)</a>
4457                     </li>
4458                     <li>
4459                         <a href="examples/key-feed-viewer/feed-viewer.html">Accessible Feed Viewer using keyboard
4460                             navigation</a>
4461                     </li>
4462                     <li>
4463                         <a href="examples/keynav/keynav.html">Key Nav</a>
4464                     </li>
4465                 </ul>
4466             </li>
4467             <li>Drag and Drop
4468                 <ul>
4469                     <li>
4470                         <a href="examples/dd/dnd_grid_to_formpanel.html">Grid to form DnD</a>
4471                     </li>
4472                     <li>
4473                         <a href="examples/dd/field-to-grid-dd.html">Field to grid cell DnD</a>
4474                     </li>
4475                     <li>
4476                         <a href="examples/dd/dnd_grid_to_grid.html">Grid to Grid DnD</a>
4477                     </li>
4478                     <li>
4479                         <a href="examples/dd/dragdropzones.html">DataView to grid DnD</a>
4480                     </li>
4481                 </ul>
4482             </li>
4483             <li>Forms
4484                 <ul>
4485                     <li>
4486                         <a href="examples/form/contact-form.html">A common "contact us" popup form</a>
4487                     </li>
4488                     <li>
4489                         <a href="examples/form/checkout.html">A shopping cart checkout form</a>
4490                     </li>
4491                     <li>
4492                         <a href="examples/form/adv-vtypes.html">Advanced validations</a>
4493                     </li>
4494                 </ul>
4495             </li>
4496             <li>Toolbars
4497                 <ul>
4498                     <li>
4499                         <a href="examples/menu/menus.html">Simple toolbar with menus</a>
4500                     </li>
4501                     <li>
4502                         <a href="examples/toolbar/reorderable.html">Reorderable toolbar items</a>
4503                     </li>
4504                 </ul>
4505             </li>
4506             <li>Layouts
4507                 <ul>
4508                     <li>
4509                         <a href="examples/layout/accordion.html">Accordion layout example</a>
4510                     </li>
4511                     <li>
4512                         <a href="examples/layout/vbox.html">VBox layout manager examples</a>
4513                     </li>
4514                 </ul>
4515             </li>
4516             <li>Ext.Direct
4517                 <ul>
4518                     <li>
4519                         <a href="examples/direct/direct.html">Simple generic Direct example</a>
4520                     </li>
4521                     <li>
4522                         <a href="examples/direct/direct-form.html">Form submission using Direct</a>
4523                     </li>
4524                 </ul>
4525             </li>
4526         </ul>
4527     </div>
4528 </li>
4529 <li>Bug Fixes
4530     <ul>
4531         <li>Fix error in slideIn/slideOut when optional duration is not specified
4532         </li>
4533         <li>Fix and issue that can happen if only a single axis point is used in a bar chart
4534         </li>
4535         <li>Ensure lastFocused is reset when refreshing the selection model
4536         </li>
4537         <li>Fix EventManager issues with mouseenter/mouseleave events
4538         </li>
4539         <li>Fix {memberExpression} selector parsing
4540         </li>
4541         <li>Fix up alias for ArrayStore
4542         </li>
4543         <li>Fix currency function to accept and convert a numeric String input value
4544         </li>
4545         <li>Fix an issue where legend items don't remember their state between reload
4546         </li>
4547         <li>Fix up allowEl option for within, it should be used as a fallback if the element isn't contained within the
4548             parent
4549         </li>
4550         <li>Fix a highlighting issues with Pie
4551         </li>
4552         <li>Correct use of "float" keyword as object property name
4553         </li>
4554         <li>Fix buttons with noLinearGradients
4555         </li>
4556         <li>Change how field layout handles horizontal sizing when no set width is specified It now uses the
4557             shrink-wrapped natural size of its body content plus label, rather than the width of the outermost element.
4558             This fixes layout issues when fields are used as hbox items, since the outer element has zero width during
4559             initial layout. It also prevents fields from expanding to the full width of their container by default,
4560             which is more consistent with the Ext3 behavior
4561         </li>
4562         <li>Fix Box layout for when margins are specified in object for, but without all 4 properties. Default to zero
4563         </li>
4564         <li>Remove extraneous quote in GroupingFeature template
4565         </li>
4566         <li>Fix an issue when using autoHide and delegate with ToolTip
4567         </li>
4568         <li>Fix Combo hiding when using the scroller in FireFox
4569         </li>
4570         <li>Fix specificity of .x-form-invalid-field selector for textareas so the proper styling is shown
4571         </li>
4572         <li>Fixed width of slider tips, and tips in general, in IE quirks mode. Switches tips to use the table framing
4573             so they don't expand to full viewport width. Removes the bad width-setting logic from Ext.slider.Tip so it
4574             is properly handled by the layout class
4575         </li>
4576         <li>Fix box layout to correctly calculate middle alignment
4577         </li>
4578         <li>Correctly autosize the innerCt according to max component size (now takes innerCt's borders into account)
4579         </li>
4580         <li>Fix an issue when using a defaultValue with Boolean fields
4581         </li>
4582         <li>Fix an issue when saving/loading a model and the request fails
4583         </li>
4584         <li>Fix for improper font measurement in VML. Vertical header text should display more reliably. Still some work
4585             to do on adjusting for the font baseline.
4586         </li>
4587         <li>Ensure button does not show mouseover when disabled
4588         </li>
4589         <li>Fix call to cloneNode so it happens on the raw HTMLELement
4590         </li>
4591         <li>Fix up a typo in the RemotingProvider
4592         </li>
4593         <li>Fix an issue with form submissions with uploads
4594         </li>
4595         <li>Fix typo that caused file uploads to fail
4596         </li>
4597         <li>An autosized Panel which has been collapsed should now expand back properly
4598         </li>
4599         <li>Fix an issue where the store would not reload when filters are cleared while using remoteFilter
4600         </li>
4601         <li>Fix an issue where Model.setProxy would not accept a Proxy instance
4602         </li>
4603         <li>Fix a problem in the ZIndexManager where if a modal Window showed another floating Component (such as the
4604             BoundList of a Picker Field), the modal mask is hidden during the period that the Window is not at the
4605             topmost position in the z-index stack. Now the modal mask is only hidden when there are no Modal floating
4606             Components (usually modal Windows) displayed
4607         </li>
4608         <li>Fixed some IE 6/7/8 styles in Menu. IE6 had a "slit" in the item separator that is no longer there. Browsers
4609             without linear gradient support now use a nice looking background image for active items
4610         </li>
4611         <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
4612             have to temporarily add it to the body to perform a measurement
4613         </li>
4614         <li>Change ReloadChart example to bind to the correct (left) axis
4615         </li>
4616         <li>Fix issue where the bounding box cache in VML was not getting cleared when it's path changes
4617         </li>
4618         <li>Fix toolbar button spacing in IE7 strict mode
4619         </li>
4620         <li>Fix an issue with split buttons where the arrow wasn't completely clickable
4621         </li>
4622         <li>Fix some issues with state track in Model
4623         </li>
4624         <li>Fix Box Layout calculation effecting margins
4625         </li>
4626         <li>Fix endDrag call to afterBoxReflow
4627         </li>
4628         <li>Fix an issue rendering bar chart categories in the wrong order
4629         </li>
4630         <li>Fix an issue when trying to position a floating component at 0,0
4631         </li>
4632         <li>Fix a chart display issue when using a single series in a vertical legend
4633         </li>
4634         <li>Fix an issue where the chart legend would move on redraw when using position: float
4635         </li>
4636         <li>Ensure hidden fields don't have any effect on form display
4637         </li>
4638         <li>Fix vertical alignment of paging toolbar number field
4639         </li>
4640         <li>Fix a problem where Windows do no display an icon when configured with a valid iconCls
4641         </li>
4642         <li>Fix bug in ComponentQuery, when using {expression} matching. Only the first {expression} used would ever be
4643             matched resulting in incorrect results.
4644         </li>
4645         <li>Fix styling of fieldset legends
4646         </li>
4647         <li>Fix height of text/trigger fields in IE quirks mode
4648         </li>
4649         <li>Fix spinner button sprite states when field is focused
4650         </li>
4651         <li>Fix an issue where viewports in IE6/7 would show a scrollbar by default
4652         </li>
4653         <li>Fix dependencies for Border Layout and Splitter classes
4654         </li>
4655         <li>Fix an issue when using non-string values in combo
4656         </li>
4657         <li>Fix an issue when using a belongsTo association and loading the parent object
4658         </li>
4659         <li>Fix an issue where RestProxy requests were being batched
4660         </li>
4661         <li>Fix sizes of Buttons in ButtonGroup
4662         </li>
4663         <li>Fix an issue when using an itemId in a border layout region
4664         </li>
4665         <li>Fix an issue where space was being reserved in IE7 for side error icon when there is no error
4666         </li>
4667         <li>Fix typo in throw error message in initframe
4668         </li>
4669     </ul>
4670 </li>
4671 </ul>
4672 <ul>
4673 <li>Enhancements
4674     <ul>
4675         <li>Introduced a TreePanel capable of supporting multiple headers. Abstracted shared logic between the Tree and
4676             Grid into a TablePanel class.
4677         </li>
4678         <li>Tab overflow implemented
4679         </li>
4680         <li>Menu overflow implemented
4681         </li>
4682         <li>Drag and Drop for Dataviews implemented
4683         </li>
4684         <li>Implemented Tree and Grid drag and drop
4685         </li>
4686         <li>FocusManager implemented (Jarred ELABORATE)
4687         </li>
4688         <li>HTMLEditor implemented
4689         </li>
4690         <li>Ext Direct implemented, with a new DirectProxy
4691         </li>
4692         <li>Add support to ComponentQuery to accept member expression selectors in pseudo-class selectors
4693         </li>
4694         <li>Support member expression selectors for ComponentQuery in the same way as attribute selectors, by allowing
4695             them to occur anywhere within a single selector chain to further filter the working group of items
4696         </li>
4697         <li>Added inheritable statics for Classes
4698         </li>
4699         <li>Refactor cleanup for Scatter Series
4700         </li>
4701         <li>Ensure doLayout doesn't run a layout that is already in progress
4702         </li>
4703         <li>Implement pruneRemoved for Ext.selection.Model
4704         </li>
4705         <li>Ensure selection model is refreshed when DataView is refreshed or records are added
4706         </li>
4707         <li>Create a reference to the Ext sandbox instance in generated functions
4708         </li>
4709         <li>Increment snap ends `to` argument properly
4710         </li>
4711         <li>Add feed viewer icon
4712         </li>
4713         <li>Box layout. Correct allocation of spare space to non-flexed items after a shortfall has caused a reduction
4714             to minSize
4715         </li>
4716         <li>Button layout: Now sets the outer element width if a numeric width passed
4717         </li>
4718         <li>Added "focusable: false" to menu &amp; toolbar separators so they are not candidates for gaining focus
4719         </li>
4720         <li>Updated Ext.menu.* to play nicely with Ext.FocusManager when enabled
4721         </li>
4722         <li>Menu: Constrain to within browser viewport and use box layout scroll overflow handler
4723         </li>
4724         <li>Implement disabled style for horizontal scroller
4725         </li>
4726         <li>Implement Ext.selection.TreeModel handling for left/right in the flattreeview. Turn it on in the TreePanel
4727         </li>
4728         <li>Enforce that user clicks expander to toggle a record
4729         </li>
4730         <li>Ensure that collapsed region placeholders are z-indexed above slide-ins
4731         </li>
4732         <li>Border layout now honors the floatable: false config
4733         </li>
4734         <li>Menus no longer access elements that are not rendered
4735         </li>
4736         <li>MenuManager now uses Ext.Array.remove instead of calling remove on the Array instance
4737         </li>
4738         <li>Ensure a region isn't floated if floatable: false is specified.
4739         </li>
4740         <li>DataView now ensures the selections get refreshed when the view does
4741         </li>
4742         <li>Implemented button as a link when an href/url is configured
4743         </li>
4744         <li>Implementes initial collapse state to collapse when the outermost Container (usually a Viewport) has been
4745             layed out, or, if no Container, on first component layout
4746         </li>
4747         <li>Removed legacy images file
4748         </li>
4749         <li>The framing method for non-CSS3 browsers which uses a table is necessary for proper width of floated
4750             components in IE quirks mode. Some floated components, such as Tip, have Dock layout which requires being
4751             able to insert docked items directly into the outermost element; this was failing when the outermost element
4752             was the table element. Changed to have a div as the outermost element with the table as an immediate child
4753         </li>
4754         <li>Prevent validation when initializing the field value, rather than validating but then clearing errors
4755         </li>
4756         <li>Apply correct CSS classes to Panel headers within collapsed Panels so that bordering can be kept consistent
4757         </li>
4758         <li>Add rule for column layout child items. They must float:left
4759         </li>
4760         <li>Implement 3.x style Column layout where child items float across the Container (Note this API is not
4761             finalized and may change)
4762         </li>
4763         <li>Labels for vertical axis are now hidden when they're too close to each other (or overlapping)
4764         </li>
4765         <li>Implemented weighting on docked items by returning a sorted array based on a weight property in
4766             AbstractPanel's getDockedItems method. Default weight is 0
4767         </li>
4768         <li>Addition code to ensure the data proxy gets its params correctly
4769         </li>
4770         <li>A parent menu's hide timer (on mouse leave) will be cancelled when hovering over a submenu
4771         </li>
4772         <li>Add x-quirks to when we're in quirks mode (!Ext.isStrict), useful for CSS that must know whether or not in
4773             quirks mode, as x-border-box is applied on all browsers that aren't IE6/7 in both quirks and strict modes
4774         </li>
4775         <li>Implemented hideHeaders and provide backwards compat layer for preventHeaders
4776         </li>
4777         <li>Implement fill:false in Accordion layout which means that expanded child Panels are not fitted within the
4778             accordion Container, but assume their natural height. Implement multi:true which allows multiple items to be
4779             opened at once when using fill:true. The opened Panels share available space by using the Box layout flex
4780             config
4781         </li>
4782         <li>Implement a Component click event in Header. This is for use by Panel's titleCollapse configuration
4783         </li>
4784         <li>Accordion layout now propagates its Panel-specific configurations to child Panels
4785         </li>
4786         <li>Implement titleCollapse for Panel
4787         </li>
4788         <li>Added writeAllFields method to the data writers
4789         </li>
4790         <li>Add beforeselect event to DataViewModel
4791         </li>
4792         <li>Restored original fonts and font-weights in the default theme to be the same as of 3.3
4793         </li>
4794         <li>Class.override now adds an owner reference to methods that didn't exist in the superclass yet
4795         </li>
4796         <li>Users can now override the sortParam used when sorting a particular Header
4797         </li>
4798         <li>Ensure we use the browser normalized array methods for DataView
4799         </li>
4800         <li>Add a findLayoutController method which goes up the ownerCt chain to find the highest currently active
4801             layout so that afterlayout events may be tracked to fire when a final size has been arrived at
4802         </li>
4803         <li>Card layout now calls afterLayout on the card Container after card activation
4804         </li>
4805         <li>Refactor getWidth, getHeight, and getViewSize to account for IE quirks mode measurement issues when a
4806             container is overflowed
4807         </li>
4808         <li>TabBar now scrolls the active tab into view upon set of active tab
4809         </li>
4810         <li>Added new isIEQuirks flag
4811         </li>
4812         <li>Tweak bar/column chart starting points so they don't overlap the axis
4813         </li>
4814         <li>Ensure box layout takes border space of the innerCt into account when centering
4815         </li>
4816         <li>Tooltips no longer get focus when they call toFront()
4817         </li>
4818         <li>Users may now provide their own CSS rules for enabling overflow on other box layout Containers. Currently we
4819             support Menu, Toolbar and TabBar overflowing.
4820         </li>
4821         <li>Window will now force the header creation if draggable is set to true
4822         </li>
4823         <li>Added a new Body Component layout for Components which maintain an inner body element which must synchronize
4824             its size with the encapsulating element
4825         </li>
4826         <li>FieldSet now uses a Component layout to synchronize the size of its body element with the size available
4827             within its main, encapsulating element
4828         </li>
4829         <li>Due to the use of the descendant selector for setting float/etc on field labels, fields nested within a
4830             FieldContainer would always get the styles corresponding to the container's labelAlign, even if their own
4831             labelAlign was different. Changed it so the label alignment className is now given directly to the label
4832             element rather than the parent, so the CSS no longer has to use descendant selectors
4833         </li>
4834         <li>The Trigger component layout was setting the height of the input field based on the incoming requested
4835             height; single-line input fields should always get their height from the CSS and ignore the layout's height
4836         </li>
4837         <li>Made AbstractDataView less strict in the type of parameter it accepts as a target for getRecord. It may now
4838             be an HtmlElement or an Ext.Element
4839         </li>
4840         <li>Added a frameHeader config which turns on/off framing on the Panel Header
4841         </li>
4842         <li>Added a ComponentLayout for Editor
4843         </li>
4844         <li>Ensure formBind is updated when the form is first created &amp; when items are added/removed
4845         </li>
4846         <li>Added the ability to assign a custom reader for reading associations
4847         </li>
4848     </ul>
4849 </li>
4850 <li>API Changes
4851     <ul>
4852         <li>Added destroy method to Model
4853         </li>
4854         <li>Move getItemForPoint up to Series and implement isItemInPoint in each series
4855         </li>
4856         <li>Added static methods for DataView
4857         </li>
4858         <li>Containers calls to doLayout will call ComponentLayout instead of ContainerLayout when they don't have
4859             dimensions (autosized)
4860         </li>
4861         <li>Change ComponentQuery's member expression filter function to use an "items" argument rather then accessing
4862             arguments.callee.caller.arguments, to be ES5/strict compliant and more straightforward
4863         </li>
4864         <li>Remove the use of arguments.callee from EventManager.createListenerWrap, and instead give a named reference
4865             to the return function. ES5/strict compliant, and works in all browsers
4866         </li>
4867         <li>Ensure DataView uses getItemSelector() when firing events
4868         </li>
4869         <li>Changed $prefix in scss to include `x-` not just `x`
4870         </li>
4871         <li>Remove box scroller subclasses. There's only one now which handles perpendicular/parallel
4872         </li>
4873         <li>Box layouts: new properties for use by box layout overflow handlers
4874         </li>
4875         <li>All box layout overflow scrolling is handled by a single class: Scroller
4876         </li>
4877         <li>TabBar now removes header text item and tool spacer. Use scroller overflow handler
4878         </li>
4879         <li>Added a new preventDefault option to button
4880         </li>
4881         <li>Remove HorizontalMenu class. There is only one Menu overflow handler
4882         </li>
4883         <li>Move scroll-specific methods out of overflow handler base class into the Scroll handler
4884         </li>
4885         <li>Added extra menu-active cls with btn.ui into menuShow
4886         </li>
4887         <li>Added menu-active cls to css
4888         </li>
4889         <li>Add slider layout class as dependency
4890         </li>
4891         <li>Not all floating components should be automatically focused when they are brought to the front; this adds a
4892             focusOnToFront config to control that behavior on a class or instance basis. Defaults to true, but is
4893             overridden to false in Tip and in the BoundList instances created by ComboBox and Time fields, to prevent
4894             losing field focus
4895         </li>
4896         <li>Ext.grid.View renamed to Ext.view.Table
4897         </li>
4898         <li>Throw an error message when trying to bind to an event handler that doesn't exist
4899         </li>
4900         <li>Add a border to collapsed panel headers depending on their docked position
4901         </li>
4902         <li>Renamed the legacySortMode config to simpleSortMode
4903         </li>
4904         <li>Added new API config for Server proxy and subclasses
4905         </li>
4906         <li>Removed Class.extend method (not to be confused with Ext.extend)
4907         </li>
4908         <li>Removed unused getHead method from Ext.data
4909         </li>
4910         <li>Ext.Date.parseDate changed to Ext.Date.parse. Add deprecaton for the older parseDate API.
4911         </li>
4912         <li>Unified Element and Element.static addUnits method which checks for a valid number or unitized String and
4913             throws a wraning message if a NaN is passed
4914         </li>
4915         <li>Changed "operation-complete" event in Batch to "operationcomplete"
4916         </li>
4917     </ul>
4918 </li>
4919 <li>Compatibility Changes
4920     <ul>
4921         <li>Added Ext.lib.Ajax compat
4922         </li>
4923         <li>Added Ext.reg / ComponentManager.regiserType aliases
4924         </li>
4925         <li>Fixed editor example's Panel.header reference
4926         </li>
4927         <li>Include css for message box example
4928         </li>
4929         <li>Alias Ext.lib.Dom.* to Element
4930         </li>
4931         <li>Fixed registerType/reg aliases, added registerPlugin/preg
4932         </li>
4933         <li>Moved legacy-only fx methods to compat file
4934         </li>
4935         <li>Moved Component overrides from core-compat to compat
4936         </li>
4937         <li>Added console msg about setting showErrors flag
4938         </li>
4939         <li>Compat fix for loading stores with an inline data object
4940         </li>
4941         <li>Moved xtype aliases from core-compat to compat
4942         </li>
4943         <li>Added additional non-Core JS object prototype aliases
4944         </li>
4945         <li>Ext.Date compat overrides
4946         </li>
4947         <li>Additional msg for instance methods becoming statics
4948         </li>
4949         <li>Added Ext.extend to the compat file, fixed a null error if members arg is not passed
4950         </li>
4951         <li>Added Store.setDefaultSort compat override
4952         </li>
4953         <li>Added GridPanel and Model compat overrides
4954         </li>
4955         <li>Added applyTo message to Ext.Component
4956         </li>
4957         <li>Added Ext.Compat.breaking() to show breaking changes
4958         </li>
4959         <li>Added appropriate messaging for most of the compat configs
4960         </li>
4961         <li>Moved compat items from combobox into the compat file
4962         </li>
4963         <li>Renamed Ext.Base.extend -&gt; Ext.Base.addStatics, deprecated Ext.Base.implement for Ext.Base.extend. In
4964             short, from now on, use MyClass.addStatics for statics members, MyClass.extend for prototype members
4965         </li>
4966         <li>Fixed tpl alias to implement the getInnerTpl method correctly
4967         </li>
4968         <li>Added isDef checks where needed to log messages only for defined configs
4969         </li>
4970         <li>Add compatibility for overriding Ext.form.Field.prototype.msgTarget
4971         </li>
4972         <li>Add compatibility handler for old implicit column containers in the CheckboxGroup/RadioGroup items
4973         </li>
4974         <li>AbstractStore and Store overrides for reconfiguring reader/proxy config if needed
4975         </li>
4976         <li>Aliased store.url support
4977         </li>
4978         <li>Reader support for optional recordType 2nd arg to constructor
4979         </li>
4980         <li>XmlReader constructor override to alias configs
4981         </li>
4982     </ul>
4983 </li>
4984 <li>Known Issues
4985     <ul>
4986         <li>Portal example not correct in IE6
4987         </li>
4988         <li>Toolbar menu overflow not styled in IE6
4989         </li>
4990         <li>Charts do not render properly in Safari 3.2
4991         </li>
4992         <li>Minor styling issues with forms/tabs/buttons (primarily in IE6/7)
4993         </li>
4994         <li>Menu links still need styling
4995         </li>
4996         <li>Minor clipping of panel header text in Opera and IE6/7
4997         </li>
4998     </ul>
4999 </li>
5000 </ul>
5001 </div>
5002 <div class="release">
5003 <h1>
5004     Release Notes for Ext JS 4 PR3
5005 </h1>
5006
5007 <p class="notes">
5008     Release Date: March 3, 2011<br>
5009     Version Number: 4.0.0pr3
5010 </p>
5011
5012 <h2>
5013     New In This Release
5014 </h2>
5015 <ul>
5016 <li>Bug Fixes
5017     <ul>
5018         <li>Across the board documentation updates and fixes
5019         </li>
5020         <li>Fix and implement CycleButton
5021         </li>
5022         <li>Detect that getAttributeNS is only available in IE9 when it is in IE9 standards mode
5023         </li>
5024         <li>Fix type in formatContainsHourInfo
5025         </li>
5026         <li>Fix shrinking problem on the y axis with line charts
5027         </li>
5028         <li>Fixed sandboxing for EventManager createListenerWrap, reported from
5029         </li>
5030         <li>Replaced all "new Function(...)" with Ext.functionFactory(...), which solves the sandboxing issues
5031         </li>
5032         <li>Fix reload of legends and hiding of pie slices shadows when changing the number of pie slices
5033         </li>
5034         <li>Fix bug in stateful where changes were not being tracked
5035         </li>
5036         <li>Fixed up slideIn and slideOut animation
5037         </li>
5038         <li>The code to get viewport width had been changed incorrectly while looking at another layout issue. It's been
5039             reverted to how it was before
5040         </li>
5041         <li>Various fixes for synchronous dynamic loading
5042         </li>
5043         <li>For data validations, fix inclusion and exclusion method by replacing array indexOf method that is not
5044             supported in IE by Ext.Array.indexOf
5045         </li>
5046         <li>Fix that allow to run Dispatcher spec without context, more precisely without Ext.History object
5047         </li>
5048         <li>IE fix for Ext.data.store, use Ext.Array.indexOf instead of indexOf native Array method which is not
5049             supported by IE
5050         </li>
5051         <li>IE fix for Ext.Number.toFixed
5052         </li>
5053         <li>Fix mouseenter and mouseleave events for SVG
5054         </li>
5055         <li>Specialized IE removeNode now specific to IE6 and IE7
5056         </li>
5057         <li>Fixed the zero gap issue for barchart as well as a anti-aliasing in the legend
5058         </li>
5059         <li>Fix framing for components with no bottom or top corners
5060         </li>
5061         <li>Improved Ext.extend backwards compatibility
5062         </li>
5063         <li>Fix XHR bug with timeout requests
5064         </li>
5065         <li>Fix a bug that only allows string values to be used with the {.} operator
5066         </li>
5067         <li>Fixed a bug with onAvailable in AbstractManager
5068         </li>
5069         <li>Fixed a bug in HashMap detecting an existing key when adding a new item
5070         </li>
5071         <li>Ext.Array.merge now properly acts like a true union set operation
5072         </li>
5073         <li>Fix padding on toolbar-text
5074         </li>
5075         <li>Fix css issues with tabs
5076         </li>
5077         <li>Fix css issues with grid
5078         </li>
5079         <li>Fix accordion header styling to match 3.x
5080         </li>
5081         <li>Fix portal example to use recently implemented accordion layout
5082         </li>
5083         <li>Set the collapsed flag before re-layouting the fieldset, so it can be used in isVisible calculations
5084         </li>
5085         <li>Fix date picker when using dynamic loading
5086         </li>
5087         <li>Fix welcome html files
5088         </li>
5089         <li>Fix border styling for DatePicker
5090         </li>
5091         <li>Fix class definition to set prototype properties when the Ext.Date class has been loaded in DatePicker
5092         </li>
5093         <li>Fix tag error in the RotateText example
5094         </li>
5095         <li>Fix styling of MenuItems' icons, checked/unchecked style rules target the *icon*, not the element
5096         </li>
5097         <li>Fix defaultFocus config when a number
5098         </li>
5099         <li>Fix incorrect expand icon in header of collapsed Panel in Accordion layout
5100         </li>
5101         <li>Fix bug in Time field's parsing
5102         </li>
5103         <li>Fix ComponentQuery member expression feature (e.g. '{isHidden()}' ) so it works as expected
5104         </li>
5105         <li>Fix framed panels header when collapsed
5106         </li>
5107         <li>Fix bottom tabsplit height with IE browsers
5108         </li>
5109         <li>Fix button padding when the icon is to the right
5110         </li>
5111         <li>Fix the width of grid sort indicators so they don't wrap as easily
5112         </li>
5113         <li>Fix arrow bottom buttons
5114         </li>
5115         <li>Fix form and triggerfield styling
5116         </li>
5117         <li>Fix styling issues with form/checkboxgroup
5118         </li>
5119         <li>Fix a bug with button, now using neutral color and not base
5120         </li>
5121         <li>Fix differently scaled buttons in a toolbar
5122         </li>
5123         <li>Fix cross browser issues with paging toolbar
5124         </li>
5125         <li>Fix for IE Ext.Array.toArray
5126         </li>
5127         <li>Fix Component.animate to ensure the component is returned and optimize when not animating height or width
5128         </li>
5129         <li>Fix styling for bottom tabs
5130         </li>
5131         <li>Fix tips so they no longer focus themselves when shown. In IE, it was taking focus from form fields
5132         </li>
5133         <li>Fix stroke widths in VML
5134         </li>
5135     </ul>
5136 </li>
5137 <li>Enhancements
5138     <ul>
5139         <li>A plethora of updates to the backward compatibility legacy files and guide
5140         </li>
5141         <li>Implemented combineErrors and combineLabels features in FieldContainer
5142         </li>
5143         <li>Added server-side usage support for Ext4: hammerJS and nodeJS tested
5144         </li>
5145         <li>Selection Model will now maintain last focused element in the View
5146         </li>
5147         <li>Add the ability to be able to load a single record with data reader
5148         </li>
5149         <li>Change shortcut easing functions to match CSS ones and added easeInOut. Benchmarked to be 300% faster at a
5150             minimum
5151         </li>
5152         <li>Add setItemSize method for Containers as a central method for all child item sizing
5153         </li>
5154         <li>Implement framing using background-position instead of background-image. This resolves the issue with the
5155             browser making a request to a 404 page for each framed component that doesn't have any generated framing css
5156         </li>
5157         <li>Preliminary support for onClick added for charts
5158         </li>
5159         <li>Implement Chart Mask mixin. Allows for selection of an area of a chart. This will be mixed into Axes as well
5160             for the next release.
5161         </li>
5162         <li>Add a new parseStyles method to transform a css string to an object with a bunch of properties. Use this new
5163             method in applyStyles in DomHelper and also in AbstractComponent
5164         </li>
5165         <li>Add new function to check if the format contains date/day info (ie. not time) - used in TimeField
5166         </li>
5167         <li>Add withinBox method to Draw
5168         </li>
5169         <li>Ext.Array.intersect method added
5170         </li>
5171         <li>Ext.Array.difference method added
5172         </li>
5173         <li>Ext.Array.union shortcut method for merge
5174         </li>
5175         <li>Begin clip-rect support in SVG and VML (incomplete)
5176         </li>
5177         <li>Change HashMap to no longer throw error when adding an existing key. Warn instead
5178         </li>
5179         <li>Added a cls into the rowexpander header cell and row cell for the first cell
5180         </li>
5181         <li>Added x-hidden cls for backward compatibility
5182         </li>
5183         <li>Update css for grids so it now uses css3 throughout
5184         </li>
5185         <li>Added images for special cells in grid
5186         </li>
5187         <li>All tabs have a font-weight of bold
5188         </li>
5189         <li>Move caching logic out of Anchor layout's anchorSpec functions to the base layout engine
5190         </li>
5191         <li>Add floor argument for example-data generator
5192         </li>
5193         <li>Removed deprecated layouts
5194         </li>
5195         <li>Accordion layout only animates during expand/collapse of child Panels
5196         </li>
5197         <li>Button layout caches measured styles for efficiency
5198         </li>
5199         <li>Feed Viewer uses CycleButton to cycle through the preview pane options
5200         </li>
5201         <li>Bringing a floating Component (such as a Window) to the front of its ZIndex stack now focuses it on a 10ms
5202             delay. Focusing several Windows in succession results in only the last Window actually receiving focus
5203         </li>
5204         <li>Refactor Border layout to use new Element effects methods to slide regions in and out
5205         </li>
5206         <li>TabBar now overrides the layout align option set by the Header superclass
5207         </li>
5208         <li>Changed tabs to use the base-color and not hard coded colors
5209         </li>
5210         <li>Changed button to no longer use hardcoded variables
5211         </li>
5212         <li>Make TabPanel dock the TabBar according to the tabPosition config
5213         </li>
5214         <li>SVG text is now unselectable
5215         </li>
5216         <li>A new 'errorchange' event has been added to Ext.form.Labelable, fired whenever set/unsetActiveError is
5217             called. This is similar to the 'validitychange' event on Ext.form.Field but is fired by Labelable components
5218             which are not Fields, such as FieldContainer. It also fires when the validity is staying invalid but the
5219             message changes, which is more useful in some cases
5220         </li>
5221         <li>BaseField now adds a .x-form-field-invalid class to the inputEl, and this is used in the CSS rather than
5222             using the outer .x-form-invalid and a descendant selector; this allows proper styling of child fields of a
5223             FieldContainer when the container has an error message displayed
5224         </li>
5225         <li>ComboBox clearValue method added back in
5226         </li>
5227         <li>Toolbar now uses the base-color
5228         </li>
5229         <li>Add extra checks to figure out whether we need to do DST parsing or not for Date function
5230         </li>
5231         <li>Add triggerNCls-over and triggerNCls-click classes to individual trigger buttons, so each one can be given
5232             interaction styling independently rather than requiring compound class selectors. Fixes spinner button
5233             states in IE
5234         </li>
5235         <li>FeedViewer example: Button icon CSS rules should only override the background image. Otherwise Ext-specific
5236             styling rules will not apply
5237         </li>
5238         <li>Group class attached to the icon element for style targeting in CheckItem
5239         </li>
5240         <li>ComponentQuery can now accept back-to-back pseudo-class selectors, like :not():not():custom
5241         </li>
5242         <li>Move back to setInterval instead of setTimer as a base for animation timing.
5243         </li>
5244         <li>Allow for binding of multiple axes to a series via an array
5245         </li>
5246     </ul>
5247 </li>
5248 <li>API Changes
5249     <ul>
5250         <li>AbstractLayout removed, Layout remains the base class now all AbstractLayout dependencies to Layout
5251         </li>
5252         <li>AbstractDataView has new getter method getItemSelector
5253         </li>
5254         <li>afteranimate event now fired as the last operation of the Anim.end method (instead of the beginning of the
5255             end)
5256         </li>
5257         <li>layoutItem moved to ContainerLayout from Layout
5258         </li>
5259         <li>Move resizeHandles config out of Window to Component
5260         </li>
5261         <li>Box will no longer use CSS margins. It reads CSS margins and adds them to the configured margins, and clears
5262             CSS margins. This allows for more accurate positioning
5263         </li>
5264         <li>Ext.form.CompositeField has been deprecated, as FieldContainer is now at feature parity. Alias has been
5265             added to compat file
5266         </li>
5267         <li>Ext.form.Field#checkValidityChange has been removed, its logic has been moved into the validate method so it
5268             gets run when validate is called directly
5269         </li>
5270         <li>Chart zoom functionality being changed to zoom the appropriate portions of the chart instead of everything
5271         </li>
5272     </ul>
5273 </li>
5274 </ul>
5275 </div>
5276 <div class="release">
5277 <h1>
5278     Release Notes for Ext JS 4 PR2
5279 </h1>
5280
5281 <p class="notes">
5282     Release Date: February 23, 2011<br>
5283     Version Number: 4.0.0pr2
5284 </p>
5285
5286 <h2>
5287     New In This Release
5288 </h2>
5289 <ul>
5290 <li>Bug Fixes
5291     <ul>
5292         <li>Across the board documentation updates and fixes
5293         </li>
5294         <li>Fixed a bug that caused an error when hovering over a SplitButton
5295         </li>
5296         <li>Fixed a bug with setting Proxies on Models
5297         </li>
5298         <li>Slider movement no longer lags behind the mouse
5299         </li>
5300         <li>Search now works on the generated documentation
5301         </li>
5302         <li>Fixed issues regarding date formatting
5303         </li>
5304         <li>Fixed chart destroy code
5305         </li>
5306         <li>Fixed an issue when entering a value into the PagingToolbar field
5307         </li>
5308         <li>Fixed positioning of the editor in the editor sample
5309         </li>
5310         <li>Change the order and ActiveX Objects that we use. This fixes XML Parsing via DomQuery in IE
5311         </li>
5312         <li>The last frame of an animation will account for any rounding issues
5313         </li>
5314         <li>Fix various Slider Tip issues
5315         </li>
5316         <li>Fix various Slider Field issues
5317         </li>
5318         <li>Border layout now calls setCalculatedSize when sliding in a hidden Component so that the Component's size
5319             does not get fixed and the "other" dimension that is not being set is not to auto by the ComponentLayout
5320         </li>
5321         <li>Fix preserving ratio to ensure that the largest minSize is honored.
5322         </li>
5323         <li>Fixed dependency issue with DatePicker
5324         </li>
5325         <li>Fix removing of current active tab
5326         </li>
5327         <li>Fix Ext.tab.Bar css sizing issue when the TabPanel has no items
5328         </li>
5329         <li>Ensure that there is at least one active tab if the tabpanel has items
5330         </li>
5331         <li>Fix issue with maintaining the constrain parameters in stretch and stretchmax
5332         </li>
5333         <li>Fix Firefox Ext.tab.Bar css sizing issue
5334         </li>
5335         <li>Remove tab focus outline on tabpanel tabs
5336         </li>
5337         <li>Fix icon rendering issue of TabPanel items
5338         </li>
5339         <li>Corrected styling of toolbar spacers
5340         </li>
5341         <li>Correct vertical alignment of text on most browsers
5342         </li>
5343         <li>Fix bug when entering a number into the PagingToolbar
5344         </li>
5345         <li>Fix MessageBoxWindow's initial laying out problem on FF
5346         </li>
5347         <li>Ensure RowSelectionModel fires select/deselect events.
5348         </li>
5349         <li>Fix issue where the parentMenu isn't set correctly if you pass an xtype
5350         </li>
5351         <li>Fix styling in resizer example
5352         </li>
5353         <li>Fix up the expand/collapse tool on FieldSet, it wasn't being toggled.
5354         </li>
5355         <li>Fix initially collapsed Panels in a border layout
5356         </li>
5357         <li>Border correctly hides hidden floated Panel after it's moved out of view
5358         </li>
5359         <li>Sandbox chart example now scopes all it's css, no more broken menus
5360         </li>
5361         <li>Set the background position correctly for progress bar background image
5362         </li>
5363         <li>Fix text alignment issue in progressbar.
5364         </li>
5365         <li>Fix element size issue for ie6 and ie7 in strict mode
5366         </li>
5367         <li>Resolved fighting of drag and drop resizing vs reordering
5368         </li>
5369         <li>Fixed an issue when submitting combo values
5370         </li>
5371         <li>Remove default minimum width on BoundList
5372         </li>
5373         <li>fix IE 7 icon separator zindex issue for Menu
5374         </li>
5375         <li>Fix problem where grids would incorrectly calculate the width of columns when they were not currently
5376             visible due to a layout. Like when they were in a TabPanel
5377         </li>
5378     </ul>
5379 </li>
5380 <li>Enhancements
5381     <ul>
5382         <li>All animations now support <a href="http://webstuff.nfshost.com/anim-timing/Overview.html">WC3 Timing
5383             control for script-based animations.</a> When available, else fall back to standard javascript timers.
5384         </li>
5385         <li>Implement optional scoping for border box CSS rules
5386         </li>
5387         <li>Implement optional scoping for reset CSS
5388         </li>
5389         <li>Tabs are now closable
5390         </li>
5391         <li>Basic form's getValues now handle fields whose getSubmitValue method returns an array of multiple values
5392         </li>
5393         <li>Several animation examples updated
5394         </li>
5395         <li>Fixed links on the welcome page
5396         </li>
5397         <li>Several updates to class documentation
5398         </li>
5399         <li>Menus now have full keyboard navigation support
5400         </li>
5401         <li>Menus now extend Panel to support docked items
5402         </li>
5403         <li>Menu SCSS improved by moving hardcoded theme variables to the variables SCSS file
5404         </li>
5405         <li>Ext.util.KeyNav can accept space key input
5406         </li>
5407         <li>HashMap.add may now take a single argument similar to MixedCollection.add
5408         </li>
5409         <li>Fx queue methods are now handled in the Fx.Queue mixin.
5410         </li>
5411         <li>fxStack removed from Element.cache, this is now maintained within Fx.Manager.
5412         </li>
5413         <li>Animate methods (animate, stopAnimation, syncFx, sequenceFx, and getActiveAnimation) now applied via a mixin
5414             to Element/CompositeElement/Component/Sprite/SpriteGroup
5415         </li>
5416         <li>Chart Series.js changed to use animate API. Rest of charts to follow
5417         </li>
5418         <li>Element translatePoints method refactored to handle undefined passed sizes gracefully
5419         </li>
5420         <li>EventManager preventDefault fix for IE <a href="http://support.microsoft.com/kb/934364/en-us">Link</a>
5421         </li>
5422         <li>Fix observable so it normalizes the event name in hasListener
5423         </li>
5424         <li>Ensure component cls and style properties are maintained on framed components
5425         </li>
5426         <li>Animator (keyframes) now fully support the iterations property
5427         </li>
5428         <li>Animator now properly supports stopping if beforeanimate returns false
5429         </li>
5430         <li>Normalize API differences between Element's addCls and removeCls. Both now allow space separated strings
5431         </li>
5432         <li>Implement endDrag method in DragTracker
5433         </li>
5434         <li>Handle mouse entering and leaving the arrow area of the Button
5435         </li>
5436         <li>Button now has a overMenuTrigger flag
5437         </li>
5438         <li>Split Button now uses the menuTriggerOver flag
5439         </li>
5440         <li>BorderLayout destroys its embedded Container upon destroy
5441         </li>
5442         <li>Allow setPagePosition to be passed one or other coordinates as undefined
5443         </li>
5444         <li>Border layout now implements parameter indices for setting size arguments in VBox and HBox
5445         </li>
5446         <li>Changing an error message will now be accounted for when errors are re-displayed
5447         </li>
5448         <li>Improved Grid CSS3 usage when available
5449         </li>
5450         <li>Component.setPosition method now uses component.animate
5451         </li>
5452         <li>Cleanup setPagePosition logic and account for NaN issues
5453         </li>
5454         <li>Rename string vars in Box to be more descriptive
5455         </li>
5456         <li>Add Toggle buttons to the chart examples
5457         </li>
5458         <li>Percentage width/height now supported in Border layout
5459         </li>
5460         <li>ZIndexManager now tracks browser resizes when the modal mask visible
5461         </li>
5462         <li>Border layout uses Component's animate method
5463         </li>
5464         <li>Border layout now correctly syncs size of hidden Components before sliding them into view
5465         </li>
5466         <li>Increase minWidth/minHeight of Resizer to 20
5467         </li>
5468         <li>Remove charts.swf as it is not needed anymore for the new Charts
5469         </li>
5470         <li>Added ResizeTracker: A multi-corner, constraining, aspect ratio preserving resize algorithm
5471         </li>
5472         <li>DragTracker will now process mouseout events correctly: Defer until mouseup if they happen during a drag
5473         </li>
5474         <li>Ensure RowSelectionModel select/deselect events are fired
5475         </li>
5476         <li>Fix bug where the parent menu wasn't getting assigned properly when specifying an xtype
5477         </li>
5478         <li>Adjust grid scrolling speed to be more consistent with the browser scroll speed
5479         </li>
5480         <li>Fix an issue with using initially collapsed regions in a border layout
5481         </li>
5482         <li>The Ext.JSON.encode method will now gracefully handle object types that it does not recognize by returning
5483             undefined as the value of unknown properties
5484         </li>
5485         <li>Sprite methods will all return the sprite upon completion
5486         </li>
5487         <li>Added backwards compatible Ext.extend that delegates to Ext.Class
5488         </li>
5489         <li>Keyframed animation's (Animator.js) start method is now controlled by fx.Manager
5490         </li>
5491         <li>Keyframed animations can now be properly queued and integrated with the Animate mixin
5492         </li>
5493         <li>Adjust the scroll delay algorithm to make the scrollbar more like the normal browser scrollbar
5494         </li>
5495         <li>Menu now extends Panel to support docking
5496         </li>
5497         <li>Grid now supports expand to fit
5498         </li>
5499         <li>Eliminate need for grid reorderer and resizer to be order dependent
5500         </li>
5501         <li>Added a submitFormat option for Date Field
5502         </li>
5503         <li>Cleaned up some undefined variables
5504         </li>
5505         <li>Charts now check for empty stores properly
5506         </li>
5507         <li>Element.addCls now more intelligent about adding a preceding space
5508         </li>
5509         <li>CheckboxGroup and RadioGroup implemented
5510         </li>
5511         <li>Add 'widget.grid' as a second alias
5512         </li>
5513         <li>Added private CheckboxManager class for managing checkboxes grouped by name, just like RadioManager
5514         </li>
5515         <li>BoxLayout now uses component.animate instead of Anim directly
5516         </li>
5517         <li>Add dirtyCls (defined in BaseField) to a field's outer element when it has a dirty value. CSS to display a
5518             marker not yet implemented
5519         </li>
5520     </ul>
5521 </li>
5522 </ul>
5523 <h2>
5524     API Changes
5525 </h2>
5526 <ul>
5527     <li>All top level CSS classes are now prefixed with 'x-' by default instead of 'ext-' and can now be scoped. This is
5528         now consistent with all other Ext CSS classes.
5529     </li>
5530     <li>HashMap.add may now take a single argument similar to MixedCollection.add
5531     </li>
5532     <li>Animate methods (animate, stopAnimation, syncFx, sequenceFx, and getActiveAnimation) now applied via a mixin to
5533         Element/CompositeElement/Component/Sprite/SpriteGroup
5534     </li>
5535     <li>Keyframed animations (Animator.js) now fully support the iterations property
5536     </li>
5537     <li>Normalized API differences between Element's addCls and removeCls. Both now allow space separated strings
5538     </li>
5539     <li>Implement endDrag method in DragTracker
5540     </li>
5541     <li>Button now has a overMenuTrigger flag
5542     </li>
5543     <li>Rename pressClass to pressedCls and add check before cls removal in ClickRepeater
5544     </li>
5545     <li>Remove unecessary onDisable/onEnable override in menu.Item and Button
5546     </li>
5547     <li>Rename disabledClass to disableCls in Component
5548     </li>
5549     <li>Removed the positionAnimation property since it is no longer necessary with the Component.animate API
5550     </li>
5551     <li>Removed reverse parameter from keyframed animations
5552     </li>
5553     <li>The pause and running flags now maintained within keyframed animations (Animator.js)
5554     </li>
5555     <li>Update the RowSelectionModel constructor so we can add more useful contextual information to the event
5556     </li>
5557     <li>Menu now extends Panel to support docking
5558     </li>
5559     <li>Add isOnLeftEdge and isOnRightEdge for Grid Header events
5560     </li>
5561     <li>Grid HeaderContainer dragging property now defaults to false
5562     </li>
5563     <li>Animate's getActiveAnimation will now return the current fx.Anim object if there is one or return false if none
5564         are active
5565     </li>
5566     <li>Renamed tab reorderer plugin to TabReorderer
5567     </li>
5568     <li>Renamed MenuManager to MenuManager
5569     </li>
5570     <li>Remove Ext.isForcedBorderBox property
5571     </li>
5572     <li>Remove the experimental enableForcedBoxModel property
5573     </li>
5574     <li>Ext.isBorderBox logic now reflects the use of css box model
5575     </li>
5576     <li>CheckboxGroup/RadioGroup setValue method has been simplified; it now only accepts a single format of an object
5577         of name-value mappings. The old additional formats will be added to the legacy compatibility layer as an
5578         override
5579     </li>
5580     <li>CheckboxGroup/RadioGroup getValue method has been changed to return an object of similar format to what is
5581         accepted by setValue for internal consistency. The old behavior has been moved to a new getChecked() method
5582     </li>
5583     <li>The methods setRawValue, getRawValue, valueToRaw, and rawToValue have been moved out of Field and into
5584         BaseField; this is to make the main Field interface simpler and more easily implemented on components which do
5585         not have the concept of an underlying "raw value" like CheckboxGroup
5586     </li>
5587     <li>Field now has a isEqual method which compares values returned from getValue() for logical equality, and is used
5588         anywhere a comparison is necessary such as checkChange() and isDirty(). The base implementation is a simple
5589         string comparison, but can be overridden by fields with more complex values
5590     </li>
5591     <li>Field now has a resetOriginalValue method which is called by the form when trackResetOnLoad=true instead of
5592         setting originalValue directly, this allows the behavior to be overridden by field subclasses
5593     </li>
5594     <li>Field's getSubmitValue method has been changed to a more powerful getSubmitData method, which returns a mapping
5595         object of name-value pairs; this allows single fields to return multiple values under different names rather
5596         than being limited to a single name per field. The getSubmitValue method has been retained as a helper but moved
5597         down to BaseField
5598     </li>
5599     <li>Introduced a batchChanges method on field as a utility for preventing excessive firing of change events in
5600         fields such as CheckboxGroup that have many sub-fields who may be updated as a batch
5601     </li>
5602     <li>Basic's isValid method has been changed back to its old behavior where it iterates through all fields in the
5603         form and triggers error markings. A new hasInvalidField method has been added to retain the more efficient
5604         short-circuited validity checking and preventing error markings
5605     </li>
5606 </ul>
5607 <h2>
5608     Known Issues
5609 </h2>
5610 <ul>
5611     <li>Tab heights not consistent across all browsers
5612     </li>
5613 </ul>
5614 </div>
5615 <div class="release">
5616     <h1>
5617         Release Notes for Ext JS 4 PR1
5618     </h1>
5619
5620     <p class="notes">
5621         Release Date: February 16, 2011<br>
5622         Version Number: 4.0.0pr1
5623     </p>
5624
5625     <h2>
5626         New In This Release
5627     </h2>
5628
5629 </div>
5630 </div>
5631 </body>
5632 </html>