Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-16384

New Right to Left problem in Windows CE

    XMLWordPrintable

Details

    • Bug
    • Resolution: Incomplete
    • P3: Somewhat important
    • None
    • 4.7.1
    • Core: Locales (i18n)
    • None
    • WinCE Runtime

    Description

      When a ui form's 'layoutDirection' property had set to "RightToLeft", it wasn't really changed and it has same "LeftToRight" functionality. The problem was not appeared in version 4.6.3.
      Example:
      Assume you have a label with "سلام" in its text property. when you append a colon ":" at its end, the colon will be placed at the beginning of expression that it's not correct.
      look at this:
      1)"salam"
      2)"salam" + ":"
      3)result-> ":salam" (incorrect)
      4)correct-> "salam:"

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            mohsen Mohsen Akhlaghi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes