Skip to main content

Bug Tracker

Side navigation

#1937 closed bug (wontfix)

Opened November 16, 2007 05:16PM UTC

Closed March 31, 2008 01:56AM UTC

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

Attachments (0)
Change History (2)

Changed November 16, 2007 05:18PM UTC by jamonterrell comment:1

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

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

resolution: → wontfix
status: newclosed

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