Search and Top Navigation
#8456 closed bug (notabug)
Opened July 24, 2012 04:57PM UTC
Closed July 25, 2012 12:24PM UTC
.position() and .delay()/.fadeIn() problem
Reported by: | hairboy | Owned by: | hairboy |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.position | Version: | 1.8.16 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The following forum posts sum up the bug nicely
https://forum.jquery.com/topic/problems-with-position-and-delay
I've stumbled upon a solution (posted within the thread), and hopefully this can be corrected in a future release? (If not already addressed in a recent release?!)
Attachments (0)
Change History (3)
Changed July 24, 2012 05:03PM UTC by comment:1
owner: | → hairboy |
---|---|
status: | new → pending |
Changed July 25, 2012 06:26AM UTC by comment:2
status: | pending → new |
---|
You're absolutely right - it had inline style of display:none;
Ticket can be discarded. I'll make appropriate changes to my code logic
Changed July 25, 2012 12:24PM UTC by comment:3
resolution: | → invalid |
---|---|
status: | new → closed |
I have a feeling the element is hidden when you call
.position()
which isn't supported. Please provide a reduced test case showing the problem.