https://bugs.kde.org/show_bug.cgi?id=457466
Chris Holland <zrenf...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|NEEDSINFO                   |CONFIRMED
         Resolution|WAITINGFORINFO              |---

--- Comment #4 from Chris Holland <zrenf...@gmail.com> ---
I was able to confirm this bug in OpenSUSE TW as well:
https://i.imgur.com/wpxzFhG.png

1. Comment out all the `visible: __` stuff in plasma-nm's Toolbar.qml to show
all the extra fluff hidden on a non-wifi PC which shrinks the SearchField
width.
2. Resizing the plasmoid popup with Meta+RightClick+Drag to make the
SearchField even smaller.

The SearchField seems to use PC3.TextField at it's base. It has `elide:
Text.ElideRight` so I am not sure what's broken.

*
https://invent.kde.org/frameworks/plasma-framework/-/blob/master/src/declarativeimports/plasmaextracomponents/qml/SearchField.qml
*
https://invent.kde.org/frameworks/plasma-framework/-/blob/master/src/declarativeimports/plasmaextracomponents/qml/ActionTextField.qml
*
https://invent.kde.org/frameworks/plasma-framework/-/blame/master/src/declarativeimports/plasmacomponents3/TextField.qml#L122-138

    Label {
        id: placeholder
        x: control.leftPadding
        width: control.availableWidth
        text: control.placeholderText
        horizontalAlignment: control.horizontalAlignment
        elide: Text.ElideRight
        ...

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to