Modify ↓
Ticket #10392 (closed bug: invalid)
Visibility set to "hidden" when position set to absolute
| Reported by: | chris_goodchild@… | Owned by: | chris_goodchild@… |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | css | Version: | 1.6.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
When an element's position is set to 'absolute' via CSS, jQuery interprets this element as hidden.
This has a knock-on effect to any method requiring an element to be visible, e.g. fadeOut()
Tested on: Windows 7 Professional SP 1 Chrome 14.0.835.186 m Firefox 6.0.2
Change History
comment:1 Changed 20 months ago by addyosmani
- Owner set to chris_goodchild@…
- Priority changed from undecided to low
- Status changed from new to pending
- Component changed from unfiled to css
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.

Thanks for taking the time to contribute to the jQuery project! 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.