Search Type: Posts; User: zerkms

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. 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...
  2. 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`
  3. Yep, and the trivial fix would be to replace `uses` to `requires` in the declaration
  4. 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...
  5. 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' : '')...
  6. 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) {
    ...
  7. Is there a chance to get the diff for this particular fix? May be in svn?
  8. 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:...
  9. 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
  10. 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
    ...
  11. So, any thoughts?
  12. Right, they are connected. The event's callback is the one I was talking in the first post.
  13. 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...
  14. 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...
  15. Don't you get your itemclick handler called after 300ms anyway? Delay only delays the execution.
  16. 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...
  17. 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?
    ...
  18. 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.
  19. Is EXTJSIV-6903 has some schedule? Still reproducible in 4.1.3
  20. Not fixed. Still reproducible in 4.1.3

    Just open `infinite-scroll.js` and change


    pageSize: 100,

    to
  21. 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)...
  22. Replies
    4
    Views
    429
    Ok, thanks.

    Please close as "Not a bug" then.
  23. Replies
    4
    Views
    429
    The one that isn't released yet?
  24. 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...
  25. How? `dataIndex` is sent on server with server-side based sorting. How can we change it?
Results 1 to 25 of 104
Page 1 of 5 1 2 3 4