Search Type: Posts; User: cabal
Search: Search took 0.02 seconds.
-
1 May 2013 11:33 AM
- Replies
- 1
- Views
- 109
REQUIRED INFORMATION
Ext version tested:
Ext 4.2.1 beta 1
Browser versions tested against:
FF 20
DOCTYPE tested against: -
23 Apr 2013 11:26 PM
Jump to post Thread: Polish translation still not fixed by cabal
- Replies
- 1
- Views
- 86
Hello
I posted this issue several times since 4.0, but it it still not fixed (now in 4.2.1 beta 1 still bad).
The bug is simple: in ext-lang-pl.js there is an override:
... -
17 Apr 2013 1:02 AM
- Replies
- 1
- Views
- 123
REQUIRED INFORMATION
Ext version tested:
Ext 4.2.0 GA
Ext 4.2.1.760
Browser versions tested against:
FF20
DOCTYPE tested against: -
15 Apr 2013 9:34 AM
- Replies
- 3
- Views
- 155
It is not add/filter/filter.
It's filter/add/filter cycle.
During add, the temporary id is changed in map (MixedCollection, store.data), but not in snapshot created during first filter. On second... -
14 Apr 2013 10:23 PM
- Replies
- 3
- Views
- 155
REQUIRED INFORMATION
Ext version tested:
Ext 4.2.0 GA
Browser versions tested against:
FF20
DOCTYPE tested against: -
25 Oct 2012 11:04 PM
Jump to post Thread: [4.1.2a, 4.1.3] IE grid scroll bug by cabal
- Replies
- 4
- Views
- 2,387
REQUIRED INFORMATION Ext version tested:
Ext 4.1.2a
Ext 4.1.3
Browser versions tested against:
IE9
Firefox 16.0.1
Chrome 22 -
25 Oct 2012 10:51 PM
- Replies
- 4
- Views
- 606
Something new about this issue?
4.1.3 is out and bug is still present.
It's especially annoying when you have a text field with too many characters and you press backspace.
When the field is... -
1 Oct 2012 1:15 AM
- Replies
- 4
- Views
- 606
REQUIRED INFORMATION
Ext version tested:
Ext 4.1.2a
Browser versions tested against:
FF15 with latest firebug
DOCTYPE tested against: -
28 Aug 2012 11:04 PM
Jump to post Thread: Translation bug by cabal
- Replies
- 1
- Views
- 351
Hello
In translation file (Ext 4.1.1), there is an override:
// changing the msg text below will affect the LoadMask
Ext.define("Ext.locale.pl.view.AbstractView", {
override:... -
19 Jul 2012 5:04 AM
Jump to post Thread: Dataview: overItemCls and trackOver by cabal
- Replies
- 0
- Views
- 296
REQUIRED INFORMATION Ext version tested:
Ext 4.1.1
Browser versions tested against:
FF14
DOCTYPE tested against: -
16 Mar 2012 1:08 AM
- Replies
- 70
- Views
- 18,286
Hello Animal.
Your search in infinite grid has a little problem: you cannot change your search word.
If you want to do so, you need to clear search and then search again for diffrent word. -
9 Mar 2012 2:05 AM
- Replies
- 70
- Views
- 18,286
Hello
There is still a little filtering problem.
I need remote filtering for buffered grid data.
So I'm setting new extraParams to proxy, then clearing pageMap and loading page 1.
When filtered... -
10 Feb 2012 12:48 PM
- Replies
- 8
- Views
- 7,699
So what is the purpose of nightly builds if they are not synchronized with the repo?
They were to be replacement for not working svn access (to 4.1 branch), and now they are not working as... -
10 Feb 2012 9:33 AM
- Replies
- 8
- Views
- 7,699
My bug (with tooltip and showAt) is also marked as resolved in beta3, but it's still not working in any nightly build.
Another bad sign is the fact, that there is no changelog for any build after... -
24 Jan 2012 12:35 AM
- Replies
- 1
- Views
- 643
Hello
I have a little problem with tooltips.
Methods showAt and showBy (which uses showAt) does not work (or does not work as in 3.4.0).
Simple example, created from qtips.js:
... -
19 May 2011 2:22 AM
Jump to post Thread: File Upload in Opera by cabal
- Replies
- 10
- Views
- 1,770
The problem is the way that opera handles upload to iframe.
When iframe loads with {success: true}, opera launch onload event when dom tree is not ready.
When I set breakpoint on line which... -
6 May 2010 3:20 AM
- Replies
- 4
- Views
- 875
Spend some time and found it.
During window layout form has to be measured, but it's empty.
The bug is in form rendering: it's rendered during form's layout (after container layout), but should be... -
7 Apr 2010 4:15 AM
- Replies
- 19
- Views
- 4,633
As I remember, the previous version (3.1.1) was:
* validator function
* allowBlank
* rest of validators
Which means that if you provide your own validation function, it will be processed no... -
7 Apr 2010 1:41 AM
- Replies
- 19
- Views
- 4,633
The allowBlank option was broken somewhere around 3.0 (to the current behaviour), then fixed, and now it's broken again. Someone can't make up his mind.
No other options are required. If... -
4 Jan 2010 12:38 PM
- Replies
- 4
- Views
- 875
Below you've got remake of window example [hello world]
Check the selected line - if it's commented out - the height of component is invlaid, but if you find the <form> tag in firebug and remove... -
4 Jan 2010 4:36 AM
- Replies
- 4
- Views
- 875
Hello
After moving from 3.0 to 3.1 I've found a problem with form panel rendering.
Until now I had a form panel in window with only autoScroll (in form) set to true.
That configuration worked... -
18 Dec 2009 3:01 AM
- Replies
- 15
- Views
- 3,730
It's broken again in 3.1.0
Fix is almost the same:
Ext.override(Ext.layout.ToolbarLayout, {
initMore : function(){
if(!this.more){
this.moreMenu = new... -
5 Jun 2009 6:17 AM
Jump to post Thread: Problem to validate using vtype by cabal
- Replies
- 8
- Views
- 2,005
The reason of this behaviour is new validation order [as written in api doc, Ext.form.TextField, and also http://extjs.com/forum/showthread.php?t=70352&highlight=allowBlank]
Build-in validation...
Results 1 to 23 of 23
