On our webpage we have RadEditor control. RadEditor contains RealFontSize dropdown.
Problem:
Browser: IE 8
1. User selects text "Name"
Text in fontsize dropdown - "4"
2.User changes font size to 18px.
Text in dropdown changes to 18px.
In lower rows of that table there is different problem. I select text in a cell - fontsize combo says "2". I'm changing the value - font size changes, the value in combo remains the same ("2"). But what's more interesting - when i select text in more than one cell - the fontsize combo shows value in points (!) - 9pt. When i change the value - fontsize changes, the text value of combo stays the same. In FF4 it acts a little better. We would like to have one type of measure unit. It's not so important to have in every browser the same unit. In FF we have pixels and it's ok. But we can't have 3 types of units in IE8, because it's confusing for our clients. I can deliver html content of radeditor if that's necessary.