[richfaces-issues] [JBoss JIRA] Created: (RF-10231) PopupPanel destroy javascript method causes client side exception: expr.replace is not a function

James Goodfellow (JIRA) jira-events at lists.jboss.org
Mon Jan 17 16:10:50 EST 2011


PopupPanel destroy javascript method causes client side exception: expr.replace is not a function
-------------------------------------------------------------------------------------------------

                 Key: RF-10231
                 URL: https://issues.jboss.org/browse/RF-10231
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-panels-layout-themes
    Affects Versions: 4.0.0.Milestone5
         Environment: myfaces 2.0.3, tomcat 6
            Reporter: James Goodfellow


When the javascript method destroy on the popuppanel class is called, a javascript exception occurs:
expr.replace is not a function

I believe the problem is the destroy method (popupPanel.js line 166)
   if (this.domReattached) {
      var element = this.div;
      var parent = element.parent();
      if (parent) {
         parent.remove(element);
      }
   }

I believe the correct method would be parent.removeChild(element);


-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list