You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by "Justin Mclean (JIRA)" <ji...@apache.org> on 2013/04/17 04:55:17 UTC

[jira] [Updated] (FLEX-15127) [Bug Report] ComboBox doesn't show dropdown upwards

     [ https://issues.apache.org/jira/browse/FLEX-15127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Mclean updated FLEX-15127:
---------------------------------

    Labels: easyfix easytest  (was: )
    
> [Bug Report] ComboBox doesn't show dropdown upwards
> ---------------------------------------------------
>
>                 Key: FLEX-15127
>                 URL: https://issues.apache.org/jira/browse/FLEX-15127
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: mx: ComboBox
>    Affects Versions: Adobe Flex SDK 2.0.1 (Release)
>         Environment: Affected OS(s): All OS Platforms
> Affected OS(s): All OS Platforms
> Language Found: English
>            Reporter: Adobe JIRA
>            Priority: Minor
>              Labels: easyfix, easytest
>
> [Via http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform]
> When width/height parameters are specificied that are larger than the original Flash content size while embedding Flash content, the ComboBox (actionscript 3/Flex 2+) does not open upwards when on the bottom of the screen.
> Example:
> SWF native resolution is 640x480, then we do the following in an html page:
> <object width="800" height="600">
> <param name="movie" value="something.swf" />
> <embed src="something.swf" width="800" height="600"       type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"  />
> </object>
> Inside the SWF we have a ComboBox like the following:
> var box:ComboBox = new ComboBox();
> box.dataProvider = [ "item 1", "item 2", "item 3" ]; 
> addChild(box); // put this at the bottom of the screen
> Note that when the Flash content is scaled with the object/embed statement above the _root.width/height is greater than Application width/height thus causing the ComboBox to open downwards off the screen instead of upwards onto the screen.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira