Side navigation
#10628 closed bug (duplicate)
Opened November 01, 2011 03:48PM UTC
Closed November 01, 2011 04:36PM UTC
Last modified November 01, 2011 04:36PM UTC
object is being set to 'display:inline' after show();
Reported by: | mike@marcucio.com | 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
Attachments (0)
Change History (4)
Changed November 01, 2011 03:51PM UTC by comment:1
Changed November 01, 2011 03:51PM UTC by comment:2
I think this only happens when I do a .hide() on the div first
Changed November 01, 2011 04:36PM UTC by comment:3
component: | unfiled → effects |
---|---|
milestone: | None → 1.next |
priority: | undecided → blocker |
resolution: | → duplicate |
status: | new → closed |
Thanks for the dup!
I think this only happens when I do a .hide() on the div first