Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
GoogleCodeExporter opened this issue Mar 28, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Changed state: Fixed
  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Issue 3 has been merged into this issue.

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

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Cool, thanks Eric :) I will check it out

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

  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant