[richfaces-svn-commits] JBoss Rich Faces SVN: r2193 - trunk/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/scripts.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Fri Aug 10 07:24:24 EDT 2007
Author: sergeyhalipov
Date: 2007-08-10 07:24:24 -0400 (Fri, 10 Aug 2007)
New Revision: 2193
Modified:
trunk/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/scripts/modalPanel.js
Log:
http://jira.jboss.com/jira/browse/RF-575
Modified: trunk/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/scripts/modalPanel.js
===================================================================
--- trunk/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/scripts/modalPanel.js 2007-08-10 09:34:50 UTC (rev 2192)
+++ trunk/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/scripts/modalPanel.js 2007-08-10 11:24:24 UTC (rev 2193)
@@ -559,13 +559,13 @@
}
element.style.visibility = "";
+
+ this.lastOnfocus();
var event = {};
event.parameters = opts || {};
if (this.eventOnShow) this.eventOnShow(event);
- this.lastOnfocus();
-
this.shown = true;
},
More information about the richfaces-svn-commits
mailing list