[OPEN] [#215] KeyNav/KeyBinding not working on TreePanel with TreeViewDragDrop plugin

  1. #1

    [OPEN] [#215] KeyNav/KeyBinding not working on TreePanel with TreeViewDragDrop plugin

    Hi,

    Since the update to release 2.2.0 the navigation by keyboard (up and down keys) as well as custom key bindings on TreePanels are not working anymore. The problem seems to be on every TreePanel where the TreeViewDragDrop plugin is used.

    See examples:
    https://examples2.ext.net/#/TreePane...om_Drop_Logic/
    https://examples2.ext.net/#/DragDrop/Tree/Tree_to_Div/
    https://examples2.ext.net/#/TreePane...d/Remote_Mode/

    Can you estimate know how long this will approximately take to be fixed and released as a new NuGet package?

    Thanks for your support,
    Martin
    Last edited by Daniil; Apr 24, 2013 at 6:35 AM. Reason: [OPEN] [#215]
  2. #2

    Daniil should already have fixed it!

    Look at this link:
    http://forums.ext.net/showthread.php...Forms-mode-(-)

    I had the same issue today, the fix is on SVN. Hope it helps,
    Cheers!
  3. #3
    Hello,

    @adrianot, thank you for the attention! Though, I am afraid it is another bug.

    It turns out that it is a backside effect of fixing another bug.
    https://github.com/extnet/Ext.NET/issues/178

    To revert the changes back, you should add the following script on the page.
    Ext.grid.plugin.DragDrop.override({
        init : function(view) {
            view.on('render', this.onViewRender, this, {single: true});
        }
    });
    
    Ext.tree.plugin.TreeViewDragDrop.override({
        init : function(view) {
            view.on('render', this.onViewRender, this, {single: true});
        }    
    });
    Sure, scrollbar's jumps on selection will return back.

    The problems with key navigation and a KeyMap is partially reproducible with pure ExtJS (I mean without the bug fix of a scrollbar's jumps). So, I reported it to Sencha.
    http://www.sencha.com/forum/showthread.php?262006
  4. #4
    Hi Daniil,

    thanks for the quick reply and the workaround. This works absolutely fine. Keep up the great work!

    Best Regards,
    Martin
  5. #5
    Thank you for confirming.

    Meantime, Sencha opened a bug ticket.

    We created an Issue to track this defect.
    https://github.com/extnet/Ext.NET/issues/215

Similar Threads

  1. [CLOSED] DragDrop in treepanel using TreeViewDragDrop plugin
    By pawangyanwali in forum 2.x Legacy Premium Help
    Replies: 14
    Last Post: Apr 29, 2013, 4:36 AM
  2. Replies: 1
    Last Post: Jan 16, 2013, 9:58 AM
  3. [CLOSED] TreeViewDragDrop plugin on over event
    By Leonid_Veriga in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Dec 21, 2012, 6:39 AM
  4. KeyBinding not working on whole page
    By n_s_adhikari@rediffmail.com in forum 1.x Help
    Replies: 4
    Last Post: Aug 19, 2009, 3:39 PM
  5. Keybinding - Enter key not working?
    By Tbaseflug in forum 1.x Help
    Replies: 1
    Last Post: Feb 19, 2009, 4:08 AM

Tags for this Thread

Posting Permissions