Maybe I'm to early to send my reactions on your project in development. In that case I'm glad if your reply that to me.

In the XML save in the "FreeMind XML" field the node title is not saved from the Grapmind.
It always saves the node ID.

So after saving the value of TEXT should be the title you typed in the Graphmind UI.

Comments

wims’s picture

Title: graphmind nod text not saved correctly » graphmind node text not saved correctly

Its in The UI.

After entering a text in the node you need to hit "enter". Thats the moment the edit field puts its text into the node.
Not hitting "enter" keeps all editfields opened.

Maybe the field should putting the text to the Graphmind node on a "leave field event" (or something like that)

itarato’s picture

Hi,

How do you mean the title does not saved? I checked it with a Drupal item and also with a GraphMind node and rewrote the titles but all the changes were persistent after saving the map. What is wrong there?

The other stuff: I added the lose-focus event for node titles. Not perfect but something. I'll fix it properly later (because in flex not all the display elements support focus event by default.)

Regards,
Peter

wims’s picture

My problem was that I have to pres enter after edit the title of a mindmap item.
In that case all edited fields stey open and the content is not edited for the user interface.
Hitting the enter button solves this.
Or if you implement a close edit mode of the title on a leaf-field or lose-focus event.

Once again, great job men

itarato’s picture

Hi,

The title editing part is now a bit improved. Now it has a better lose-focus event handling, so it should work seamless (or more than it was before).
Start editing: dbl-click
Finish editing: click somewhere else, press Enter key
Cancel editing: press Enter key

Best wishes,
Peter

itarato’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.