[richfaces-svn-commits] JBoss Rich Faces SVN: r4803 - branches/3.1.x/framework/impl/src/main/resources/org/richfaces/renderkit/html/scripts.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Dec 12 20:01:23 EST 2007


Author: nbelaevski
Date: 2007-12-12 20:01:23 -0500 (Wed, 12 Dec 2007)
New Revision: 4803

Modified:
   branches/3.1.x/framework/impl/src/main/resources/org/richfaces/renderkit/html/scripts/utils.js
Log:
http://jira.jboss.com/jira/browse/RF-1611

Modified: branches/3.1.x/framework/impl/src/main/resources/org/richfaces/renderkit/html/scripts/utils.js
===================================================================
--- branches/3.1.x/framework/impl/src/main/resources/org/richfaces/renderkit/html/scripts/utils.js	2007-12-13 01:01:19 UTC (rev 4802)
+++ branches/3.1.x/framework/impl/src/main/resources/org/richfaces/renderkit/html/scripts/utils.js	2007-12-13 01:01:23 UTC (rev 4803)
@@ -10,7 +10,7 @@
 
 	if (document.defaultView && document.defaultView.getComputedStyle &&
 		document.defaultView.getComputedStyle(elt, null)) {
-		return document.defaultView.getComputedStyle(elt, null).getPropertyValue(propertyName);
+		return document.defaultView.getComputedStyle(elt, null)[propertyName];
 	}
 
 	return "";




More information about the richfaces-svn-commits mailing list