I have a popup window that is displayed on the left hand side of a list component. If the popup window hits the top of the window, the point attached to the popup that indicates the list entry associated with the popup window is not displayed. There is a simple fix for this issue by changing the line of code starting at: 9066
if (fin_y < 0){
fin_y = 0;
if (point == ‘top’){ point = false; } // *** changed line
} else if (!point_y){
Thanks,
Kris