Alexander Scheibe created FLEX-34472:
----------------------------------------
Summary: ResourceManager.getInstance().getString() returns
"undefined" instead of null
Key: FLEX-34472
URL: https://issues.apache.org/jira/browse/FLEX-34472
Project: Apache Flex
Issue Type: Bug
Affects Versions: Apache Flex 4.13.0
Reporter: Alexander Scheibe
not sure who to re-open the bug
https://issues.apache.org/jira/browse/FLEX-25045 but the problem is there again:
Steps to reproduce:
1. Create a resource bundle with key value pairs
2. Load the resource bundle in your application and add them to the
resourcemanager instance
3. Use the ResourceManager.getInstance().getString() method with a key that is
not in the resource bundle
Actual Results:
The return value is "undefined" as a string
Expected Results:
The return (according to the docs) should be null
--
This message was sent by Atlassian JIRA
(v6.2#6252)