Bug 446435

Summary: Tag titles or names are not limited in length and do not elide causing visual glitches
Product: [Applications] Merkuro Reporter: postix <postix>
Component: generalAssignee: Claudio Cambra <claudio.cambra>
Status: RESOLVED FIXED    
Severity: normal CC: carl, postix
Priority: NOR    
Version First Reported In: 0.3.1   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: Screenshot

Description postix 2021-12-03 17:22:14 UTC
Created attachment 144178 [details]
Screenshot

SUMMARY

I have accidentally created a tag with the content (w/o the ```)

```
qrc:/FilterHeader.qml:103: TypeError: Value is null and could not be converted to an object
qrc:/main.qml:412: TypeError: Cannot read property 'objectName' of null
qrc:/main.qml:420: TypeError: Cannot read property 'objectName' of null
qrc:/ScheduleView.qml:47: TypeError: Cannot read property 'item' of null
qrc:/FilterHeader.qml:103: TypeError: Cannot read property 'model' of undefined
qrc:/FilterHeader.qml:113:9: Unable to assign [undefined] to QString
qrc:/FilterHeader.qml:103: TypeError: Cannot read property 'model' of undefined
qrc:/ScheduleView.qml:47: TypeError: Cannot read property 'item' of null
qrc:/FilterHeader.qml:103: TypeError: Cannot read property 'model' of undefined

```

which the resulted in what can be seen in the screenshot. It should probably be limited in length and also elide.

SOFTWARE/OS VERSIONS
Source: git (kdesrc-build)
Operating System: openSUSE Tumbleweed 20211201
KDE Plasma Version: 5.23.3
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.2
Kernel Version: 5.15.5-1-default (64-bit)
Graphics Platform: X11
Comment 1 Claudio Cambra 2021-12-06 19:07:26 UTC
This bug has now been fixed. Thanks for reporting!