Jump to content

XE and TreeView Editor bug


Farshad Mohajeri

Recommended Posts

  • Administrators

In Delphi XE create a TTreeView (A standard TreeView not a UniTreeView). In TreeView editor add some items. Close the editor and open it again. This time if you click any node other than the first node, text of first node changes to text of last node.

 

It only happens in XE.

 

Can anyone confirm this bug?

Link to comment
Share on other sites

In Delphi XE create a TTreeView (A standard TreeView not a UniTreeView). In TreeView editor add some items. Close the editor and open it again. This time if you click any node other than the first node, text of first node changes to text of last node.

 

It only happens in XE.

 

Can anyone confirm this bug?

Yes, Comfirmed.

I've found this bug long time ago, item on the right pane is the last item information of a tree (not just only text).

Maybe OnChange event of treeview in node editor was called on not suitable time.

 

IMO, it seems Embarcadero not know about this bug (it was still in update1).

It's a good news if someone inform them. (I've tried at that time, but I have some problem, and now I've forgotten about its) :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...