Skip to main content

Search and Top Navigation

#4330 closed bug (notabug)

Opened March 13, 2009 08:45AM UTC

Closed March 18, 2009 01:08AM UTC

Last modified October 11, 2012 09:15PM UTC

FadeIn & FadeOut effects for Show or Hide do only effect overylay, not dialog

Reported by: micropat Owned by:
Priority: major Milestone:
Component: ui.dialog Version: 1.7
Keywords: dialog Cc:
Blocked by: Blocking:
Description

If one sets the ''show'' option to ''fadeIn'', only the overlay fades in, not the dialog.

If one sets the ''hide'' option to ''fadeOut'', only the overlay fades out, the dialog stays.

var dialog = function(){
	$('<div></div>').dialog({
		show: 'fadeIn',
		hide: 'fadeOut',
		width: 1024,
		height: 768,
		resizable: false,
		draggable: false,
		modal: true
	});
};
dialog();
Attachments (0)
Change History (4)

Changed March 16, 2009 11:01PM UTC by rdworth comment:1

milestone: 1.7.11.8

Changed March 18, 2009 01:08AM UTC by scottgonzalez comment:2

resolution: → invalid
status: newclosed

Actually, only the dialog is animated. The overlay is never animated. Also, fadeIn and fadeOut are not valid values for the show and hide options, you must specify either a speed or the name of an existing effect.

Changed March 22, 2009 12:43PM UTC by rdworth comment:3

milestone: 1.8TBD

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:4

milestone: TBD

Milestone TBD deleted