Open GoogleCodeExporter opened 9 years ago
PS. In addition I should say when I use TabItem or ContentPanel's setUrl method
the reason is same as what expected. But I prefer to don't use that method and
because:
1- Just last loaded iFrame is visible at a time. This means that navigating
through other preloaded tab items displays a blank page.
2- Poor control over loaded page through GWT, like catching click events and
etc.
Original comment by VahidKhM...@gmail.com
on 6 Aug 2012 at 6:10
Did you try specify dir="rtl" attribute in your HTML string?
Original comment by vt...@mail.ru
on 6 Nov 2012 at 11:33
Yes I did.
Original comment by VahidKhM...@gmail.com
on 7 Nov 2012 at 6:46
Unfortunately i don't have the HtmlContainer demo and don't have enough time to
create it. Can you please test attached fix?
Original comment by vt...@mail.ru
on 7 Nov 2012 at 7:40
Attachments:
OK, thanks. So, let me test it.
Original comment by VahidKhM...@gmail.com
on 7 Nov 2012 at 10:08
I tested it and unfortunately does not fixed.
I attached html content that I pass into Gxt's (or even GWT's ) Html Widget
that will add to HtmlContainer.
When I open this file through browser, everything is OK.
I attached the sample html page.
Original comment by VahidKhM...@gmail.com
on 7 Nov 2012 at 12:29
Attachments:
Did you try to set rtl attribute inside your html? <html dir="rtl"> or <body
dir="rtl">
Original comment by vt...@mail.ru
on 8 Nov 2012 at 6:23
Your html is not RTL ready. Try to change <html dir="rtl"> and open it in
browser.
Original comment by vt...@mail.ru
on 8 Nov 2012 at 6:27
Original issue reported on code.google.com by
VahidKhM...@gmail.com
on 6 Aug 2012 at 5:59Attachments: