[OPEN]
titlebar.remove() ignores destroy argument
Sencha Touch 2.x: Bugs
[U][B][COLOR=green]REQUIRED INFORMATION[/COLOR][/B][/U]
[B][U]Ext version tested:[/U][/B]
[LIST]
[*]Sencha Touch 2.2.0
[/LIST][B][U]Browser versions tested against:[/U][/B]
[LIST]
[*]Chrome 26.0.1410.65 (Mac OS X)
[/LIST][B][U]Description:[/U][/B]
[LI
Created: Friday 17th May 2013 3:02pm | Score: 0.99209267
[OPEN]
[4.2.0] grid grouping summary disaperas after grouping store
Ext:Bugs
[B][U]Ext version tested:[/U][/B]
[LIST]
[*]Ext 4.2.0
[/LIST][B][U]Browser versions tested against:[/U][/B]
[LIST]
[*]chromium [COLOR=#303942][FONT=Ubuntu]25 Ubuntu 13.04[/FONT][/COLOR]
[/LIST][B][U]DOCTYPE tested against:[/U][/B]
[LIST]
[*]html
[/LIST][B
Created: Friday 17th May 2013 10:50am | Score: 0.991623
[OPEN]
[4.2]Layout issue of remove expanded item form accordion layout panel
Ext:Bugs
Hi, I create a accordion layout panel, and then add three panel to accordion layout panel. When i remove the first child item form accordion panel. next panel shown, but has no any content in it. Code like this:
[code]
Ext.require('*');
Ext.onR
Created: Friday 17th May 2013 3:01am | Score: 0.9907498
[OPEN]
[4.2.1.877] MessageBox.js wrong @define for Sencha CMD
Ext:Bugs
The file MessageBox.js contains a @define statement required for Sencha CMD
[CODE]// @define Ext.MessageBox,[B][WHITESPACE][/B]Ext.Msg[/CODE]
which causes 'sencha app refresh to define [B]'[WHITESPACE][/B]Ext.Msg' in the bootstrap.js
[CODE]" Ext.Msg":
Created: Thursday 16th May 2013 7:05pm | Score: 0.98986477
[FIXED]
TouchMove Event on Retina Displays in ST2.2
Sencha Touch 2.x: Bugs
May I ask why this is already marked as fixed? Was it already fixed, and if yes, in which version?
I can reproduce this bug right now on my iPad 3 on:
[URL="http://cdn.sencha.io/touch/sencha-touch-2.2.0/examples/kitchensink/index.html#demo/FreeDraw"]ht
Created: Thursday 16th May 2013 1:24pm | Score: 0.9892315
[FIXED]
[4.2.1 nightly] Disabled buttons get the focus
Ext:Bugs
Disabled buttons are not skipped when you navigate with TAB key in 4.2.0 and latter.
In 4.1.3, these buttons are skipped.
Example:
In the Ext.button.Button 4.2.0 doc page, paste the code below in a Live Preview and execute it.
Put the focus on the first
Created: Thursday 16th May 2013 10:13am | Score: 0.9888758
[FIXED]
Tree reorder sample broken
Ext:Bugs
Thanks for the report! I have opened a bug in our bug tracker.
Created: Wednesday 15th May 2013 1:45pm | Score: 0.9866043
[OPEN]
Grid with stateful, bufferedrenderer and grouping feature is blank
Ext:Bugs
[U][B][COLOR=green]REQUIRED INFORMATION
[/COLOR][/B][/U][B][U]Ext version tested:[/U][/B]
[LIST]
[*]4.2.0
[*]4.2.1.744
[/LIST][B][U]Browser versions tested against:[/U][/B]
[LIST]
[*]Chrome
[/LIST][B][U]Description:
[/U][/B]
A grid with combination of sta
Created: Wednesday 15th May 2013 1:44pm | Score: 0.98660386
[OPEN]
Bug Toolbar width != sum(elements width)
Sencha Touch 2.x: Bugs
[B]I'm using ST2.2.0. [/B]
Can we see the priority and work in bugtraker? Do you have a public calendar of next releases and patchs?
Thanks!
Created: Wednesday 15th May 2013 10:20am | Score: 0.9862271
[OPEN]
Problem with updating container content with the help of function "update"
Ext:Bugs
Hi,
I have code for filling text to container. In version ExtJS 4.1 was correct this code:
[code]
var cnt = Ext.create('Ext.Container', {
renderTo : document.body,
listeners : {
render : function (aCnt) {
aCnt.update("test t
Created: Wednesday 15th May 2013 9:22am | Score: 0.9861194
[OPEN]
ExtJs 4.2: Memory leak in Table Layout
Ext:Bugs
[B][U]Ext version tested:[/U][/B]
[LIST]
[*]Ext 4.2.0.663
[/LIST][B][U]Browser versions tested against:[/U][/B]
[LIST]
[*]IE9
[*]Chrome 26
[/LIST][B][U]Description:[/U][/B]
[LIST]
[*]Leaks in cache entries demonstrated in the following test case.
[/LIST][
Created: Wednesday 15th May 2013 1:03am | Score: 0.985201
[OPEN]
Where is calculateCategoryCount used?
Ext:Bugs
I see that calculateCategoryCount is defined in Ext.chart.axis.Category, but it doesn't seem to be used anywhere.
Created: Tuesday 14th May 2013 8:01pm | Score: 0.98464453
[OPEN]
Ext.app.History.back and Ext.app.Application.redirectTo
Sencha Touch 2.x: Bugs
Not sure this is a bug, however, I thought that I'd mention it in case it indeed is an issue.
I was using the back method of the Ext.app.History object when I noticed it wasn't functioning properly in a few use cases. After looking at the code I noti
Created: Tuesday 14th May 2013 6:49pm | Score: 0.98451287
[OPEN]
GridRowEditing - Labels take up more space than they should
Sencha GXT Bugs
I have a grid with editable rows but some of the values are not editable. Each value that is not editable is represented by a Label which takes up more column space than it should. This can be seen on the example [URL]http://www.sencha.com/examples/#Examp
Created: Tuesday 14th May 2013 6:05pm | Score: 0.9844318
[FIXED]
grid display bug with bufferedrenderer and rowexpander
Ext:Bugs
I tried out the nightly build of 4.2 and the hidden column issue appears to be resolved, like you said. When I swapped out the extjs code base on my site to test, I noticed that the columns are still misaligning when a column's text is wider than the ava
Created: Tuesday 14th May 2013 4:06pm | Score: 0.9842128
[OPEN]
Duplicate validation error message in fieldcontainer
Ext:Bugs
Repro:
[URL]http://jsfiddle.net/8umwC/1/[/URL]
Type non-date value in the datefield.
The bug happens when the msgTarget is set to 'under' in fieldDefaults.
*EDIT BY SLEMMON
Tested OK in 4.1.3
Issue observed in 4.2 and 4.2.1.870
Inline test case:
[COD
Created: Tuesday 14th May 2013 4:02pm | Score: 0.9842061