Opened 11 years ago

Closed 11 years ago

#8264 closed bug (fixed)

Scale effect only animates last image to attribute width/height

Reported by: ExplosionPills Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.effects.* (individual effect) Version: 1.8.18
Keywords: Cc:
Blocked by: Blocking:

Description

If you use the Scale effect to hide and then show a div that contains images and those images have a width and height attribute, only the last image will have its width/height set properly again later (i.e. it remains at zero, effectively hiding the image).

Images that do not have these attributes are also restored correctly.

See: http://jsfiddle.net/wk3pk/ for an example.

Change History (2)

comment:1 Changed 11 years ago by mpetrovich

Appears to have been fixed in jQuery UI v1.9.0pre: http://jsfiddle.net/mpetrovich/wk3pk/3/

comment:2 Changed 11 years ago by Scott González

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.