Kevincosme / flexlib

Automatically exported from code.google.com/p/flexlib
0 stars 0 forks source link

ScrollableArrowMenu does not work when used as a popup on a popupbutton #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create popupbutton
2. create scrollableArrowMenu
3. create an array of x items
4. scrollableArrowMenu.dataprovider to the array
5. set height of menu to induce scrolling arrows
6. set popupbutton.popup = scrollableArrowMenu
7. show it

What is the expected output? What do you see instead?
Expected scrolling menu. Instead a) did not get bottom arrow, b) when
getting to the end, the top arrow button not drawn correctly. Basically
unusable in this form.

What version of the product are you using? On what operating system?
v1.7 on XP Pro, Flex 2.01

Please provide any additional information below.

Original issue reported on code.google.com by bobpar...@gmail.com on 19 Apr 2007 at 8:39

GoogleCodeExporter commented 8 years ago

Original comment by dmcc...@gmail.com on 30 Jun 2007 at 11:15

GoogleCodeExporter commented 8 years ago
There is a ScrollablePopUpMenuButton control in FlexLib that is specifically for
using the PopUpMenuButton with a ScrollableArrowMenu. I assume that this control
negates this issue here. If there is a reason for using a PopUpMenuButton with a
ScrollableArrowMenu WITHOUT using the SrcollablePopUpMenuButton control, then 
please
post a detailed example of why that is needed, what doesn't work, and a 
compilable
MXML file that we can run to test.

For now I'm marking as WontFix.

Original comment by dmcc...@gmail.com on 25 Dec 2007 at 4:10