You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Ad Pijnenburg (JIRA)" <ji...@apache.org> on 2015/02/24 12:13:04 UTC

[jira] [Commented] (FLEX-34581) Datespinner displayMode time and pt-PT locale

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

Ad Pijnenburg commented on FLEX-34581:
--------------------------------------

I think the problem lies with the use24HourTime variable within DateSpinner.as being typed as Boolean, while the getUse24HourFlag() method of the DateTimeFormatterEx.as class is set to return an Object value. 
After I changed the getUse24HourFlag() method in DateTimeFormatterEx to return a Boolean, the crash did not occur (using Apache Flex 4.14 / AIR 16.0)

As a side note, I didn’t experience this bug when previewing the app on the desktop using Flash Builder’s ADL. I imagine that in ADL the Object value returned by DateTimeFormatterEx is type coerced to Boolean, which doesn’t happen at runtime on the device.

> Datespinner displayMode time and pt-PT locale
> ---------------------------------------------
>
>                 Key: FLEX-34581
>                 URL: https://issues.apache.org/jira/browse/FLEX-34581
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Mobile: DateSpinner
>    Affects Versions: Apache Flex 4.13.0
>         Environment: Windows 7 64bit
> Flash builder 4.7 64bit
> AIR 15.0.0
> Flex 4.13
> iPad3
> Production ipa for adhoc testing (application crash)
> Debug in Standard Packaging method (crash with bug trace)
>            Reporter: Carlos Monteiro
>            Assignee: OmPrakash Muppirala
>            Priority: Critical
>
> The problem is within s:DateSpinner with displayMode="time" and
> locale="pt-PT"
> If debugging in Fast Packaging Method The bug doesn't occur.
> If one builds a production ipa for adhoc testing the application crashes!
> If debug in Standard Packaging method the app crashes with bug trace.
> code:
> TestLocale.mxml
> <?xml version="1.0" encoding="utf-8"?>
> <s:ViewNavigatorApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
>                                                         xmlns:s="library://ns.adobe.com/flex/spark"
> firstView="views.TestLocaleHomeView" applicationDPI="160">
> </s:ViewNavigatorApplication>
> TestLocaleHomeView.mxml
> <?xml version="1.0" encoding="utf-8"?>
> <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
>                 xmlns:s="library://ns.adobe.com/flex/spark" title="HomeView">
>         <s:DateSpinner id="myDateSpinner" displayMode="time" locale="pt-PT"/>
> </s:View>
> Debug trace:
> [SWF] TestLocale.swf - 176,988 bytes after decompression
> TypeError: Error #2007: Parameter pattern must be non-null.
>         at spark.formatters::DateTimeFormatter/set
> dateTimePattern()[/Users/aharui/release4.13.0/frameworks/projects/spark/src/spark/formatters/DateTimeFormatter.as:476]
>         at
> spark.components::DateSpinner/generateAmPm()[/Users/aharui/release4.13.0/frameworks/projects/mobilecomponents/src/spark/components/DateSpinner.as:1237]
>         at
> spark.components::DateSpinner/populateDateItemLists()[/Users/aharui/release4.13.0/frameworks/projects/mobilecomponents/src/spark/components/DateSpinner.as:1120]
>         at
> spark.components::DateSpinner/commitProperties()[/Users/aharui/release4.13.0/frameworks/projects/mobilecomponents/src/spark/components/DateSpinner.as:778]
>         at
> mx.core::UIComponent/validateProperties()[/Users/aharui/release4.13.0/frameworks/projects/framework/src/mx/core/UIComponent.as:8751]
>         at mx.core::UIComponent/validateProperties()
>         at
> mx.managers::LayoutManager/validateProperties()[/Users/aharui/release4.13.0/frameworks/projects/framework/src/mx/managers/LayoutManager.as:605]
>         at
> mx.managers::LayoutManager/doPhasedInstantiation()[/Users/aharui/release4.13.0/frameworks/projects/framework/src/mx/managers/LayoutManager.as:791]
>         at
> mx.managers::LayoutManager/doPhasedInstantiationCallback()[/Users/aharui/release4.13.0/frameworks/projects/framework/src/mx/managers/LayoutManager.as:1188]
>         at mx.managers::LayoutManager/doPhasedInstantiationCallback()



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)