Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

This works in 1.3.1.