I have fix the problem in the file 
/system/workplace/resources/commons/explorer.js
replace the line 650 
+ "document.onmouseup = top.handleOnClick;\n"
with this one
+ "document.onmouseup = function(e){top.handleOnClick(e);};\n"
byee
--
Sent from: http://opencms.996256.n3.nabble.com/