Side navigation
#12427 closed bug (invalid)
Opened August 29, 2012 09:31PM UTC
Closed September 13, 2012 09:00AM UTC
animation changes display property
Reported by: | jkbailey@gmail.com | Owned by: | jkbailey@gmail.com |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When performing a fadeIn animation on an element with a css property of "display: inline-block", the end result of the animation sets the style attribute of the element to "display: block", which overrules the property set in css, therefore causing issues with formatting animated elements.
P.S. however, browsers might try to fix this issue on their own (ie. in Chrome, its not an issue unless you pull up the print page dialog and then cancel it.)
Attachments (0)
Change History (3)
Changed August 29, 2012 09:41PM UTC by comment:1
owner: | → jkbailey@gmail.com |
---|---|
status: | new → pending |
Changed August 29, 2012 11:12PM UTC by comment:2
jQuery does it's best to use the default display type of an element — is your CSS overriding a default display?
Changed September 13, 2012 09:00AM UTC by comment:3
resolution: | → invalid |
---|---|
status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Although this is a cool story, it isn't something we can take action on yet. It would be really helpful to have a test case as well. Can you write up a simple test case and post it on jsFiddle.net or jsbin.com so we can see how to reproduce the problem?