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

qt_win_make_OFN in QFileDialog on Windows treat all special characters equally.

    XMLWordPrintable

Details

    Description

      In "qfiledialog_win.cpp", in the function "qt_win_make_OFN", line 230 is a list of replacement with this form:
      initSel.replace(QLatin1String("<"), QLatin1String(""));

      If qt removes some of the special characters, it should probably remove every illegal character, not just
      < > \ |
      but
      \ / : * ? " < > |
      as well.

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            dettman Dean Dettman (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes