Uploaded image for project: 'Qt Design Studio'
  1. Qt Design Studio
  2. QDS-12466

Project translation does not notice too long text on Win11

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • QDS 4.5
    • Translation Manager
    • Windows

    Description

      If user imports this json file ( translations.json ) to QDS project and runs it through translation, the report does not give a error about too long text (no notify about exceeding text)

      The report reads like this:

      {
          "components": [
              {
                  "componentPath": "C:/Users/Qt/rta_test_projects/MultilanguageTest/content/Screen01.ui.qml",
                  "errors": [
                      {
                          "column": 9,
                          "errorType": "Missing translation",
                          "line": 68
                      }
                  ]
              },
              {
                  "componentPath": "C:/Users/Qt/rta_test_projects/MultilanguageTest/content/Screen02.ui.qml",
                  "errors": [
                  ]
              }
          ]
      }
      

      And it should be likes this:

      {
          "components": [
              {
                  "componentPath": "C:/Users/vivarank/rta_test_projects/MultilanguageTest/content/Screen01.ui.qml",
                  "errors": [
                      {
                          "column": 9,
                          "errorType": "Exceeds",
                          "line": 54
                      },
                      {
                          "column": 9,
                          "errorType": "Missing translation",
                          "line": 68
                      }
                  ]
              },
              {
                  "componentPath": "C:/Users/vivarank/rta_test_projects/MultilanguageTest/content/Screen02.ui.qml",
                  "errors": [
                  ]
              }
          ]
      }
      
      

      The weird thing is, this happens only with the win11 pm. It doesn't seem to happen on my workstation, which is also a win11 computer.

      The machines have some hardware differences, but nothing catches my eye, that could cause this.

      system_win11_pm.txt system_win11_workstation.txt

      Attachments

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

        Activity

          People

            thohartm Thomas Hartmann
            villevaranka Ville Varanka
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes