Bug Tracker

Modify

Ticket #4403 (closed bug: invalid)

Opened 4 years ago

Last modified 2 years ago

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

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

comment:1 Changed 3 years ago by addyosmani

  • Owner changed from john to kossnocorp
  • Status changed from new to pending

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

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

  • Status changed from pending to closed
  • Resolution set to invalid

Automatically closed due to 14 days of inactivity.

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.