mumble-voip / mumble

Mumble is an open-source, low-latency, high quality voice chat software.
https://www.mumble.info
Other
6.44k stars 1.12k forks source link

<center> balise not working #1424

Open LukeMarlin opened 10 years ago

LukeMarlin commented 10 years ago

<center> seems to get ignored by mumble. Test case :

<br/>
Hello normal
<br/>
<center>Hello centered</center>

Expected result :

Well centered

Actual result :

Not centered

More details in this thread

Kissaki commented 10 years ago

The main problem here is that the message dialog indicates that it is supported. Qt 4.8 HTML subset lists <center> as a supported tag. I guess, contrary to expectation, our log view either does not support that subset, or a subset of the subset.

LukeMarlin commented 10 years ago

Isn't the log view the same Qt component than the one used in the preview box ?