[kde] [Bug 505692] Pasted emoji in search field of Kicker, SystemSettings or Emoji Selector, is placed too low

Nate Graham bugzilla_noreply at kde.org
Tue Jun 17 18:25:17 BST 2025


https://bugs.kde.org/show_bug.cgi?id=505692

Nate Graham <nate at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |UPSTREAM
                 CC|                            |nate at kde.org
             Status|REPORTED                    |RESOLVED

--- Comment #1 from Nate Graham <nate at kde.org> ---
Can reproduce with a basic QQC2.TextField using the Material style too. That
means it's a Qt regression. 

Can you submit a Qt bug report about this? Here's sample code they can use to
reproduce the issue:

```
import QtQuick
import QtQuick.Controls as QQC2

Item {
    width: 200
    height: 200

    QQC2.TextField {
        anchors.centerIn: parent
    }
}
```

Running `QT_QUICK_CONTROLS_STYLE=Material qmlscene-qt6 [path to a file
containing that code]` shows the issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Unassigned-bugs mailing list