Bug #8214
closedForum description is plain text
100%
Description
When creating a forum, information can be entered in the description field. This field is the avdanced WYSIWYG-editor. Yet, when formatting the text, all you end up is a plain text. Not even line breaks are implemented.
Files
Updated by Julio Montoya over 7 years ago
- Status changed from New to Needs testing
I confirm the error.
I just fixed in chamilo 1.10.x with:
https://github.com/chamilo/chamilo-lms/commit/aa21c8774ae673d8f43cfc3f5c8b91b68f7fec1f
Updated by Yannick Warnier over 7 years ago
- % Done changed from 0 to 80
Jurgen, any chance you could confirm with a test on https://1.10.chamilo.org/ ?
Updated by Jurgen Gaeremyn over 7 years ago
- File Selection_039.png Selection_039.png added
Hi Yannick,
I tried it, it seems to work fine.
Just one minor detail: when putting an image in a category description, things don't always grow along. I created 2 empty forum categories in attached screenshot.
Updated by Yannick Warnier over 7 years ago
- Status changed from Needs testing to Bug resolved
- Assignee set to Julio Montoya
- % Done changed from 80 to 100
We've added a "display: inline-block;" to the CSS class ".forum-description", and this solved the problem (which only appeared when the image was aligned to the left, so relatively minor). You'll need to update the cache (which will regenerate the web/css/ folder) to see the difference, but I'm already closing the task considering it was only a minor display issue.