Search Type: Posts; User: zerkms
Search: Search took 0.02 seconds.
-
26 Apr 2013 1:35 PM
- Replies
- 5
- Views
- 157
It won't work, because:
1. There is no `requires`, it's missed, as I said
2. It's `new` used not `Ext.create`. And `new` cannot be handled
Just to summarize, the facts:
1. ext-debug.js is... -
25 Apr 2013 12:46 PM
- Replies
- 5
- Views
- 157
Oh I see what you mean - but Ext.Loader cannot handle `new Ext.util.Point`. By definition.
Ext.Loader could handle it if we used `Ext.Create()` not `new` -
24 Apr 2013 2:48 PM
- Replies
- 5
- Views
- 157
Yep, and the trivial fix would be to replace `uses` to `requires` in the declaration
-
23 Apr 2013 7:12 PM
- Replies
- 2
- Views
- 185
Version: 4.2.0
After in 4.2.0 store.pageMap was removed in favor of store.data - some references wasn't updated properly.
Like -
findBy: function(fn, scope, start) {
return... -
23 Apr 2013 6:28 PM
- Replies
- 5
- Views
- 157
Version 4.2.0
Steps to reproduce:
1. Modify shared/include-ext.js to load -debug version:
document.write('<script type="text/javascript" src="' + path + '/ext-debug' + (rtl ? '-rtl' : '')... -
23 Apr 2013 6:01 PM
- Replies
- 1
- Views
- 102
Version 4.2.0
`reload()` method or `Ext.ux.grid.FiltersFeature` still tries to address store.pageMap (which was removed in 4.2.0)
if (store.buffered) {
... -
23 Apr 2013 5:36 PM
- Replies
- 2
- Views
- 105
Is there a chance to get the diff for this particular fix? May be in svn?
-
23 Apr 2013 4:26 PM
- Replies
- 2
- Views
- 105
Version: 4.2.0
In `Ext.selection.Model::storeHasSelected()` there is a line
if (record.hasId() && store.getById(record)) {
and the store's getById is implemented as:
getById:... -
18 Apr 2013 12:39 PM
- Replies
- 4
- Views
- 575
Hi, I cannot check it right in our app since we didn't start migration to 4.2 yet, but according to code it should be fine
-
31 Jan 2013 1:49 PM
- Replies
- 4
- Views
- 575
ExtJS versions affected: 4.1.x
In the PagingScrolle::onViewRefreshMethod() there is a such part of the code:
// No scroll monitoring is needed if
// All data is in view OR
... -
3 Dec 2012 6:20 PM
- Replies
- 5
- Views
- 447
So, any thoughts?
-
29 Nov 2012 11:31 AM
- Replies
- 5
- Views
- 447
Right, they are connected. The event's callback is the one I was talking in the first post.
-
28 Nov 2012 8:03 PM
- Replies
- 5
- Views
- 447
The documentation states "Fires whenever records have been prefetched."
(c) http://docs.sencha.com/ext-js/4-1/#!/api/Ext.data.Store-event-prefetch
So if the request fails - I expect the... -
28 Nov 2012 7:11 PM
- Replies
- 5
- Views
- 447
Affected versions: 4.1.x
The current Ext.data.proxy.Server::processResponse() implementation invokes the callback regardless of if the operation completed successfully or not.
I've found this... -
6 Nov 2012 12:49 PM
- Replies
- 8
- Views
- 1,638
Don't you get your itemclick handler called after 300ms anyway? Delay only delays the execution.
-
6 Nov 2012 11:18 AM
- Replies
- 2
- Views
- 561
Open the link I gave in IE, click on any button and don't release the mouse button. There is a button pressing visual effect in IE
For example - on this page the green button is shifted 1px down... -
4 Nov 2012 7:38 PM
- Replies
- 2
- Views
- 561
Is it a bug or a feature that buttons in extjs implement pressing effect for label (when it's moved 1px down and right) works only in IE?
... -
31 Oct 2012 1:00 PM
- Replies
- 1
- Views
- 401
Why was it moved to disussion?!?!?
Now it's impossible to pass list as an array, and comma separated values solution will fail if your values contain comma. It's definitely a bug. -
30 Oct 2012 7:37 PM
- Replies
- 6
- Views
- 1,057
Is EXTJSIV-6903 has some schedule? Still reproducible in 4.1.3
-
30 Oct 2012 7:14 PM
- Replies
- 9
- Views
- 1,127
Not fixed. Still reproducible in 4.1.3
Just open `infinite-scroll.js` and change
pageSize: 100,
to -
30 Oct 2012 2:34 PM
- Replies
- 1
- Views
- 401
recursive Ext.Object.toQueryString
Affected ExtJS version: the latest 4.1.3
Currently if we use list type filter and don't want to specify `phpMode` to true (which is just a terrible solution)... -
9 Oct 2012 11:49 AM
Jump to post Thread: Scoped css and splitters by zerkms
- Replies
- 4
- Views
- 429
Ok, thanks.
Please close as "Not a bug" then. -
9 Oct 2012 11:43 AM
Jump to post Thread: Scoped css and splitters by zerkms
- Replies
- 4
- Views
- 429
The one that isn't released yet?
-
8 Oct 2012 5:44 PM
Jump to post Thread: Scoped css and splitters by zerkms
- Replies
- 4
- Views
- 429
Affected version: 4.1.2a (and previous)
Steps to reproduce:
1. take any example with splitters. Ie: http://dev.sencha.com/deploy/ext-4.1.0-gpl/examples/layout/border.html
2. Modify the example... -
26 Sep 2012 2:44 PM
- Replies
- 4
- Views
- 1,356
How? `dataIndex` is sent on server with server-side based sorting. How can we change it?
Results 1 to 25 of 104
