Author: nbelaevski
Date: 2009-07-31 11:20:51 -0400 (Fri, 31 Jul 2009)
New Revision: 15080
Modified:
branches/community/3.3.X/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/js/swfobject.js
Log:
https://jira.jboss.org/jira/browse/RF-7190
Modified:
branches/community/3.3.X/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/js/swfobject.js
===================================================================
---
branches/community/3.3.X/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/js/swfobject.js 2009-07-31
15:09:28 UTC (rev 15079)
+++
branches/community/3.3.X/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/js/swfobject.js 2009-07-31
15:20:51 UTC (rev 15080)
@@ -528,7 +528,7 @@
getElementById(id).style.visibility = v;
}
else {
- createCSS("#" + id, "visibility:" + v);
+ createCSS("#" + id.replace(/\:/g, '\\:'), "visibility:" +
v);
}
}