Modify ↓
Ticket #10628 (closed bug: duplicate)
object is being set to 'display:inline' after show();
| Reported by: | mike@… | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.next |
| Component: | effects | Version: | 1.7rc1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
In my app I create a bunch of divs which are set to display:block but when I do a .show() on them jQuery adds a display:inline property to the element. This does not happen in 1.6.4
Change History
comment:1 Changed 19 months ago by Mike Marcucio <mike@…>
I think this only happens when I do a .hide() on the div first
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.

I think this only happens when I do a .hide() on the div first