You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "Harry Metske (JIRA)" <ji...@apache.org> on 2011/01/31 19:20:28 UTC

[jira] Created: (JSPWIKI-683) sortable tables do not work in Google Chrome (Uncaught TypeError: Cannot read property 'filterStack' of null)

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
            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

        

Re: [jira] Commented: (JSPWIKI-683) sortable tables do not work in Google Chrome (Uncaught TypeError: Cannot read property 'filterStack' of null)

Posted by Dirk Frederickx <di...@gmail.com>.
Harry,

You can assign to me.  (I'm on a bus.trip right now, so no easy access)
I did some chrome related fix some months back for sortables -- I need
to check if that is properly committed to 2.8.5.

dirk

On Mon, Jan 31, 2011 at 7:22 PM, Harry Metske (JIRA) <ji...@apache.org> wrote:
>
>    [ https://issues.apache.org/jira/browse/JSPWIKI-683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988828#comment-12988828 ]
>
> Harry Metske commented on JSPWIKI-683:
> --------------------------------------
>
> And BTW, it's not only a javascript error message, also the table sorting does not work in Chrome.
>
>> 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
>>            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
>
>
>

[jira] Commented: (JSPWIKI-683) sortable tables do not work in Google Chrome (Uncaught TypeError: Cannot read property 'filterStack' of null)

Posted by "Harry Metske (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988828#comment-12988828 ] 

Harry Metske commented on JSPWIKI-683:
--------------------------------------

And BTW, it's not only a javascript error message, also the table sorting does not work in Chrome.

> 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
>            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

        

[jira] [Commented] (JSPWIKI-683) sortable tables do not work in Google Chrome (Uncaught TypeError: Cannot read property 'filterStack' of null)

Posted by "Florian Holeczek (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13266939#comment-13266939 ] 

Florian Holeczek commented on JSPWIKI-683:
------------------------------------------

Thanks Dirk for fixing this one!

Since we're already voting on 2.9.0-incubating-0, this fix isn't included yet. I propose to include this one in our first "incubated" release afterwards. Opinions?

Regards
 Florian

                
> 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, Graduating, 2.9
>         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: brushed
>            Priority: Minor
>             Fix For: Graduating, 2.9
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (JSPWIKI-683) sortable tables do not work in Google Chrome (Uncaught TypeError: Cannot read property 'filterStack' of null)

Posted by "Juan Pablo Santos Rodríguez (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13267286#comment-13267286 ] 

Juan Pablo Santos Rodríguez commented on JSPWIKI-683:
-----------------------------------------------------

I would put it on 2.9 only if the vote for releasing 2.9 fails at general@incubator, so we are able to push a new tag/artifacts to vote upon.

However, if the vote passes, I would push this one into 2.9.1 (created the version in JIRA a few moments ago), no matter whenever it is released, before or after graduation.


rgrds,
juan pablo
                
> 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, Graduating, 2.9
>         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: brushed
>            Priority: Minor
>             Fix For: Graduating, 2.9
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (JSPWIKI-683) sortable tables do not work in Google Chrome (Uncaught TypeError: Cannot read property 'filterStack' of null)

Posted by "brushed (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

brushed updated JSPWIKI-683:
----------------------------

    Affects Version/s: 2.8.4
    
> 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.4, 2.8.5, Graduating, 2.9
>         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: brushed
>            Priority: Minor
>             Fix For: Graduating, 2.9
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (JSPWIKI-683) sortable tables do not work in Google Chrome (Uncaught TypeError: Cannot read property 'filterStack' of null)

Posted by "Florian Holeczek (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Florian Holeczek updated JSPWIKI-683:
-------------------------------------

    Affects Version/s:     (was: Graduating)
        Fix Version/s:     (was: Graduating)
    
> 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.4, 2.8.5, 2.9
>         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: brushed
>            Priority: Minor
>             Fix For: 2.9
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (JSPWIKI-683) sortable tables do not work in Google Chrome (Uncaught TypeError: Cannot read property 'filterStack' of null)

Posted by "Dirk Frederickx (JIRA)" <ji...@apache.org>.
    [ 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

        

[jira] [Commented] (JSPWIKI-683) sortable tables do not work in Google Chrome (Uncaught TypeError: Cannot read property 'filterStack' of null)

Posted by "brushed (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396085#comment-13396085 ] 

brushed commented on JSPWIKI-683:
---------------------------------


This issue also affects FF (tested on v13.1) ; and is also applicable to v2.8.4.


                
> 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.4, 2.8.5, Graduating, 2.9
>         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: brushed
>            Priority: Minor
>             Fix For: Graduating, 2.9
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (JSPWIKI-683) sortable tables do not work in Google Chrome (Uncaught TypeError: Cannot read property 'filterStack' of null)

Posted by "Florian Holeczek (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Florian Holeczek closed JSPWIKI-683.
------------------------------------


Closing this, since 2.9 has been released
                
> 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.4, 2.8.5, 2.9
>         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: brushed
>            Priority: Minor
>             Fix For: 2.9
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (JSPWIKI-683) sortable tables do not work in Google Chrome (Uncaught TypeError: Cannot read property 'filterStack' of null)

Posted by "brushed (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

brushed updated JSPWIKI-683:
----------------------------

    Affects Version/s: 2.9
                       Graduating
    
> 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, Graduating, 2.9
>         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: brushed
>            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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (JSPWIKI-683) sortable tables do not work in Google Chrome (Uncaught TypeError: Cannot read property 'filterStack' of null)

Posted by "brushed (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

brushed resolved JSPWIKI-683.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 2.9
                   Graduating

Fixed in 2.9.0-incubating-1
                
> 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, Graduating, 2.9
>         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: brushed
>            Priority: Minor
>             Fix For: Graduating, 2.9
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira