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

QMacNativeWidget focus issue

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 5.10.0
    • 5.2.0 Beta1
    • GUI: Window management
    • None
    • MacOS X 10.9.0
    • macOS

    Description

      In the example provided with the documentation of QMacNativeWidget, if I insert two QLineEdit I get a problem of focus ring.
      To test this issue you can replace the line
      layout->addWidget(pushButton);
      by
      layout->addWidget(pushButton);
      layout->addWidget(new QLineEdit(nativeWidget));
      layout->addWidget(new QLineEdit(nativeWidget));

      Attachments

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

        Activity

          People

            sorvig Morten Sørvig
            nosleduc nosleduc
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes