Search and Top Navigation
#5682 closed bug (worksforme)
Opened June 01, 2010 06:51PM UTC
Closed June 01, 2010 07:24PM UTC
Last modified October 11, 2012 09:15PM UTC
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.
The element being positioned must be visible before being positioned.