You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
Original issue reported on code.google.com by
glendelj...@googlemail.com
on 20 Jan 2011 at 3:56Attachments:
The text was updated successfully, but these errors were encountered: