#7331 closed bug (fixed)
Problem with .hide().show()
Reported by: | john | Owned by: | john |
---|---|---|---|
Priority: | blocker | Milestone: | 1.4.4 |
Component: | effects | Version: | 1.4.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Change History (3)
comment:1 Changed 12 years ago by
Component: | unfiled → effects |
---|---|
Milestone: | 1.5 → 1.4.4 |
Owner: | set to john |
Priority: | undecided → blocker |
Status: | new → assigned |
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 12 years ago by
I just tested this in the GIT version of jQuery and it still seems to exist:
GIT : http://jsfiddle.net/yuX9C/1/ 1.4.2: http://jsfiddle.net/yuX9C/2/
Note: See
TracTickets for help on using
tickets.
Calling .hide().show() on a stylesheet-hidden element wasn't bringing it back. Fixes #7331.