frankfenghua / flexreport

Automatically exported from code.google.com/p/flexreport
0 stars 0 forks source link

HTML tag "img" doesn't work in the PrintTextArea. #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Question : Does the PrintTextArea support "img" tag?
2.
3.

What is the expected output? What do you see instead?
PrintTextArea component support "img" tag that can display an image in 
it's text area.

What version of the product are you using? On what operating system?
Flex SDK 3.3. Vista & XP.

Please provide any additional information below.
The component PrintTextArea is decendant of TextArea.
According to the manual, TextArea has ability to handle html tags which 
can be handled by Flash's TextField. In the manual, Flash's TextField 
support img tag. However the PrintTextArea doesn't display image 
referenced by img tag.
The html text including img tag showed the image correctly in the IE, but 
it doesn't display the image in the PrintTextArea.

Original issue reported on code.google.com by sjparkbs@gmail.com on 29 Jul 2009 at 12:01

GoogleCodeExporter commented 8 years ago
I'm not sure that flash can display images in a TextArea. Did you try to do it 
in an 
new flash/flex project?

Original comment by mikymigs@gmail.com on 11 Feb 2010 at 2:21

GoogleCodeExporter commented 8 years ago
Flex can display images happily in a textarea using .htmlText. If its a valid 
<img tag it works fine.

Original comment by gpe...@gmail.com on 14 Jun 2010 at 7:53