Opened 12 years ago
Closed 12 years ago
#10157 closed bug (invalid)
$('a').fadeIn() - on complete style display:inline
Reported by: | anonymous | Owned by: | anonymous |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | effects | Version: | 1.6.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
$('a').fadeIn() - on complete style display:inline. must be style display:block Google Chrome
Change History (4)
comment:1 Changed 12 years ago by
Component: | unfiled → effects |
---|---|
Owner: | set to anonymous |
Status: | new → pending |
comment:2 Changed 12 years ago by
Status: | pending → new |
---|
I found what was happening. if a [0x0] fadeOut() not working, while there is a picture of <a> with position:absolute
comment:3 Changed 12 years ago by
Status: | new → pending |
---|
As mentioned, please provide us with a test case on jsFiddle.net that reproduces the issue experienced. Although you've noted what was happened, it still isn't clear as to whether this is the exact setup used to simulate the bug. If you can supply a test, we'll be able to assist further.
comment:4 Changed 12 years ago by
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!
The default display for anchor elements is "inline". jQuery will always make the best attempt to return elements to the display style that they were prior to being hidden. Please provide a complete reduced test case on jsFiddle to help us assess your ticket!
Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/FrKyN/ Open the link and click to "Fork" (in the top menu) to get started.