Opened 13 years ago

Closed 13 years ago

Last modified 10 years ago

#5682 closed bug (worksforme)

Position moves off screen when used with .show() & .hide() in IE

Reported by: Tacoshoppe Owned by:
Priority: major Milestone:
Component: ui.position Version: 1.8.1
Keywords: Cc:
Blocked by: Blocking:

Description

position fails in IE when using it in conjunction with toggle() or show()/hide().

for example:

$('.class').hover(

function(){

delmsg.position({my: "left center",at: "right center", of: this}); delmsg.toggle();

});

this works fine without the toggle. But with Toggle on, the message is displayed further and further to the right and off the screen.

Change History (2)

comment:1 Changed 13 years ago by Scott González

Resolution: worksforme
Status: newclosed

The element being positioned must be visible before being positioned.

comment:2 Changed 10 years ago by Scott González

Milestone: TBD

Milestone TBD deleted

Note: See TracTickets for help on using tickets.