Search Type: Posts; User: Artur Bodera (Joust)
Search: Search took 0.02 seconds.
-
23 Oct 2012 2:32 AM
- Replies
- 17
- Views
- 1,712
This simply means we need to file a bug for CQuery, but this Architect bug still stands. As I've described above, component/container building and "Ext Designer" worked flawlessly. It's possible CQ...
-
18 Oct 2012 6:59 AM
- Replies
- 17
- Views
- 1,712
Leave xtype for now.
Here's the case:
Ext.define('NS.something.Potato', {
extend: 'NS.something.Veggie',
alias: 'widget.veggies.Potato'
}); -
16 Oct 2012 11:42 AM
- Replies
- 17
- Views
- 1,712
So basically:
- "yes, it's a bug, we won't fix it and we don't care"
Need I remind you, that it's something that was broken with the introduction of Architect ? It was working fine with... -
9 Oct 2012 9:31 PM
- Replies
- 17
- Views
- 1,712
Yes Phil.
It's a nasty, old, stinky bug.
I use dot aliases since Ext 3, because they're essential for a modular app or one with tens of widgets.
The following works perfectly in Ext 4.x,... -
8 Oct 2012 12:44 AM
- Replies
- 17
- Views
- 1,712
It's just an old, abandoned bug ... not really "necro" since it's still OPEN, as in not-fixed :)
-
25 Jul 2012 7:14 AM
- Replies
- 18
- Views
- 6,416
I think I hit the nail on the head.
I've fixed several other places where me.loading = false was used in prefetch scenario.
I've changed the order of prefetchPage() and me.pageMap.on() calls in... -
25 Jul 2012 4:36 AM
- Replies
- 18
- Views
- 6,416
That did not help... grid is still stuck in the above sorting example, it still gets stuck most of the times during initial load.
-
25 Jul 2012 4:25 AM
- Replies
- 18
- Views
- 6,416
Note 1: grid hang with sorting (described above) occurs most often when there's a small number of records (i.e. as on the screenshot, 15 < 50 bufferSize)
Note 2: all of the symptoms disappear with... -
25 Jul 2012 2:45 AM
- Replies
- 18
- Views
- 6,416
I'm getting desperate. Now the grid hangs when trying to change sort order....
Click column name (change sort order)
Loading indicator pops up.
XHR request goes out and FINISHES LOADING
... -
20 Jul 2012 9:27 AM
- Replies
- 18
- Views
- 6,416
I'm using Loader in dev so there might be load order issue which makes the override ineffective. I'll give it one more go by patching Store.js and letting you know ...
-
20 Jul 2012 8:35 AM
- Replies
- 2
- Views
- 562
They are valid values, because they had been recognized by Reader since Ext 3. It's just Writer that doesn't support these tokens. We can either make Writer support them the same way Reader does, or...
-
20 Jul 2012 7:53 AM
- Replies
- 18
- Views
- 6,416
Unfortunatelly that still didn't help with the store being stuck at loading.
I'm still suffering from the problem of store not reporting as loaded, indicator spinning indefinitely, even though XHR... -
18 Jul 2012 3:35 AM
- Replies
- 2
- Views
- 562
Possibly related to: http://www.sencha.com/forum/showthread.php?215628-JSON-Dates-and-REST-Proxy-Sync
Synopsis:
Any browser.
Ext 4.1.1 (was working fine on Ext 4.0.x)
A store with a proxy... -
17 Jul 2012 12:52 AM
- Replies
- 18
- Views
- 6,416
Info provided. Any updates on what I could do to work it around ?
-
13 Jul 2012 7:08 AM
- Replies
- 18
- Views
- 6,416
Update: I've noticed that the bug usually surfaces when the paint event is far after the store has finished loading. I'm not yet 100% convinced that's the definite cause, but I've noticed that when...
-
13 Jul 2012 6:25 AM
- Replies
- 18
- Views
- 6,416
It happens more often with browser cache enabled and firebug/webkit inspector disabled (for some reason)
Screenshot after it happens.:
37149 -
13 Jul 2012 6:03 AM
- Replies
- 18
- Views
- 6,416
Sorry, forgot about that. Updated the report above.
-
13 Jul 2012 4:40 AM
- Replies
- 18
- Views
- 6,416
Use case:
Store with buffered: true and autoLoad: true
A grid using that store, with loadMask: true
The store is loading data from remote server and there are enough rows for at least 2 pages.... -
9 Jul 2012 8:00 AM
- Replies
- 4
- Views
- 923
Ops. Moderator ?
Could you please undelete my previous post. It kinda explains this potential bug. -
9 Jul 2012 4:13 AM
- Replies
- 4
- Views
- 923
Stumbled upon the same thing (same codebase, replaced 4.0.7 with 4.1) - for every store that is loaded, an exception is raised after it finishes loading:
Uncaught TypeError: Cannot read property... -
19 Apr 2012 9:30 AM
- Replies
- 0
- Views
- 192
Previous discussion: http://www.sencha.com/forum/showthread.php?196880-Cannot-save-project-with-a-hyphen-in-file-name.&p=784205#post784205
What are those issues?
These are valid file... -
19 Apr 2012 6:31 AM
- Replies
- 1
- Views
- 456
For some reason names with hyphens are rejected.
I suspect that validator on file name field needs some relaxing.
Example file name: "new-project" or "new-project.xds" (save path is irrelevant)
... -
19 Apr 2012 6:28 AM
- Replies
- 7
- Views
- 780
Confirmed. It just hangs at "xcopy" when trying to deploy on Windows 7.
What's wrong with spaces and underscores anyway? It's 2012 -
19 Apr 2012 5:37 AM
- Replies
- 17
- Views
- 1,712
Import from old Ext Designer into "Architect" was successful.
Unfortunatelly Architect keeps erasing userAlias properties of my components, because it disallows "." in userAlias name.
There is... -
19 Nov 2011 5:05 AM
- Replies
- 13
- Views
- 8,861
It's better to use Ext.Loader for that ....
Ext.application({
launch: function(){
// do something ...
Ext.Loader.loadScriptFile('/js/ext/locale/ext-lang-es.js',function(){
Results 1 to 25 of 78
