Return-Path: X-Original-To: apmail-flex-dev-archive@www.apache.org Delivered-To: apmail-flex-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D9AD7E591 for ; Sun, 17 Feb 2013 02:03:14 +0000 (UTC) Received: (qmail 11592 invoked by uid 500); 17 Feb 2013 02:03:13 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 11553 invoked by uid 500); 17 Feb 2013 02:03:13 -0000 Mailing-List: contact dev-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list dev@flex.apache.org Received: (qmail 11497 invoked by uid 99); 17 Feb 2013 02:03:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Feb 2013 02:03:13 +0000 Date: Sun, 17 Feb 2013 02:03:13 +0000 (UTC) From: "Alex Harui (JIRA)" To: dev@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (FLEX-33381) Setting s:ComboBox#typicalItem produces unnecessarily long width MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLEX-33381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Harui resolved FLEX-33381. ------------------------------- Resolution: Fixed Committed revision 1446989 > Setting s:ComboBox#typicalItem produces unnecessarily long width > ---------------------------------------------------------------- > > Key: FLEX-33381 > URL: https://issues.apache.org/jira/browse/FLEX-33381 > Project: Apache Flex > Issue Type: Bug > Components: Spark: ComboBox > Affects Versions: Apache Flex 4.9.0 > Reporter: JC Franco > Assignee: Alex Harui > Labels: ComboBox, Flex, Spark, typicalItem > > Setting s:ComboBox#typicalItem produces unnecessarily long width. By contrast, s:DropDownList behaves as expected when setting its typicalItem property. > Sample application: > > xmlns:s="library://ns.adobe.com/flex/spark" > xmlns:mx="library://ns.adobe.com/flex/mx" > minHeight="600" > minWidth="955"> > > > > > import mx.events.FlexEvent; > protected function cb_creationCompleteHandler(event:FlexEvent):void > { > cb.textInput.typicalText = "Avenir Next Condensed Demi Bold Italic"; > } > ]]> > > > > > > Avenir Next Condensed Demi Bold Italic > > > > > > > > Avenir Next Condensed Demi Bold Italic > > > > > > > > Avenir Next Condensed Demi Bold Italic > > > > -- 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