Skip to main content

Bug Tracker

Side navigation

#4403 closed bug (invalid)

Opened March 23, 2009 04:24AM UTC

Closed December 02, 2010 08:07AM UTC

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;

});

Attachments (0)
Change History (2)

Changed October 29, 2010 06:22AM UTC by addyosmani comment:1

owner: johnkossnocorp
status: newpending

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

Changed December 02, 2010 08:07AM UTC by trac-o-bot comment:2

resolution: → invalid
status: pendingclosed

Automatically closed due to 14 days of inactivity.