[frameworks-qqc2-desktop-style] [Bug 435934] CheckBox neither elides or wraps long text

2021-04-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=435934

Nate Graham  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/fram
   ||eworks/qqc2-desktop-style/c
   ||ommit/fd336cfb1125d26b4c751
   ||58c8bd412a030932b9b
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||5.82

--- Comment #4 from Nate Graham  ---
Git commit fd336cfb1125d26b4c75158c8bd412a030932b9b by Nate Graham.
Committed on 19/04/2021 at 20:52.
Pushed by ngraham into branch 'master'.

[CheckBox] Rewrite to be nearly identical to RadioButton

Right now CheckBox uses a QQuickStyleItem to render the whole control.
This breaks its ability to elide long text.

This commit implements it in the same way as RadioButton, which fixes
elision.
FIXED-IN: 5.82

M  +46   -22   org.kde.desktop/CheckBox.qml

https://invent.kde.org/frameworks/qqc2-desktop-style/commit/fd336cfb1125d26b4c75158c8bd412a030932b9b

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

[frameworks-qqc2-desktop-style] [Bug 435934] CheckBox neither elides or wraps long text

2021-04-19 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=435934

Bug Janitor Service  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1

--- Comment #3 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/frameworks/qqc2-desktop-style/-/merge_requests/67

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

[frameworks-qqc2-desktop-style] [Bug 435934] CheckBox neither elides or wraps long text

2021-04-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=435934

--- Comment #2 from Nate Graham  ---
RadioButton.qml seems to be implemented with only the radio button itself using
a QQuickStyleItem, and the label, mnemonic, and focus indicator are done in
QML. Perhaps we need to do the same for CheckBox.qml.

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

[frameworks-qqc2-desktop-style] [Bug 435934] CheckBox neither elides or wraps long text

2021-04-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=435934

--- Comment #1 from Nate Graham  ---
This is probably caused by using a QQuickStyleItem to render the whole control.
So the text gets rendered by that element and fails to be affected by any of
the typical text constraints.

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

[frameworks-qqc2-desktop-style] [Bug 435934] CheckBox neither elides or wraps long text

2021-04-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=435934

Nate Graham  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=434461

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