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

[jira] [Commented] (FLEX-369) if browser window is small, alert with lots of text spills text into title and button area

    [ https://issues.apache.org/jira/browse/FLEX-369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13765245#comment-13765245 ] 

Justin Mclean commented on FLEX-369:
------------------------------------

Still an issue in Apache Flex 4.10 would you believe :-)

Here's the code to test:

<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" 
			   xmlns:s="library://ns.adobe.com/flex/spark" 
			   xmlns:mx="library://ns.adobe.com/flex/mx" creationComplete="init(event)">
	<fx:Script>
		<![CDATA[
			import mx.controls.Alert;
			import mx.events.FlexEvent;
			
			protected function init(event:FlexEvent):void
			{
				var a:Alert;
				
				Alert.show("Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text Large amount of text", "Title");
			}
			
		]]>
	</fx:Script>
	
</s:Application>


                
> if browser window is small, alert with lots of text spills text into title and button area
> ------------------------------------------------------------------------------------------
>
>                 Key: FLEX-369
>                 URL: https://issues.apache.org/jira/browse/FLEX-369
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: mx: Alert
>    Affects Versions: Adobe Flex SDK 2.0 (Release)
>         Environment: Affected OS(s): All OS Platforms
> Affected OS(s): All OS Platforms
> Language Found: English
>            Reporter: Adobe JIRA
>            Priority: Minor
>             Fix For: Adobe Flex SDK 3.0 (Release)
>
>         Attachments: bit_text_alert.png
>
>
> 1. create an alert with lots of text
> 2. run the app in a smallish browser window and call the alert
> 3. notice the alert text spills into the title and button areas of the alert
> see bug files for sample code and screenshot

--
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