Author: amarkhel
Date: 2010-09-24 11:18:00 -0400 (Fri, 24 Sep 2010)
New Revision: 19342
Modified:
trunk/ui/output/ui/src/main/resources/META-INF/resources/org.richfaces/popupPanel.js
Log:
Fix problem with domElementAttachment
Modified:
trunk/ui/output/ui/src/main/resources/META-INF/resources/org.richfaces/popupPanel.js
===================================================================
---
trunk/ui/output/ui/src/main/resources/META-INF/resources/org.richfaces/popupPanel.js 2010-09-24
15:02:58 UTC (rev 19341)
+++
trunk/ui/output/ui/src/main/resources/META-INF/resources/org.richfaces/popupPanel.js 2010-09-24
15:18:00 UTC (rev 19342)
@@ -222,7 +222,7 @@
if (!this.domReattached) {
- this.parent = element.parent();
+ this.parent = this.div.parent();
var domElementAttachment;
if (opts) {
Show replies by date