Search Type: Posts; User: GothAr

Search: Search took 0.02 seconds.

  1. murali3,
    I'm assuming you're using ExtJs 4.1.0. Because in version 4.1.1 everything works as expected for me (without any changes to my code).
    If you have 4.1.1 version and DEL key is not working...
  2. Ok. Thank you for answer.

    In fact, I was expecting such response and have specified size constraints for components beforehand.
  3. REQUIRED INFORMATION

    Ext version tested:

    Ext 4.1.1

    Browser versions tested against:

    IE8
    FF 14.0.1 (firebug 1.10.0.1 installed)
  4. I have done some debugging and managed to fix this.
    Problem is in file selection/Model.js 328:13

    me.setLastFocused(record, suppressEvent);

    This is my temporary fix

    ...
  5. Yes, I have seen screencast but it is not helpful because on my PC nothing works.

    But, there are good news - in ExtJs 4.1.1 TreePanel manipulation with keyboard is working as expected.
  6. I have provided all information I can.
    What can I do to have your response about possible solutions?
  7. REQUIRED INFORMATION
    Ext version tested:

    Ext 4.1.0

    Browser versions tested against:

    Chrome 13
    IE8
    FF14.0.1 (firebug 1.10. installed)
  8. REQUIRED INFORMATION
    Ext version tested:

    Ext 4.1.0
    Browser versions tested against:

    FireFox 13.0.1
    FireFox 14.0.1
    Chrome 13
    DOCTYPE tested against:
  9. Steps to reproduce:
    open FireFox 13.0.1 - 14.0.1, Chrome 13
    go to url http://dev.sencha.com/deploy/ext-4.1.0-gpl/examples/tree/reorder.html
    try to use Right, Left keys to expand, collapse...
  10. When using TreePanel with treeviewdragdrop plugin, no keyboard events (keyup, keydown, keypress) are fired and standard tree behavior (such as expand with Right key, collapse with Left key) also does...
  11. Hello, guys.
    I am working now with TreePanel component. And want to have standard tree behavior (expand, collapse nodes using keys). All was normal until I've added treeviewdragdrop plugin to tree -...
Results 1 to 11 of 11