Skip to main content

Search and Top Navigation

#6715 closed bug (fixed)

Opened December 02, 2010 11:30PM UTC

Closed June 23, 2011 12:23PM UTC

Last modified October 27, 2011 06:47PM UTC

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

Attachments (0)
Change History (6)

Changed December 02, 2010 11:35PM UTC by etiger13 comment:1

Changed December 03, 2010 02:24AM UTC by scottgonzalez comment:2

component: ui.coreeffects.core
status: newopen

Changed March 11, 2011 01:03PM UTC by gnarf comment:3

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...

Changed May 10, 2011 08:29PM UTC by k_borchers comment:4

I have submitted a new fix here https://github.com/jquery/jquery-ui/pull/240.

Thanks

Changed June 23, 2011 12:23PM UTC by Corey Frang comment:5

resolution: → fixed
status: openclosed

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

Changed October 27, 2011 06:47PM UTC by scottgonzalez comment:6

#7816 is a duplicate of this ticket.