users@woodstock.java.net

Re: Popup Menu Positioning Problem

From: Venkatesh Babu <Venkatesh.M_at_Sun.COM>
Date: Mon, 10 Dec 2007 19:10:32 +0530

Hi Stephan,

Do you happen to have the code snippet for this?
I just tried to reproduce this problem in

http://webdev2.sun.com/example/faces/popupMenu/menu.jsp

By resizing the window size so that a vertical scroll bar always
appeared The menu always open correctly.
I did not see the problem that you mentioned on firefox or IE

-Venky
Stephan Bardubitzki wrote:
> Hi,
>
> I have implemented a menubar for page navigation using popup menus,
> which works perfectly fine as long as the page fits the screen. As
> soon the browser needs a vertical scrollbar to display the page there
> appears a positioning problem. If I move the scrollbar a bit done and
> move the mouse over a static textfield the menu pops up far under the
> textfield. If I move the scrollbar back to the top the menu pops up
> right under the textfield as it should.
>
> I presume this is a problem which needs to be fixed.
>
> Otherwise, thumbs up for the Woodstock team!!!
>
> Regards,
> Stephan