Bug Tracker

Modify

Ticket #1937 (closed bug: wontfix)

Opened 6 years ago

Last modified 5 years ago

Jquery Plugin Interface breaks default fadeIn/fadeOut behavior

Reported by: jamonterrell Owned by: stefan
Priority: major Milestone: 1.2.2
Component: interface Version: 1.2.1
Keywords: Cc:
Blocking: Blocked by:

Description

The Interface plugin for jquery assigns <span> tags a display of "prop" after fading in/out once. I believe it's caused by:

ifx.js/line 409:

y.display = oldDisplay == 'none' ? 'block' : oldDisplay;

because it was previously set to none by fadeOut, it gets set to block.

Change History

comment:1 Changed 6 years ago by jamonterrell

typo in my description... it assigns a display of "block", not sure where the prop thing came from...

comment:2 Changed 5 years ago by scott.gonzal

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

Interface is no longer supported; consider switching to  jQuery UI.

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.