#10628 closed bug (duplicate)
object is being set to 'display:inline' after show();
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | blocker | Milestone: | 1.next |
Component: | effects | Version: | 1.7rc1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (4)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Component: | unfiled → effects |
---|---|
Milestone: | None → 1.next |
Priority: | undecided → blocker |
Resolution: | → duplicate |
Status: | new → closed |
Thanks for the dup!
Note: See
TracTickets for help on using
tickets.
I think this only happens when I do a .hide() on the div first