[OPEN] [#434] Treepanel select does not fire Itemclick event

  1. #1

    [OPEN] [#434] Treepanel select does not fire Itemclick event

    Hi,
    In the treepanel it is possible to select a node without the itemclick event firing. But the select event does fire.

    If you open the example https://examples2.ext.net/#/TreePanel/Basic/SiteMap/ you can see this happen.

    If you expand the first leaf nodes "icon summary" and "Overview" and bring your mouse down to the very bottom of the node and click the node will get selected but does not fire the itemclick event.

    This can cause problems as the selected node is coming up as the new selected node, but the logic for that node click has not fired.

    It seems to be like a 1 pixel difference in the size of the select area compared to the itemclick area.

    I presume it is not meant to be like this.

    Regards
    Fergus
    Last edited by Daniil; Feb 18, 2014 at 6:25 AM. Reason: [OPEN] [#434]
  2. #2
    Hi @Fergus,

    Reproduced. Thank you for the report. Seems the bug appeared between v2.2 and v2.3. I will investigate.
  3. #3
    A very weird problem. The click event is not fired on the DOM level. But, for example, the mousedown event is fired. I don't see any reason why.

    You can use the ItemMouseDown event instead of ItemClick. Or the Select one. They appear to be fired consistently.
  4. #4
  5. #5

    Not able to get any treepanel event to fire in IE8

    I am working on our upgrade to Et.Net 3x and I am stumped by this issue. I have tried all the "click" and "mouse" events with no success. Can we brainstorm a work around?
  6. #6
    Hi @betamax,

    It looks you have encountered this issue:
    https://github.com/extnet/Ext.NET/issues/739

    Please clarify are you using the public 3.1.0 release or the latest from SVN? The issue is reproducible with the public release, but it should not with the latest from SVN trunk.

Similar Threads

  1. Refresh TreePanel on ItemClick
    By R4auka in forum 2.x Help
    Replies: 1
    Last Post: Dec 05, 2013, 10:01 PM
  2. [CLOSED] Fire ComboBox Select Event on Client
    By rthiney in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 17, 2013, 12:13 PM
  3. [CLOSED] TreePanel itemClick DirectEvent
    By cwolcott in forum 2.x Legacy Premium Help
    Replies: 6
    Last Post: Oct 26, 2012, 4:53 AM
  4. How to fire event by row select?
    By mannyk in forum 1.x Help
    Replies: 0
    Last Post: Aug 05, 2010, 9:48 AM
  5. [0.8.2] Select row from codebehind fire event
    By SouthDeveloper in forum 1.x Help
    Replies: 6
    Last Post: Jan 21, 2010, 12:07 PM

Tags for this Thread

Posting Permissions