https://bugs.kde.org/show_bug.cgi?id=507092
--- Comment #4 from [email protected] --- Yes it's reproducible here in People sidebar and Settings tab. ==> "Workflow" combobox tool tip do not show the html-set properly. https://invent.kde.org/graphics/digikam/-/blob/master/core/libs/facesengine/widgets/facescanwidget.cpp?ref_type=heads#L109 ==> "Face size" combobox tool tip SHOW the html-set properly! https://invent.kde.org/graphics/digikam/-/blob/master/core/libs/facesengine/widgets/facescanwidget.cpp?ref_type=heads#L150 Differences : "Workflow" tooltip use both html-set and special ASCII CR. "Face size" only uses html-set. I think the Qt string parser for the html-set is lost with special ASCII characters. Gilles Caulier -- You are receiving this mail because: You are watching all bug changes.
