Revision: 12961
Revision: 12961
Author: rfrishbe@adobe.com
Date: 2009-12-15 10:24:55 -0800 (Tue, 15 Dec 2009)
Log Message:
***********
This is a fix for SDK-24373. It seems to be a fallout from SDK-18560.
The bug is in positioning the y coordinate of a submenu. To calculate how far down the menu goes, I used localToGlobal(showY) + height when it should be localToGlobal(showY) + menu.getExplicitOrMeasuredHeight() as is used in the X case.
QE notes: -
Doc notes: -
Bugs: SDK-24373
Reviewer: Alex
Tests run: checkintests, mustella Menu, MenuBar
Is noteworthy for integration: no
Ticket Links:
***********
http://bugs.adobe.com/jira/browse/SDK-24373
http://bugs.adobe.com/jira/browse/SDK-18560
http://bugs.adobe.com/jira/browse/SDK-24373
Modified Paths:
**************
flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/controls/Menu.as