Search Type: Posts; User: extjs@kingsquare.nl

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. ... is needed to make sure Ext.data.reader.Reader can read te records properly in ExtJs 4.2.0



    Ext.override(Ext.data.reader.Reader, {
    extractData: function (root) {
    ...
  2. @allansun Thanks. This fix is still needed (:() and working for ExtJS 4.2.0 (release) too!
  3. The same bug also appears in Ext 4.2.0 , but the supplied fix doesn't work here :(
  4. The same 'disabled-filters-still-change-behaviour' issue exists in Ext.data.AbstractStore : when using a combo with a remote store, clicking on the trigger will add an undesired 'filter' to the...
  5. Same issue still exists In 4.2.0 (release)
  6. The only way i could think of to get some kind of reference to the responsebody in case of failure:



    Ext.override(Ext.data.proxy.Server, {
    processResponse: function (success, operation,...
  7. Very helpfull indeed!
  8. ExtJS 4.1.3 still has this issue...
  9. ExtJS 4.1.3 still has this issue.

    Is there an ETA for a solution? Is there some kind of bug ID?
  10. Thanks. Explicitly setting the "fit" layout on the viewport fixes the problem. Why this is required I do not fully (or need to) understand, somehow the default layout is not correct on a viewport..
    ...
  11. Hi,

    I have some code that on render of a viewport checks for login and either displays a login or the application. This was the idea.

    The problem is that if the component hierarchy to be added...
  12. @börn: Thanks, just what i was looking for. Your answer is correct.

    @sidoron: useSimepleAccessors is not a config option for the store, you should use it for the jsonreader configured in the proxy...
  13. This issue still exists in Ext 4.1.3 :(
  14. Hi Evan,

    Thank you for finding time to look into this!

    I'm trying to narrow down our project to pinpoint the cause of the issue. In our project we still have to add all Ext.app.Controller.views...
  15. REQUIRED INFORMATION


    Ext version tested:
    Ext 4.0.7, 4.1.2 and 4.1.3

    Browser versions tested against:
    Chrome IE FF

    DOCTYPE tested against:
  16. Thanks again Keri, excellent sollution and it still works for Ext 4.1 !
  17. REQUIRED INFORMATION


    Ext version tested:
    Ext 4.1.0

    Browser versions tested against:
    IE7 IE8

    DOCTYPE tested against:
  18. I really agree with @s.busch here: this should really be part of the ExtJs in the nearest possible future. It's not a 'new shop', it's a technique that could simplify, prettify and optimize...
  19. The bug identified as EXTJSIV-3994 for the rowselectionmodel, exists in the checkboxselectionmodel too: Internet Explorer starts scrolling to another place on the document after a row is clicked. The...
  20. This issue still exists in Extjs 4.1.0

    And i can confirm that the patch supplied by jdemoor actually fixes it, thanx!

    Please fix this issue in the upcoming release (with this, or a better...
  21. Replies
    0
    Views
    341
    I am using Sencha Command v2.0.0 Beta 3 to build my project on Windows 7, but am running into an issue.

    One of my source files (non-Ext) is already minified. The builder fails to embed the already...
  22. /**
    * Expand the tree to the path of a particular node, then select it.
    * @param {String} path The path to select. The path should include a leading separator.
    * @param {String}...
  23. You can't select the root node in a tree using selectPath(). This is the same issue as a reported here for Ext2 and Ext3, see:
    ...
  24. Hi!

    I had the same issue and found this thread on Google. There is a bug in Ext 4.0.2a where this event is not fired by the RowEditingPlugin . I just upgraded to Ext 4.0.7 where this is fixed!
    ...
  25. Hi there,

    I just released a new, open source project. SdbNavigator is a pure JavaScript web interface for Amazon SimpleDB. It can be found here...
Results 1 to 25 of 27
Page 1 of 2 1 2