Opened 11 years ago
Closed 11 years ago
#8456 closed bug (notabug)
.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?!)
Change History (3)
comment:1 Changed 11 years ago by
Owner: | set to hairboy |
---|---|
Status: | new → pending |
comment:2 Changed 11 years ago by
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
comment:3 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
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.