Re: [flexcoders] Font Size Issue in Rich Text Editor Component

2007-05-12 Thread Daniel Freiman
This isn't a bug, it's by design. In flash, 1pt is rendered as 1px so there's not much of a point of making the distinction in the htmltext. Additionally, the HTML that flash outputs isn't true html. If you look through your output you'll probably see other tags that don't look right either

[flexcoders] Font Size Issue in Rich Text Editor Component

2007-05-11 Thread iko_knyphausen
Hi all, I think I found a bug in the RTEditor. When you select a font size, i.e. 12 it is interpreted in the component as 12pixels. Once you look at the HTML property, you will see a FONT tag with the SIZE attribute set to 12. No px. This is something very different than 12px and it shows. Is