Side navigation
#10392 closed bug (invalid)
Opened September 30, 2011 05:05PM UTC
Closed October 12, 2011 02:09PM UTC
Visibility set to "hidden" when position set to absolute
Reported by: | chris_goodchild@hotmail.co.uk | Owned by: | chris_goodchild@hotmail.co.uk |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | css | Version: | 1.6.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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
Attachments (0)
Change History (3)
Changed October 01, 2011 02:52AM UTC by comment:1
component: | unfiled → css |
---|---|
owner: | → chris_goodchild@hotmail.co.uk |
priority: | undecided → low |
status: | new → pending |
Changed October 04, 2011 10:34AM UTC by comment:2
status: | pending → new |
---|
Ticket is invalid - retested and was unable to reproduce.
...my bad
Changed October 12, 2011 02:09PM UTC by comment:3
resolution: | → invalid |
---|---|
status: | new → closed |
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.