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

AutoSIP: implement new solution for handling automatic keyboard visibility

    XMLWordPrintable

Details

    Description

      QApplication has a function QApplication::setAutoSipEnabled(bool). This is only a solution for widgets, and is also not respected on several platforms. We need to rethink if:

      • it should be up to each platform to specify/decide if autoSIP should be on?
        • if yes, should we then add a new QPlatformTheme hint? And deprecate/forward the one in QApplication?
      • should we add/move the autoSIP property to QGuiApplication instead? And force each plugin to follow this property?
        • note that the property should probably have the same default value on all platforms unless we want apps to have unforeseen cross platform differences/bugs
      • Should we instead always use autoSIP on all platforms, and implement this using one cross-platform code base in e.g QInputMethod.
        • and perhaps add a new IM property that lets individual input controls switch this off per control?

      Attachments

        Issue Links

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

          Activity

            People

              richard Richard Moe Gustavsen
              richard Richard Moe Gustavsen
              Votes:
              5 Vote for this issue
              Watchers:
              14 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes