https://bugs.kde.org/show_bug.cgi?id=363750

--- Comment #6 from Frederik Schwarzer <schwar...@kde.org> ---
(In reply to Thomas Lübking from comment #5)
> (In reply to Frederik Schwarzer from comment #4)

> > https://github.com/fschwarzer/l10n-kf5-de/blob/master/messages/kde-workspace/
> > kwin.po#L565
> >     I tried using that exact file yesterday but problem persists.
> 
> Brekaing commit is  9aea91166bc9c5cd9d2e7f521e0ab1b4daf64493
> 
> "para" isn't part of the limited QLabel subset,  but is apparently fixed on
> some compile-time optimization.

Ths string in question is used in a KMessageBox. Does that use QLabels
internally?
My minimal example indeed uses QLabel and with <p> it works. After rewriting it
to use KMessageBox::warningContinueCancel() it also works with <p> but not with
<para>.


> > - Strangely, when I write a small example app just showing a window with a
> > "<b>foo</><para>bar</para>" string,
> >      that string is broken regardless of the locale setting.
> That's not strange, that's invalid html ;-)

Yeah, I know. I was reaching for the "edit" button right after posting but it
wasn't there. Of course I used </b> in my code. :)

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

Reply via email to