Search Type: Posts; User: aedos

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Ext version tested:

    Ext 4.2.0.663
    Browser versions tested against:

    IE9
    Chrome 26
    Description:

    Leaks in cache entries demonstrated in the following test case.
  2. Is there a temp fix we can apply on top of 4.2 GA? We may need to release the app before next upgrade.
  3. Ext version tested:

    Ext 4.2.0.663
    Browser versions tested against:

    IE9
    Chrome 26
    FF12
    Description:
  4. Ext version tested:

    Ext 4.4.2.0.663
    Browser versions tested against:

    Chrome
    FF
    Description:

    When hide() is called on a west or south region of a Border layout, it hides the region and...
  5. Ext version tested:

    Ext 4.2.0.663
    Browser versions tested against:

    FF and Chrome
    Description:

    beforeedit event is fired twice when clicking on an editable cell.
    Steps to reproduce the...
  6. Ext version tested:

    Ext 4.2.0.663
    Browser versions tested against:

    FF and Chrome
    Description:

    When a Grid doesn't have a fixed height, there's no horizontal scrollbar when the content...
  7. Ext version tested:

    Ext 4.2.0.663
    Browser versions tested against:

    FF and Chrome
    Description:

    When shrinkWrapDock and shrinkWrap is set for a Grid, the header cell and data cell will...
  8. Evan,

    You are right that it doesn't make much sense to have different hidden vs display value (e.g. AZ vs Arizona) when forceSelection is false. (In our actual use case, the hidden value and...
  9. "forceSelection" seems to be overloaded here, does it specify whether the combo values are bound, or does it specify when the value gets set, or both?

    The current behavior is inconsistent:
    1)...
  10. With the help from Sencha support, we had a preview of the fix which went into EXTJSIV-7117. The fix seems to just fire the 'select' event from Ext.form.field.ComboBox#select() method.

    However, it...
  11. Evan,
    Thanks for the reply and fixing the bug.

    A follow up question:
    If we want to listen to the event whenever the value is changed from the UI (by the user action), which event(s) should we...
  12. ExtJs 4.1.1
    Browser: Chrome

    When the value of the combo box is changed by type-ahead, the value is not actually set, even though it appears so on the UI.


    Ext.onReady(function() {
    ...
  13. After we upgraded from 4.0.2a to 4.1.1, we noticed that "ownerCt" and "floatParent" are both undefined for a Menu under a Button. One of them used to be set to the owner button before the upgrade.
    ...
  14. From Sencha Support:
    "My manager, checked with engineering and they confirmed that 4.1 Beta issues should be posted to the 4.1 Beta forum."
    And the ticket was closed again.

    Any help?
    Thanks!
  15. Feel free to open a new one as you see fit. Thanks!
  16. Thanks, Mitchell! I originally opened a ticket, but support closed it and asked me to post on this forum. Let's try again then.
  17. Our app (currently on 4.0.2a) has DOM/component ids with colon(":"). Why? Why not, since it's valid according to HTML spec. Anyway, we can't easily remove all colons due to dependencies and resource....
  18. The doc says the "request" parameter is optional, and defaults to the last transaction.

    However, when no parameter is passed in, Ext.data.Connection.isLoading() always returns true.

    This is...
  19. Since form layout is gone in ExtJs 4x, we have to create a labelable button by extending Ext.button.Button to apply the Labelable mixin.

    After some trial-n-errors, it turned out more involved...
  20. Any thought if this is a bug? Thanks!
  21. Ext.men.Menu has an undocumented method, clearStretch(), which is necessary to resize the menu after content change.

    We have a Menu config which contains a DataView (i.e. Ext.view.View). After...
  22. When set "fill" to false, the Accordion layout seems to behave strangely and doesn't even collapse sibling panels when a panel is expanded. Has anyone else experienced this problem?
  23. That's why I reported this as a bug. We currently work around it by temporarily overriding the offending method, while waiting for a fix.
  24. In 4.x, when a store is marked as autoDestroy=true, it always calls the server during destroy(), even if getRemovedRecords() returns no records.

    This happens when the corresponding component is...
  25. Thanks for baring with my learning process. So, I'm currently trying to define an adjustHeight() function on the Grid, and invoke it during "viewReady" and "refresh" event. The end result seems fine...
Results 1 to 25 of 54
Page 1 of 3 1 2 3