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 comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Changed June 10, 2012 06:47PM UTC by 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?
Thanks for the dup