Skip to main content

Bug Tracker

Side navigation

#11886 closed bug (duplicate)

Opened June 10, 2012 10:26AM UTC

Closed June 10, 2012 05:04PM UTC

Last modified June 10, 2012 06:47PM UTC

slideUp does nothing if the parent is hidden

Reported by: asj Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:
Description

slideUp does nothing if the parent is hidden. I understand it not animating, but it should at least hide the element it is run on and not rely on the parent being hidden.

A workaround is

 .slideUp(function() { $(this).hide; }) 
but this should not be necessary.

Attachments (0)
Change History (3)

Changed June 10, 2012 05:04PM UTC by rwaldron comment:1

resolution: → duplicate
status: newclosed

Thanks for the dup

Changed June 10, 2012 05:04PM UTC by rwaldron comment:2

Duplicate of #11821.

Changed June 10, 2012 06:47PM UTC by asj comment:3

Um, that bug is closed as worksforme which is wrong, since it does not work correctly for anyone. (Also #10201 which is the same bug - also closed.)

Just because the parent is hidden doesn't mean the command on the child should be ignored.

This is a bug, how else should I report it?