<center> balise not working #360

Open
opened 2026-02-20 19:22:56 -05:00 by deekerman · 2 comments
Owner

Originally created by @LukeMarlin on GitHub (Oct 6, 2014).

<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

Originally created by @LukeMarlin on GitHub (Oct 6, 2014). `<center>` seems to get ignored by mumble. Test case : ``` <br/> Hello normal <br/> <center>Hello centered</center> ``` Expected result : ![Well centered](http://img110.xooimage.com/files/e/8/f/capture2-47d1a32.png) Actual result : ![Not centered](http://img110.xooimage.com/files/9/0/9/capture3b-47d1a46.png) More details in [this thread](http://forums.mumble.info/viewtopic.php?f=5&t=1401&p=5071)
Author
Owner

@Kissaki commented on GitHub (Oct 21, 2014):

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.

@Kissaki commented on GitHub (Oct 21, 2014): The main problem here is that the message dialog indicates that it is supported. [Qt 4.8 HTML subset](http://qt-project.org/doc/qt-4.8/richtext-html-subset.html) 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.
Author
Owner

@LukeMarlin commented on GitHub (Oct 21, 2014):

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

@LukeMarlin commented on GitHub (Oct 21, 2014): Isn't the log view the same Qt component than the one used in the preview box ?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/mumble-mumble-voip#360
No description provided.