Bug 446435 - Tag titles or names are not limited in length and do not elide causing visual glitches
Summary: Tag titles or names are not limited in length and do not elide causing visual...
Status: RESOLVED FIXED
Alias: None
Product: Merkuro
Classification: Applications
Component: general (show other bugs)
Version: 0.3.1
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Claudio Cambra
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-03 17:22 UTC by postix
Modified: 2021-12-06 19:07 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Screenshot (126.13 KB, image/png)
2021-12-03 17:22 UTC, postix
Details

Note You need to log in before you can comment on or make changes to this bug.
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!