Return-Path: Delivered-To: apmail-incubator-jspwiki-dev-archive@minotaur.apache.org Received: (qmail 60236 invoked from network); 20 Feb 2011 21:13:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Feb 2011 21:13:00 -0000 Received: (qmail 77925 invoked by uid 500); 20 Feb 2011 21:13:00 -0000 Delivered-To: apmail-incubator-jspwiki-dev-archive@incubator.apache.org Received: (qmail 77872 invoked by uid 500); 20 Feb 2011 21:12:59 -0000 Mailing-List: contact jspwiki-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-dev@incubator.apache.org Delivered-To: mailing list jspwiki-dev@incubator.apache.org Received: (qmail 77864 invoked by uid 99); 20 Feb 2011 21:12:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Feb 2011 21:12:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Feb 2011 21:12:58 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 69BFE1AF910 for ; Sun, 20 Feb 2011 21:12:38 +0000 (UTC) Date: Sun, 20 Feb 2011 21:12:38 +0000 (UTC) From: "Dirk Frederickx (JIRA)" To: jspwiki-dev@incubator.apache.org Message-ID: <1477412525.4843.1298236358414.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1723268135.231.1296498028975.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Commented: (JSPWIKI-683) sortable tables do not work in Google Chrome (Uncaught TypeError: Cannot read property 'filterStack' of null) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/JSPWIKI-683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12997220#comment-12997220 ] Dirk Frederickx commented on JSPWIKI-683: ----------------------------------------- There's a bug in the javascript event handler binding. Replace: th.addEvent('click', this.sort.bind(this,[th]) ) by: th.addEvent('click', this.sort.bind(this,th) ) Strangely enough, it only affects Chrome. I will include the bugfix in my next commit. dirk > sortable tables do not work in Google Chrome (Uncaught TypeError: Cannot read property 'filterStack' of null) > ------------------------------------------------------------------------------------------------------------- > > Key: JSPWIKI-683 > URL: https://issues.apache.org/jira/browse/JSPWIKI-683 > Project: JSPWiki > Issue Type: Bug > Components: Editors > Affects Versions: 2.8.5 > Environment: JSPWiki 2.8.5 > Google Chrome 8.0.552.237 (and also Chromium 8.0.552.237 (70801) Ubuntu 10.10 ) > Reporter: Harry Metske > Assignee: Dirk Frederickx > Priority: Minor > > Create a wiki page with the following content : > {noformat} > %%sortable > ||header1 ||header2 > |cell1a | cell2a > |cell2a | cell2b > %% > {noformat} > Click on the table headers to sort, the following error pops up in the java console : > {noformat} > Uncaught TypeError: Cannot read property 'filterStack' of null > {noformat} > I also tested with other browsers at my proposal, (Opera 11.01 and Firefox 3.6.13) and there the problem does not occur. > I don't know if this is a javascript bug or a browser bug. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira