3.2.0

Radio button text gets cut off

I'm wondering if anyone can help me with the following issue. For some reason characters like 'p' and 'g' in radio button elements are not displayed completely. It looks like they are cut-off. Example:

var obj = new AW.UI.Radio;
obj.setItemText(["group", "person"]);
obj.setItemCount(2);
document.write(obj);

P.S. Using AW 2.0.2.

Thanks in advance.
Maurice G.
Maurice G.
June 5,
Seems this issue only occurs in IE 6
Maurice G.
June 6,

This topic is archived.

See also:


Back to support forum