Hey,
I found that when i'm using "rtl" language direction
i'm getting size problem from your components (Label, ToolStripMenuButton, Img).
you can reproduce it by settings the html dir as above, and creating a simple Label and setting AutoFit : true
using Firefox 18.0.2 and smartclient v8.3p_2013-01-21/PwerEdition Development Only
on chrome and IE there is no problem.
I found that when i'm using "rtl" language direction
Code:
<html dir="rtl">
you can reproduce it by settings the html dir as above, and creating a simple Label and setting AutoFit : true
Code:
isc.Label.create({ autoFit: true, contents: "Test" })
on chrome and IE there is no problem.
Comment