[CLOSED] TreePanel - selection moves the node 1 or 2 pixels up

  1. #1

    [CLOSED] TreePanel - selection moves the node 1 or 2 pixels up

    This might not be a bug, it might be just as it is... Fortunately you can see this behavior in the ext.net examples app.

    To reproduce (I used FF 32.0.3, IE 11 & Chrome 37.0.2062.124 m ):

    1. Go to the examples url: https://examples2.ext.net/
    2. Click on the Getting Started node. As soon as you do it the label is shifted up and the node is expanded. The Introduction and Release Documents nodes are visible.
    3. Now press the down arrow to navigate through nodes. As you move from one node to another each selected node is shifted 1 or 2 pixels up. When the node is deselected, the node is shifted back.

    Is this normal? It didn't do it in the 2.1.1 version of Ext.Net.

    Also, it doesn't do it in all the treepanels. In this sample: https://examples2.ext.net/#/Kitchen_...sic_TreePanel/ all three treepanels are ok.

    This ExtJs sample is ok too: http://docs.sencha.com/extjs/4.2.3/e.../#tree-reorder.

    I just find it odd to move the label in the node when it is selected. The same thing happens in my app in a treepanel that I use as menu to launch pages (same as the examples app). It actually doesn't happen in all treepanels.


    Thanks!
    Last edited by Daniil; Oct 16, 2014 at 3:28 PM. Reason: [CLOSED]
  2. #2
    Hi @bogc,

    There is the main.css file attached on the examples main page. It deals with the TreePanel's nodes as well to increase its height. It also deals with padding and margin. I think padding is changed if select/focus a node and it causes shifting.

    Actually, this shifting has annoyed me a bit as well. Though, I have never investigated it yet. Probably, it is time to sort it out. I will try to update the CSS rules to avoid that shifting.
  3. #3
    I've finally created an Issue.
    https://github.com/extnet/Ext.NET/issues/574

    Fixed in the revision #6049.

    I've update the online Examples Explorers also. No annoying shifting now. Needs to clear a browser's cache.

    Thank you for the report.
  4. #4
    Thank you!

Similar Threads

  1. TreePanel node loaded: true to have node cached.
    By millenovanta in forum 2.x Help
    Replies: 0
    Last Post: Nov 28, 2013, 11:32 AM
  2. Replies: 1
    Last Post: Oct 16, 2013, 7:21 PM
  3. Replies: 11
    Last Post: Feb 06, 2013, 5:09 PM
  4. [CLOSED] TreePanel: cancel node selection change event
    By coleg123 in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Nov 03, 2011, 6:47 AM
  5. [CLOSED] Treepaneel Node Moves to another treepanel
    By speedstepmem2 in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Mar 23, 2009, 11:00 AM

Posting Permissions