Search Type: Posts; User: aedos
Search: Search took 0.04 seconds.
-
14 May 2013 5:03 PM
- Replies
- 1
- Views
- 126
Ext version tested:
Ext 4.2.0.663
Browser versions tested against:
IE9
Chrome 26
Description:
Leaks in cache entries demonstrated in the following test case. -
7 May 2013 11:55 AM
- Replies
- 2
- Views
- 112
Is there a temp fix we can apply on top of 4.2 GA? We may need to release the app before next upgrade.
-
6 May 2013 2:58 PM
- Replies
- 2
- Views
- 112
Ext version tested:
Ext 4.2.0.663
Browser versions tested against:
IE9
Chrome 26
FF12
Description: -
9 Apr 2013 10:54 PM
- Replies
- 1
- Views
- 88
Ext version tested:
Ext 4.4.2.0.663
Browser versions tested against:
Chrome
FF
Description:
When hide() is called on a west or south region of a Border layout, it hides the region and... -
4 Apr 2013 9:10 PM
- Replies
- 1
- Views
- 208
Ext version tested:
Ext 4.2.0.663
Browser versions tested against:
FF and Chrome
Description:
beforeedit event is fired twice when clicking on an editable cell.
Steps to reproduce the... -
4 Apr 2013 8:41 PM
- Replies
- 1
- Views
- 238
Ext version tested:
Ext 4.2.0.663
Browser versions tested against:
FF and Chrome
Description:
When a Grid doesn't have a fixed height, there's no horizontal scrollbar when the content... -
4 Apr 2013 8:29 PM
- Replies
- 2
- Views
- 175
Ext version tested:
Ext 4.2.0.663
Browser versions tested against:
FF and Chrome
Description:
When shrinkWrapDock and shrinkWrap is set for a Grid, the header cell and data cell will... -
10 Sep 2012 8:44 PM
- Replies
- 7
- Views
- 1,524
Evan,
You are right that it doesn't make much sense to have different hidden vs display value (e.g. AZ vs Arizona) when forceSelection is false. (In our actual use case, the hidden value and... -
10 Sep 2012 5:11 PM
- Replies
- 7
- Views
- 1,524
"forceSelection" seems to be overloaded here, does it specify whether the combo values are bound, or does it specify when the value gets set, or both?
The current behavior is inconsistent:
1)... -
10 Sep 2012 3:54 PM
- Replies
- 7
- Views
- 1,524
With the help from Sencha support, we had a preview of the fix which went into EXTJSIV-7117. The fix seems to just fire the 'select' event from Ext.form.field.ComboBox#select() method.
However, it... -
5 Sep 2012 10:31 AM
- Replies
- 7
- Views
- 1,524
Evan,
Thanks for the reply and fixing the bug.
A follow up question:
If we want to listen to the event whenever the value is changed from the UI (by the user action), which event(s) should we... -
28 Aug 2012 1:17 PM
- Replies
- 7
- Views
- 1,524
ExtJs 4.1.1
Browser: Chrome
When the value of the combo box is changed by type-ahead, the value is not actually set, even though it appears so on the UI.
Ext.onReady(function() {
... -
21 Aug 2012 1:37 PM
- Replies
- 3
- Views
- 641
After we upgraded from 4.0.2a to 4.1.1, we noticed that "ownerCt" and "floatParent" are both undefined for a Menu under a Button. One of them used to be set to the owner button before the upgrade.
... -
10 Jan 2012 5:25 PM
- Replies
- 6
- Views
- 1,393
From Sencha Support:
"My manager, checked with engineering and they confirmed that 4.1 Beta issues should be posted to the 4.1 Beta forum."
And the ticket was closed again.
Any help?
Thanks! -
6 Jan 2012 1:03 PM
- Replies
- 6
- Views
- 1,393
Feel free to open a new one as you see fit. Thanks!
-
6 Jan 2012 11:18 AM
- Replies
- 6
- Views
- 1,393
Thanks, Mitchell! I originally opened a ticket, but support closed it and asked me to post on this forum. Let's try again then.
-
5 Jan 2012 5:58 PM
- Replies
- 6
- Views
- 1,393
Our app (currently on 4.0.2a) has DOM/component ids with colon(":"). Why? Why not, since it's valid according to HTML spec. Anyway, we can't easily remove all colons due to dependencies and resource....
-
3 Aug 2011 3:46 PM
- Replies
- 0
- Views
- 277
The doc says the "request" parameter is optional, and defaults to the last transaction.
However, when no parameter is passed in, Ext.data.Connection.isLoading() always returns true.
This is... -
29 Jun 2011 12:30 PM
- Replies
- 1
- Views
- 1,081
Since form layout is gone in ExtJs 4x, we have to create a labelable button by extending Ext.button.Button to apply the Labelable mixin.
After some trial-n-errors, it turned out more involved... -
13 Jun 2011 11:11 AM
- Replies
- 1
- Views
- 788
Any thought if this is a bug? Thanks!
-
10 Jun 2011 3:12 PM
- Replies
- 1
- Views
- 788
Ext.men.Menu has an undocumented method, clearStretch(), which is necessary to resize the menu after content change.
We have a Menu config which contains a DataView (i.e. Ext.view.View). After... -
3 Jun 2011 3:36 PM
- Replies
- 0
- Views
- 413
When set "fill" to false, the Accordion layout seems to behave strangely and doesn't even collapse sibling panels when a panel is expanded. Has anyone else experienced this problem?
-
3 Jun 2011 3:28 PM
- Replies
- 17
- Views
- 3,784
That's why I reported this as a bug. We currently work around it by temporarily overriding the offending method, while waiting for a fix.
-
23 May 2011 3:47 PM
- Replies
- 17
- Views
- 3,784
In 4.x, when a store is marked as autoDestroy=true, it always calls the server during destroy(), even if getRemovedRecords() returns no records.
This happens when the corresponding component is... -
4 Jun 2010 5:50 PM
- Replies
- 10
- Views
- 3,075
Thanks for baring with my learning process. So, I'm currently trying to define an adjustHeight() function on the Grid, and invoke it during "viewReady" and "refresh" event. The end result seems fine...
Results 1 to 25 of 54
