Closed (fixed)
Project:
GraphMind
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
31 Aug 2009 at 13:12 UTC
Updated:
21 Nov 2009 at 08:10 UTC
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
Comment #1
wims commentedIts 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)
Comment #2
itarato commentedHi,
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
Comment #3
wims commentedMy 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
Comment #4
itarato commentedHi,
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
Comment #5
itarato commented