Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Using "rtl" in firefox causes size problems in FF

    Hey,

    I found that when i'm using "rtl" language direction
    Code:
    <html dir="rtl">
    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
    Code:
    isc.Label.create({
              autoFit: true,
              contents: "Test"
    })
    using Firefox 18.0.2 and smartclient v8.3p_2013-01-21/PwerEdition Development Only
    on chrome and IE there is no problem.
    Attached Files

    #2
    btw, on FF 19 it works fine...

    Comment


      #3
      FF18 was fundamentally broken in ways that cannot be fully fixed. They repaired the browser in FF19 which will shortly replace FF18 through updates, so the remaining FF18-specific problems will not be further worked around.

      Comment


        #4
        OK, Thanks.

        Comment

        Working...
        X