Re: [flexcoders] Inline Tree's node name editing creates visible empty nodes in a Tree when labelFunction property is set

2008-05-06 Thread Andriy Panas
Thanks Alex for the hint, it worked for us after we began to call event.preventDefault() in our custom itemEditEnd event handler. Personally, I think we had hit quite a widespread issue here as it is visible from the google search for labelFunction, itemEditEnd keywords

[flexcoders] Inline Tree's node name editing creates visible empty nodes in a Tree when labelFunction property is set

2008-04-22 Thread Andriy Panas
Hi Flexcoders, Steps to reproduce: 1. Compile this file ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; applicationComplete=onCreationComplete() mx:Script ![CDATA[ import mx.collections.XMLListCollection; import

RE: [flexcoders] Inline Tree's node name editing creates visible empty nodes in a Tree when labelFunction property is set

2008-04-22 Thread Alex Harui
, 2008 7:36 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Inline Tree's node name editing creates visible empty nodes in a Tree when labelFunction property is set Hi Flexcoders, Steps to reproduce: 1. Compile this file ?xml version=1.0 encoding=utf