Hi,
after some weeks in other projects I managed to take some time for
fotonotes.
I still didn't manage version 0.60 to work properly in IE on my
server, there might be some problem with the XML being sent back form
the server after saving, because new notes are stored well but it's
impossible but fotonotes dies after saving message. Everything works
fine in Firefox...
I managed to get a version working in IE 6 and 7 doing some patchwork
between fnclient.js of versions 0.5 and 0.6. JavaScript Error in IE
from Version 0.5 has disappeared and saving works as well in IE.
On the other hand there are some issues in in deleting and editing
fotonotes.
All the following IS NOT DUE TO MY MODIFICATIONS!!! I tested it on
fotonotes.net as well.
Deleting works fine after reload of the whole page. But error message
appears if you try to delete a fotonote just inserted. There seems to
be a problem detecting
noteID = fields.item(n).getAttribute('title');
in function fnDelNote(area)
Nearly the same happens on edit.
Add a new note.
edit immediately this new note
everything seems to bee great
reload your page
there will be two notes! in this case edit just does a second insert.
Unfortunately I don't know enough JavaScript to see what does really
happen. To make edition work correctly I modified CSS controlbar. When
I enter delete or edit y make a reload of the whole page. It's a
little less convenient than 100% Ajax but it works fine.
Joachim