Skip to main content

Bug Tracker

Side navigation

#2272 closed enhancement (wontfix)

Opened February 02, 2008 02:04AM UTC

Closed March 31, 2008 01:22AM UTC

interface does not work with jquery newer then 1.2.1

Reported by: mmarsching Owned by: stefan
Priority: critical Milestone: 1.2.2
Component: interface Version: 1.2.1
Keywords: conflict version Cc: demonhunter@gmx.de
Blocked by: Blocking:
Description

One Example (the animation works fine, but Firebug displays infinte error messages, or the browser respectively slows down after a while and crashes in the end):

Code:

<script type="text/javascript" src="./js/jquery/jquery-1.2.1.js"></script>
<script type="text/javascript" src="./js/interface/interface.js"></script>
<div id="myDiv">some Text, img, whatever</div>
<script type="text/javascript">
//<![CDATA[
$(document).ready(function(){
  $('#myDiv').BlindUp(500);
});
//]]-->
</script>

Error:

this.options.curAnim has no properties
step()
t()
(no name)()
this.options.curAnim[ this.prop ] = true;
in jquery-1.2.1.js (line 2833)

I hope this helps enhancing a great addon to jquery :)

Michele

Attachments (0)
Change History (2)

Changed February 02, 2008 08:50AM UTC by aheimlich comment:1

Interface has been abandoned in favor of jQuery UI. As far as I know, there are no plans for Interface to ever support jQuery 1.2 and beyond.

Changed March 31, 2008 01:22AM UTC by scott.gonzal comment:2

resolution: → wontfix
status: newclosed