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 (like textformat).  Flash html is described here:
http://livedocs.adobe.com/flex/201/html/textcontrols_060_10.html

Daniel Freiman
nondocs http://nondocs.blogspot.com

On 5/11/07, iko_knyphausen [EMAIL PROTECTED] wrote:



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 it a known bug... or am I missing something?

Thx

 



[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 it a known bug... or am I missing something?

Thx