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)
Note: See
TracTickets for help on using
tickets.
This works in 1.3.1.