Hi all,

I've set something up which runs at http://www.vliegendepijl.nl/pages/test/

As you can see it's an unordered list with some list items in it. If
you doubleclick the list item the text in it is being replaced by a
textfield with the same value in it. This works like it should, no
problems.

Now what I'd like to have is that as soon as the field is not focussed
anymore (blur?) it's should go back to the text in the list item again
only then with the updated info (assuming the textfield value has been
changed). This is the point where it doesn't behave as I'd like it to.

When I doubleclick the first and immediately after that the second
they're both left "open", so I guess the blur(). method is not
completely doing the trick. How can I improve my code so that there
can be no more than one textfield "open"?

Safari 3.2.1 (mac os 10.5) gets it right as it is now, the rest of
browsers I've tested on all work like I've described. (firefox, opera,
camino, chrome, IE)

Reply via email to