Ticket #6715 (closed bug: fixed)
Hide and Show try to affect hidden and showing elements
| Reported by: | etiger13 | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.9.0 |
| Component: | ui.effects.core | Version: | 1.8.6 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
jQuery UI show and hide methods:
Hide tries to hide elements that are already hidden and briefly shows them on screen before hiding them. It should ignore these elements if they are already hidden.
Same with show, but you know, opposite
Test case for problem: http://jsfiddle.net/eTiger13/zCNHZ/
Change History
comment:2 Changed 2 years ago by scott.gonzalez
- Status changed from new to open
- Component changed from ui.core to effects.core
comment:3 Changed 2 years ago by gnarf
I'm not sure what happened to your fix, but its a dead link, can you maybe reconstruct it in the form of a pull request?
If not, I'm sure I can fix this one...
comment:4 Changed 2 years ago by k_borchers
I have submitted a new fix here https://github.com/jquery/jquery-ui/pull/240.
Thanks
comment:5 Changed 2 years ago by Corey Frang
- Status changed from open to closed
- Resolution set to fixed
Effects.core: Check Visibility vs 'hide' and 'show' modes, finish immediately if neccessary - Fixes #6715 - Hide and Show try to affect hidden and showing elements
Changeset: d18cd7ed0f41213aca9f29ae67c360ca6b21abfa


Fix in github: https://github.com/eTiger13/jquery-ui/blob/master/ui/jquery.effects.core.js