Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 4.6 (Release)
-
None
-
OS found: Windows 7 x64 (though likely all OS platforms affected)
Browser found: IE 9, Chrome 20
Language found: English
Description
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"
Note that importing via TextFlowUtil.importToString() doesn't have this issue (though the point here is to import an HTML-formatted string so TextFlowUtil is not an option since it expects TLF formatting). Also, the imported anchor element's 'href' attribute is not affected: it retains its casing as expected.
Attachments
Issue Links
- is related to
-
FLEX-23339 [TLF 2571205] src attribute in <img> tag converts to lower case when using TextConverter.importToFlow with TEXT_FIELD_HTML_FORMAT format
- Closed