google-code-export / rocket-gwt

Automatically exported from code.google.com/p/rocket-gwt
1 stars 1 forks source link

Broken coordinate calculation of sub menu lists when browser is scrolled. #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add either menu widget with several sub menus to a panel.
2. Scroll the window using the browser's scroll bars.
3. Click on the menu and expand several levels of sub menus.

I think this problem only manifests itself in IE6STRICTMode. Im pretty sure
it works without drama in FF.

What is the expected output? What do you see instead?
The sub menus are disconnected visually from their parent. I believe this
is because of how the coordinates are being calculated and then used to set
the absolutely positioned MenuList widget which is done within
SubMenuItem.open();

Original issue reported on code.google.com by miroslav...@gmail.com on 29 Sep 2006 at 1:21

GoogleCodeExporter commented 9 years ago
Bug fixed. Menu classes have been reworked and new features added.

Original comment by miroslav...@gmail.com on 6 Oct 2006 at 7:37