From jira-events at lists.jboss.org Wed Mar 27 08:23:42 2013 Content-Type: multipart/mixed; boundary="===============8269572495443284173==" MIME-Version: 1.0 From: Jan Papousek (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] (RF-12860) Overriding 'Array.prototype.remove' causes JS error when rich:accordion is used Date: Wed, 27 Mar 2013 08:23:42 -0400 Message-ID: In-Reply-To: JIRA.12487682.1363862211000@jira02.app.mwc.hst.phx2.redhat.com --===============8269572495443284173== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://issues.jboss.org/browse/RF-12860?page=3Dcom.atlassian.jira.p= lugin.system.issuetabpanels:all-tabpanel ] Jan Papousek updated RF-12860: ------------------------------ Attachment: richfaces-sanbox.zip = > Overriding 'Array.prototype.remove' causes JS error when rich:accordion i= s used > -------------------------------------------------------------------------= ------ > > Key: RF-12860 > URL: https://issues.jboss.org/browse/RF-12860 > Project: RichFaces > Issue Type: Bug > Security Level: Public(Everyone can see) = > Components: component-output > Affects Versions: 4.3.0.Final > Environment: JBOSS7/JSF2/FirefoxESR10 or Chrome25.0.1 > Reporter: David Lee > Assignee: Brian Leathem > Labels: javascript, rich:accordionItem > Fix For: 4.3.2 > > Attachments: richfaces-sanbox.zip > > > Put the rich:accordionItem and rich:extendedDataTable on same page, > and just click on any column for sort. > The firebug will show an error: > items[i].__header is not a function > [Break On This Error] = > h -=3D items[i].__header().outerHeight(); > Looks like accordionItem.js line48 been triggered when sort: > $(document).one("javascriptServiceComplete", function () { > item.__fitToHeight(item.getTogglePanel()); > }); = > And after this happened, my whole thing crashed. > Now more sortable or click for any action. > ---- > *from QA:* > When the following code is insterted to the page: > {code} > > {code} > and rich:accordion is present, clicking on rich:accordionItem causes the = following JS error (from firebug): > {code} > items[i].__header is not a function > [Break On This Error] = > h -=3D items[i].__header().outerHeight(); > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs For more information on JIRA, see: http://www.atlassian.com/software/jira --===============8269572495443284173==--