andycrespo27 / flexigrid

Automatically exported from code.google.com/p/flexigrid
0 stars 0 forks source link

Problems with Prototype + "ncol.hide" + "pth.hide" + "cm.hide" + "th.hide" #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Steps to reproduce the problem :

1. Add Prototype + jQuery + jQueryUI :
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/prototype/1.7.0.0/prototype.js"></script>
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js"></script>
    <script type="text/javascript">
    //<![CDATA[
      jQuery.noConflict();
    //]]>
    </script>
2. Use "Flexigrid" as usual.
3. All the columns will be "hiden" due to "Prototype" use the ".hide" method 
already.

The expected output is the "Flexgrid" without columns nor rows.

The "Flexgrid" version is the last one on Windows XP and all the mayor browsers.

I am attaching a file whith a test of this problem.

Thanks

Original issue reported on code.google.com by glendelj...@googlemail.com on 20 Jan 2011 at 3:56

Attachments:

GoogleCodeExporter commented 8 years ago
Problem has been fixed by renaming the variable from ".hide" to ".hidden". 
Change has been committed to trunk (as well as a conflict-test.html sample to 
let us quickly reproduce the environment to make sure we're always compatible 
when multiple libraries are included.

Original comment by eric.caron on 22 Apr 2011 at 12:18

GoogleCodeExporter commented 8 years ago
Issue 3 has been merged into this issue.

Original comment by eric.caron on 22 Apr 2011 at 3:13

GoogleCodeExporter commented 8 years ago
Cool, thanks Eric :) I will check it out

Original comment by glendelj...@googlemail.com on 23 Apr 2011 at 2:51