#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.
Note: See
TracTickets for help on using
tickets.
The element being positioned must be visible before being positioned.