I enabled the click to convert formatter in some existing CCK money fields.

I noticed that you can only click to convert once however.

If you close the conversion lightbox window and try clicking again either on the same icon or another one, nothing happens.

Comments

druplicate’s picture

Just noticed that Firebug reports this js error upon closing the lightbox window:

anonymous({ originalEvent=Event click which=1 view=window })                 jquery.min.js?y (line 26)
anonymous()                       jquery.min.js?y (line 25)

[Break on this error] for(handler in events[type])if(!parts[1]...y.isReady) fn.call(document,jQuery);else\n
druplicate’s picture

Just noticed that Firebug reports this js error upon closing the lightbox window:

anonymous({ originalEvent=Event click which=1 view=window })                 jquery.min.js?y (line 26)
anonymous()                       jquery.min.js?y (line 25)

[Break on this error] for(handler in events[type])if(!parts[1]...y.isReady) fn.call(document,jQuery);else\n
markus_petrux’s picture

Status: Active » Closed (duplicate)
druplicate’s picture

Installed the latest dev version and now I can open the lightbox multiple times but after the first time, no currency select box appears.

mortician’s picture

Status: Closed (duplicate) » Needs work

Same problem. Any update on this?

Currency conversion screenshot

druplicate’s picture

This was solved in the duplicate discussion.

http://drupal.org/node/559334