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

QDialogs: Only top part of QTextEdit visible on Split view after focus change

    XMLWordPrintable

Details

    • cf88589b7c2c6fdae1f97a9d5ab4aa630b9d3e05

    Description

      Preconditions:

      QDialog includes many text widgets: QTextEdit, QLineEdit, QDateTimeEdit, QSpinBox (vertical layout).
      QDialog can be small, maximized or fullscreen.

      Test steps:
      1. Tap the QSpinBox at bottom of the dialog screen area.
      --> split view is opened. QSpinBox is focused and visible on split view screen.
      2. Change the focus to QDateTimeEdit (above the QSpinBox).
      --> QDateTimeEdit is focused and visible on split view screen.
      3. Change the focus to QLineEdit (above the QDateTimeEdit).
      --> QLineEdit is focused and visible on split view screen.
      4. Change the focus to QTextEdit (above the QLineEdit, top of the dialog screen area).

      Expected result:
      QTextEdit is focused and visible on split view screen. User can see the typed text line.

      Actual result:
      QTextEdit is focused but only top part of it is visible on split view screen area. When user types text the 'visible part of QTextEdit' is not enpanded --> user can see only first few lines of text.

      Attachments

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

        Activity

          People

            samimeri Sami Merila (Inactive)
            tarjasundqvist Tarja Sundqvist
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes