Re: Currency formatting and formatting 0

2013-04-17 Thread Justin Mclean
Hi, Was a very simple fix - this: // Handle leading zero if we got one give one if not don't var position:Number = numStr.indexOf(.); var leading:String = position 0 ? 0 : ; Should be: // Handle leading zero if we got one give one if not don't var position:Number = numStr.indexOf(.); var

Re: [FalconJX][FlexJS] New FlexJSOveray.zip now uses FalconJX instead of FalconJS

2013-04-17 Thread Erik de Bruin
Alex, Excellent work, thank you! I'll have a look at the variable vs. setter issue, do you have a minimal test case? EdB On Tue, Apr 16, 2013 at 6:49 PM, Alex Harui aha...@adobe.com wrote: Hi, I have posted an updated FlexJSOverlay.zip at [1]. This version replaces the FalconJS compiler

[jira] [Resolved] (FLEX-26698) CurrencyFormatter returns malformed string when formatting the number 0

2013-04-17 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-26698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-26698. -- Resolution: Fixed Fix Version/s: Apache Flex 4.10.0 Fixed and check into develop branch

[jira] [Assigned] (FLEX-12202) Passing a false Boolean argument to ArrayUtil.toArray() returns an empty Array instead of an Array with one member equal to false.

2013-04-17 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-12202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean reassigned FLEX-12202: Assignee: Justin Mclean Passing a false Boolean argument to ArrayUtil.toArray()

[jira] [Updated] (FLEX-33489) Functional UI test for FlexJSTest_again example

2013-04-17 Thread Tigran Najaryan (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tigran Najaryan updated FLEX-33489: --- Attachment: FlexJSTest_again_tests.zip Updated tests are attached. The tests now use the id

[jira] [Commented] (FLEX-12202) Passing a false Boolean argument to ArrayUtil.toArray() returns an empty Array instead of an Array with one member equal to false.

2013-04-17 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-12202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13633900#comment-13633900 ] Justin Mclean commented on FLEX-12202: -- Passing boolean argument has been fixed

[jira] [Resolved] (FLEX-12202) Passing a false Boolean argument to ArrayUtil.toArray() returns an empty Array instead of an Array with one member equal to false.

2013-04-17 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-12202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-12202. -- Resolution: Fixed Fix Version/s: Apache Flex 4.10.0 Checked into develop branch.

[jira] [Assigned] (FLEX-16840) Unused local variable

2013-04-17 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-16840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean reassigned FLEX-16840: Assignee: Justin Mclean Unused local variable -

[jira] [Resolved] (FLEX-11728) Passing a false Boolean argument to ArrayUtil.toArray() returns an empty Array instead of an Array with one member equal to false.

2013-04-17 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-11728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-11728. -- Resolution: Duplicate Passing a false Boolean argument to ArrayUtil.toArray() returns an

[jira] [Assigned] (FLEX-22452) Error in SortField.nullCompare logic

2013-04-17 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-22452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean reassigned FLEX-22452: Assignee: Justin Mclean Error in SortField.nullCompare logic

[jira] [Commented] (FLEX-22452) Error in SortField.nullCompare logic

2013-04-17 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-22452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13633908#comment-13633908 ] Justin Mclean commented on FLEX-22452: -- Looking at nullCompare look like issue has

[jira] [Comment Edited] (FLEX-22452) Error in SortField.nullCompare logic

2013-04-17 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-22452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13633908#comment-13633908 ] Justin Mclean edited comment on FLEX-22452 at 4/17/13 8:52 AM:

[jira] [Resolved] (FLEX-22452) Error in SortField.nullCompare logic

2013-04-17 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-22452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-22452. -- Resolution: Fixed Fixed already no changes needed. Error in

[jira] [Updated] (FLEX-22452) Error in SortField.nullCompare logic

2013-04-17 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-22452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-22452: - Fix Version/s: Apache Flex Next Error in SortField.nullCompare logic

[jira] [Updated] (FLEX-22452) Error in SortField.nullCompare logic

2013-04-17 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-22452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-22452: - Fix Version/s: (was: Apache Flex Next) Apache Flex 4.9.0 Error in

RE: [Discuss] Old imported JIRA issues

2013-04-17 Thread Kessler CTR Mark J
Well on the adobe side the [1] is status of community and doesn't have any way to test the bug, however it linked to [2] which was the exact same bug and it was closed. However I did personally test the code given and it produced correct results. [1]

Re: [Discuss] Old imported JIRA issues

2013-04-17 Thread Justin Mclean
Hi, However I did personally test the code given and it produced correct results. Put the test code into JIRA if you can - means someone can easily retest if needed at a future date. Thanks, Justin

[jira] [Commented] (FLEX-28950) ObjectUtil.compare throws RangeError: Error #1125 when comparing Vectors

2013-04-17 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-28950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13633932#comment-13633932 ] Justin Mclean commented on FLEX-28950: -- Confirmed still an issue.

[jira] [Commented] (FLEX-15274) ComboBox: setting selectedItem=null does not reset the control as it is should be

2013-04-17 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-15274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13633934#comment-13633934 ] Mark Kessler commented on FLEX-15274: - Test app data ?xml version=1.0 encoding=utf-8?

RE: Meet 'marmotinni', an ASJS testing framework

2013-04-17 Thread Tigran Najaryan
From: Erik de Bruin [mailto:e...@ixsoftware.nl] Hi, I've just committed a new testing framework to the ASJS repo. This testing framework, which I've called 'marmotinni', following the 'mustella' convention (Google it ;-), consists of FalconJX, asjs projects, Java test classes (using the

Re: [FalconJX][FlexJS] New FlexJSOveray.zip now uses FalconJX instead of FalconJS

2013-04-17 Thread Alex Harui
On 4/16/13 11:53 PM, Erik de Bruin e...@ixsoftware.nl wrote: Alex, Excellent work, thank you! I'll have a look at the variable vs. setter issue, do you have a minimal test case? I think I fixed all known issues and created tests for them. But I wouldn't be surprised if there are

Re: [FalconJX][FlexJS] New FlexJSOveray.zip now uses FalconJX instead of FalconJS

2013-04-17 Thread Erik de Bruin
Ok, I'm currently wrestling the 'JSFlexJSEmitter::emitIdentifier()' beast, in order to get the self/this references under control. I'm aiming to completely get rid of 'var self = this;' and use 'this' when required by JS and 'goog.bind' when a self reference was needed as an argument for a

Re: [FalconJX][FlexJS] New FlexJSOveray.zip now uses FalconJX instead of FalconJS

2013-04-17 Thread Alex Harui
On 4/17/13 6:13 AM, Erik de Bruin e...@ixsoftware.nl wrote: Ok, I'm currently wrestling the 'JSFlexJSEmitter::emitIdentifier()' beast, in order to get the self/this references under control. I'm aiming to completely get rid of 'var self = this;' and use 'this' when required by JS and

Re: Currency formatting and formatting 0

2013-04-17 Thread Alex Harui
On 4/17/13 12:36 AM, Justin Mclean jus...@classsoftware.com wrote: HI, Actually a tiny bit trickier - but still a simple fix - see JIRA/Git check in. I didn't look at the greater context, just the diff, but I'm wondering: 1) what about -0.4? 2) is it safe to be looking for '.'? What about

[jira] [Created] (FLEX-33500) XMLEncoder fails to encode WSDL simpleType union

2013-04-17 Thread Maurits Lourens (JIRA)
Maurits Lourens created FLEX-33500: -- Summary: XMLEncoder fails to encode WSDL simpleType union Key: FLEX-33500 URL: https://issues.apache.org/jira/browse/FLEX-33500 Project: Apache Flex

[jira] [Created] (FLEX-33501) Source attachment of TextLayout.swc points to the wrong directory

2013-04-17 Thread Maurits Lourens (JIRA)
Maurits Lourens created FLEX-33501: -- Summary: Source attachment of TextLayout.swc points to the wrong directory Key: FLEX-33501 URL: https://issues.apache.org/jira/browse/FLEX-33501 Project: Apache

[jira] [Assigned] (FLEX-33501) Source attachment of TextLayout.swc points to the wrong directory

2013-04-17 Thread Alex Harui (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Harui reassigned FLEX-33501: - Assignee: Alex Harui Source attachment of TextLayout.swc points to the wrong directory

Re: How to compile and contribute Flex SDK in IntelliJ 12 with Git?

2013-04-17 Thread Marcus Fritze
Hi Nick, I'm working on a new tutorial... I had some time to muck around with it this weekend... -Nick did you made any progress on a new tutorial? I would be very happy to hear from you. ;-) Marcus

Re: Currency formatting and formatting 0

2013-04-17 Thread Justin Mclean
HI, 1) what about -0.4? Yep that's fine. 2) is it safe to be looking for '.'? What about other locales? Also fine the . is replaced later and there are mustella tests for that. 3) is it supposed to handle several leading zeros? As in: 000.2? That I didn't check but is also fine. I've added

[jira] [Updated] (FLEX-33500) XMLEncoder fails to encode WSDL simpleType union

2013-04-17 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-33500: - Labels: easyfix (was: ) XMLEncoder fails to encode WSDL simpleType union

Re: Git commit emails

2013-04-17 Thread OmPrakash Muppirala
Infra has fixed this issue. Please take a look at the commit subjects and make sure it looks okay. Thanks, Om On Tue, Apr 9, 2013 at 12:21 PM, OmPrakash Muppirala bigosma...@gmail.comwrote: Sorry, I should have checked the commit emails. I have alerted Infra about this. Hopefully they will

[jira] [Assigned] (FLEX-33500) XMLEncoder fails to encode WSDL simpleType union

2013-04-17 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean reassigned FLEX-33500: Assignee: Justin Mclean XMLEncoder fails to encode WSDL simpleType union

XMLEncoder/XMLdecoder tests

2013-04-17 Thread Justin Mclean
Hi, Anyone know how the mx.rpc.soap classes were tested at Adobe? I can see a basic web service test in mustalla but I would of expected something more for these classes. Thanks, Justin

Re: XMLEncoder/XMLdecoder tests

2013-04-17 Thread Justin Mclean
Hi, And on that subject any reason why this: ./mini_run.sh rpc/WebService/DotNetDataSets Gives: [java] = [java] Passes: 0 [java] Fails: 0 [java] = ie doesn't run

[jira] [Commented] (FLEX-33500) XMLEncoder fails to encode WSDL simpleType union

2013-04-17 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13634499#comment-13634499 ] Justin Mclean commented on FLEX-33500: -- Both

Re: Release target seems to be fixed

2013-04-17 Thread Justin Mclean
Hi, Give it a try. It seems to be working now. Broken for me - looks like value of TLF_HOME is not being picked up from the environment variable. clean-external: [echo] cleaning ${TLF_HOME} BUILD FAILED /Users/justinmclean/Documents/ApacheFlexDevelopGit/build.xml:396: The following

SDK Installation stats - update

2013-04-17 Thread OmPrakash Muppirala
With the release of Apache Flex SDK Installer 2.5.4, we now are able to track (in almost real time) how many times the Flex SDK has been downloaded and successfully installed. You can see the stats for yourself here: http://www.seethestats.com/site/flex.apache.org Look for the section: Visits by

Re: Release target seems to be fixed

2013-04-17 Thread Justin Mclean
Hi, I'm modified build.xml to set TLF_HOME to env.TLF_HOME but not 100% sure if that the correct way to do it. Justin

RE: Release target seems to be fixed

2013-04-17 Thread Gordon Smith
DidAlex's change require TLF_HOME to be set? I thought we agreed it shouldn't be necessary. - Gordon -Original Message- From: Justin Mclean [mailto:jus...@classsoftware.com] Sent: Wednesday, April 17, 2013 3:22 PM To: dev@flex.apache.org Subject: Re: Release target seems to be fixed

[jira] [Assigned] (FLEX-24691) ObjectUtil.dateCompare does not handle an invalid date object

2013-04-17 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-24691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean reassigned FLEX-24691: Assignee: Justin Mclean ObjectUtil.dateCompare does not handle an invalid date object

Re: Release target seems to be fixed

2013-04-17 Thread Justin Mclean
Hi, DidAlex's change require TLF_HOME to be set? No but the build would break (in a ugly way) if it wasn't set and it couldn't find a common named directory. I checked in a fix for that. Justin

Re: Release target seems to be fixed

2013-04-17 Thread Justin Mclean
Hi, Well ant release now works for me - not tested the SDK it produces or run mustella tests or anything but it builds so that's a start. Think the TLF_HOME checking still needs a little work. In framework/projects/textLayput an ant main will fail even if you have TLF_HOME environment

[jira] [Created] (FLEX-33502) Files missing Apache licence

2013-04-17 Thread Justin Mclean (JIRA)
Justin Mclean created FLEX-33502: Summary: Files missing Apache licence Key: FLEX-33502 URL: https://issues.apache.org/jira/browse/FLEX-33502 Project: Apache Flex Issue Type: Bug

Current licence report failing

2013-04-17 Thread Justin Mclean
Hi, Rat is reporting some file missing an apache licence. https://issues.apache.org/jira/browse/FLEX-33502 Will need to be fixed before the next release. Justin

Wiki logon

2013-04-17 Thread Mark Kessler
Does the wiki [1] use different login's or is it just a permissions issue? [1] https://cwiki.apache.org -Mark

[jira] [Updated] (FLEX-33502) Files missing Apache licence

2013-04-17 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-33502: - Description: Following files are missing required licence headers.

Re: Wiki logon

2013-04-17 Thread Mark Kessler
Requesting access to our wiki. My account name is mkessler Thanks -Mark On Wed, Apr 17, 2013 at 7:32 PM, Justin Mclean jus...@classsoftware.comwrote: Hi, Does the wiki [1] use different login's or is it just a permissions issue? It uses different logins I believe. Post you account name

Re: Release target seems to be fixed

2013-04-17 Thread Justin Mclean
Hi, What do you mean by a common named directory? Can't it look for a sibling directory named flex-tlf? It's looking for a sibling directory called ../flex-tlf/textLayout or ../tlf/textLayput from FLEX_HOME. From build.xml: available file=${FLEX_HOME}/../flex-tlf/textLayout

[jira] [Assigned] (FLEX-28679) Can't type new custom selected item to replace existing custom selected item

2013-04-17 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-28679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Kessler reassigned FLEX-28679: --- Assignee: Mark Kessler Can't type new custom selected item to replace existing custom

[jira] [Resolved] (FLEX-28679) Can't type new custom selected item to replace existing custom selected item

2013-04-17 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-28679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Kessler resolved FLEX-28679. - Resolution: Not A Problem Tested with the below. Issue may have existed in previous sdk

[jira] [Closed] (FLEX-28679) Can't type new custom selected item to replace existing custom selected item

2013-04-17 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-28679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Kessler closed FLEX-28679. --- Can't type new custom selected item to replace existing custom selected item

RE: Release target seems to be fixed

2013-04-17 Thread Gordon Smith
Alex, did this work on your system? It apparently doesn't on Justin's. I haven't tried it yet. - Gordon -Original Message- From: Justin Mclean [mailto:jus...@classsoftware.com] Sent: Wednesday, April 17, 2013 4:36 PM To: dev@flex.apache.org Subject: Re: Release target seems to be fixed

[jira] [Updated] (FLEX-25454) CTRL-clicking/de-selecting a selected item to remove selection from ComboBox is incorrectly functioning

2013-04-17 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-25454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Kessler updated FLEX-25454: Attachment: SparkComboBoxTest.fxp Can't test this bug using this example from stored on the Adobe

[jira] [Commented] (FLEX-24691) ObjectUtil.dateCompare does not handle an invalid date object

2013-04-17 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-24691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13634661#comment-13634661 ] Justin Mclean commented on FLEX-24691: -- Confirmed still an issue.

[jira] [Assigned] (FLEX-27575) Cannot refresh DataProvider for Spark DropDownList

2013-04-17 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-27575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Kessler reassigned FLEX-27575: --- Assignee: Mark Kessler Cannot refresh DataProvider for Spark DropDownList

[jira] [Resolved] (FLEX-27575) Cannot refresh DataProvider for Spark DropDownList

2013-04-17 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-27575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Kessler resolved FLEX-27575. - Resolution: Not A Problem Using test app below, problem does not appear to exist with the SDK

[jira] [Commented] (FLEX-27575) Cannot refresh DataProvider for Spark DropDownList

2013-04-17 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-27575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13634669#comment-13634669 ] Mark Kessler commented on FLEX-27575: - And prob not a good practice to name your

[jira] [Closed] (FLEX-27575) Cannot refresh DataProvider for Spark DropDownList

2013-04-17 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-27575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Kessler closed FLEX-27575. --- Cannot refresh DataProvider for Spark DropDownList

[jira] [Assigned] (FLEX-28883) List.requireSelection doesn't always work

2013-04-17 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-28883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Kessler reassigned FLEX-28883: --- Assignee: Mark Kessler List.requireSelection doesn't always work

[jira] [Resolved] (FLEX-24691) ObjectUtil.dateCompare does not handle an invalid date object

2013-04-17 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-24691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-24691. -- Resolution: Fixed Fix Version/s: Apache Flex 4.10.0 Fixed and checked into develop

Mustella list tests

2013-04-17 Thread Justin Mclean
Hi, Noticed a couple of the sorting tests may be broken at they bring up lists with lots of [object Object] in them - anyone know if they should do this? They run to quick to know exactly which test but it towards the front of the tests if that helps. I used this to run the tests:

[jira] [Updated] (FLEX-15171) ObjectUtil.compare() returns 0 or -1 when comparing 2 objects depending on which parameter is first.

2013-04-17 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-15171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-15171: - Labels: easyfix easytest (was: ) ObjectUtil.compare() returns 0 or -1 when comparing 2

[jira] [Updated] (FLEX-18697) ObjectUtil.getCacheKey does not make cache key correctly

2013-04-17 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-18697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-18697: - Labels: easyfix easytest (was: ) ObjectUtil.getCacheKey does not make cache key correctly

[jira] [Updated] (FLEX-23165) ObjectUtil.compare fails when same ByteArray is provided

2013-04-17 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-23165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-23165: - Labels: easytest (was: ) ObjectUtil.compare fails when same ByteArray is provided

[jira] [Updated] (FLEX-23267) DateField, impossible to change a date after being invalid.

2013-04-17 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-23267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-23267: - Labels: easytest (was: ) DateField, impossible to change a date after being invalid.

[jira] [Commented] (FLEX-23267) DateField, impossible to change a date after being invalid.

2013-04-17 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-23267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13634759#comment-13634759 ] Justin Mclean commented on FLEX-23267: -- May of been fixed by:

[jira] [Commented] (FLEX-28883) List.requireSelection doesn't always work

2013-04-17 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-28883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13634760#comment-13634760 ] Mark Kessler commented on FLEX-28883: - Test app used below. Successfully test bug

[jira] [Resolved] (FLEX-28883) List.requireSelection doesn't always work

2013-04-17 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-28883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Kessler resolved FLEX-28883. - Resolution: Fixed List.requireSelection doesn't always work

[jira] [Closed] (FLEX-28883) List.requireSelection doesn't always work

2013-04-17 Thread Mark Kessler (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-28883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Kessler closed FLEX-28883. --- List.requireSelection doesn't always work -

[jira] [Updated] (FLEX-17576) SimpleXMLEncoder.encodeValue() not handle xml object correctly

2013-04-17 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-17576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-17576: - Labels: easytest (was: ) SimpleXMLEncoder.encodeValue() not handle xml object correctly

[jira] [Updated] (FLEX-14804) DateField throws RTE when selecting the calendar icon when editable is set to true and the text value is empty

2013-04-17 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-14804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-14804: - Labels: easytest (was: ) DateField throws RTE when selecting the calendar icon when

[jira] [Resolved] (FLEX-18345) DateField selection problem when using in nested SWF in SWFLoader

2013-04-17 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-18345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-18345. -- Resolution: Duplicate DateField selection problem when using in nested SWF in SWFLoader

[jira] [Updated] (FLEX-14667) When DateField Is Set To Be Editable Incorrect Date When Using LabelFunction And ParseFunction Return 1/1/NaN

2013-04-17 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-14667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-14667: - Labels: easytest (was: ) When DateField Is Set To Be Editable Incorrect Date When Using

[jira] [Updated] (FLEX-16909) DateField should support M for formatString

2013-04-17 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-16909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-16909: - Labels: easyfix easytest (was: ) DateField should support M for formatString

[jira] [Commented] (FLEX-16909) DateField should support M for formatString

2013-04-17 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-16909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13634779#comment-13634779 ] Justin Mclean commented on FLEX-16909: -- Issue still exists in Apache Flex 4.9. Dates

[jira] [Assigned] (FLEX-26073) mx:DateField is unable to format correctly single placeholders for a day or month (e.g. D-M-YYYY).

2013-04-17 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-26073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean reassigned FLEX-26073: Assignee: Justin Mclean mx:DateField is unable to format correctly single

Re: Mustella list tests

2013-04-17 Thread Alex Harui
On 4/17/13 6:12 PM, Justin Mclean jus...@classsoftware.com wrote: Hi, Noticed a couple of the sorting tests may be broken at they bring up lists with lots of [object Object] in them - anyone know if they should do this? Probably better if they didn't. But not a high priority for me right

[jira] [Commented] (FLEX-25454) CTRL-clicking/de-selecting a selected item to remove selection from ComboBox is incorrectly functioning

2013-04-17 Thread Alex Harui (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-25454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13634806#comment-13634806 ] Alex Harui commented on FLEX-25454: --- I think an FXP is really a ZIP. You can just

Re: Mustella list tests

2013-04-17 Thread Justin Mclean
Hi, Reported in JIRA https://issues.apache.org/jira/browse/FLEX-33503 Justin

Re: Release target seems to be fixed

2013-04-17 Thread Alex Harui
It worked for me. But I forgot to check whether a TLF_HOME environment variable can point somewhere else. For me my tlf is in flex-tlf. And I'm on Mac. But I thought Justin said it was fixed? Except maybe running directly from the textlayout directory itself. On 4/17/13 5:02 PM, Gordon Smith

Re: Release target seems to be fixed

2013-04-17 Thread Justin Mclean
Hi, It worked for me. But I forgot to check whether a TLF_HOME environment variable can point somewhere else. That was broken it ignored TLF_HOME if it was set. And I'm on Mac. Likewise so may be issue on PC? But I thought Justin said it was fixed? Except maybe running directly from

Re: Wiki logon

2013-04-17 Thread Alex Harui
Did you go to the wiki page and Sign Up? I'm not seeing your account in the wiki admin system. On 4/17/13 4:35 PM, Mark Kessler kesslerconsult...@gmail.com wrote: Requesting access to our wiki. My account name is mkessler Thanks -Mark On Wed, Apr 17, 2013 at 7:32 PM, Justin Mclean

Interesting code in DateField

2013-04-17 Thread Justin Mclean
Hi, Funny little assumption in DateField's stringToDate function: if (yearString.length == 2 yearNum 70) yearNum+=2000; So if you enter a two digit year 70 or above it thinks it's 1st century AD (?) and below 70 and it's the 21st century! Just what you need for date of

Re: XMLEncoder/XMLdecoder tests

2013-04-17 Thread Alex Harui
I think we had a soap service on some server. Can we run a soap service on Adobe hardware? Technically, JIRA has a SOAP_RPC. Maybe we could modify the tests to grab old JIRA bugs or something like that. I'm pretty sure these tests are excluded somehow. Maybe in the mustella.properties or