Stefan Cameron created FLEX-33140: ------------------------------------- Summary: id attricute in <a> tag converts to lowercase when using TextConverter.importToFlow with TEXT_FIELD_HTML_FORMAT Key: FLEX-33140 URL: https://issues.apache.org/jira/browse/FLEX-33140 Project: Apache Flex Issue Type: Bug Components: .Unspecified - Framework Affects Versions: Adobe Flex SDK 4.6 (Release) Environment: Windows 7 x64 though likely all OS platforms affected. Reporter: Stefan Cameron
var text:String = "<a id='FOO'>bar</a>"; var flow:TextFlow = TextConverter.importToFlow(text, TextConverter.TEXT_FIELD_HTML_FORMAT); flow.getElementByID("FOO") == null // true -- should be false but ID has been imported as "foo" -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira