Bug Tracker

Opened 15 years ago

Closed 14 years ago

#2361 closed bug (worksforme)

$('#element_id').show('slow/fast') losses overflow style

Reported by: pylorca Owned by:
Priority: minor Milestone: 1.2.3
Component: effects Version: 1.2.2
Keywords: Cc:
Blocked by: Blocking:

Description

if you have a <div id="id_div" style="overflow:hidden;display:none">some</div>

and you call $('#id_div').show('fast/slow')

the div losses the overflow style, (and overflow-x, overflow-y)

(sorry by me bad english)

Change History (1)

comment:1 Changed 14 years ago by dmethvin

Resolution: worksforme
Status: newclosed

This works in 1.3.1.

Note: See TracTickets for help on using tickets.