Bug Tracker

Opened 14 years ago

Closed 12 years ago

#4403 closed bug (invalid)

Hidden (display:none) form lost after show. (Firefox 3.0.7, Ubuntu 8.10)

Reported by: kossnocorp Owned by: kossnocorp
Priority: major Milestone: 1.4
Component: selector Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:

Description

$('a.file-upload').live('click', function() {

if($('form.file-upload:visible').length) {

$('form.file-upload').slideUp(300); doesn't work

($('.file-upload')) - find only <a>

} else {

$('form.file-upload').slideDown(300); work

} return false;

});

Change History (2)

comment:1 Changed 12 years ago by addyosmani

Owner: changed from john to kossnocorp
Status: newpending

Please resubmit your ticket with a valid test case that reproduces this issue on jsFiddle.

comment:2 Changed 12 years ago by trac-o-bot

Resolution: invalid
Status: pendingclosed

Automatically closed due to 14 days of inactivity.

Note: See TracTickets for help on using tickets.