Bug Tracker

Modify

Ticket #2272 (closed enhancement: wontfix)

Opened 5 years ago

Last modified 5 years ago

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@…
Blocking: Blocked by:

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

Change History

comment:1 Changed 5 years ago by aheimlich

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.

comment:2 Changed 5 years ago by scott.gonzal

  • Status changed from new to closed
  • Resolution set to wontfix

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.