In the View issue details page "Steps to reproduce" are displayed horizontally

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
projectacfd
Posts: 3
Joined: 08 Jul 2019, 19:26

In the View issue details page "Steps to reproduce" are displayed horizontally

Post by projectacfd »

Hello,

I have an issue in mantis and need help, searched all over the google and didn't find anything how to fix it, please help.

So... In the "View issue details" page, steps to reproduce are displayed horizontally one after another instead of being displayed vertically one below the other, have no idea why this happens and how to fix it.

Example:
Steps should be displayed like this:
1. Step 1
2. Step 2
3. Step 3
And they actually are displayed like this:
1. Step 1 2. Step 2 3. Step 3

Please see the attached snapshot for more info.
Attachments
issuesteps.png
issuesteps.png (98.1 KiB) Viewed 2310 times
atrol
Site Admin
Posts: 8374
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: In the View issue details page "Steps to reproduce" are displayed horizontally

Post by atrol »

Does it just happen on field "Steps to reproduce" or also in "Description" and "Additional Information"?

Have you installed any plugins or custom functions?
Please use Search before posting and read the Manual
projectacfd
Posts: 3
Joined: 08 Jul 2019, 19:26

Re: In the View issue details page "Steps to reproduce" are displayed horizontally

Post by projectacfd »

atrol wrote: 08 Jul 2019, 20:38 Does it just happen on field "Steps to reproduce" or also in "Description" and "Additional Information"?

Have you installed any plugins or custom functions?
Happens in all fields, mantis version 2.41.

I've modified only this in config_inc.php:
# --- Anonymous Access / Signup ---
$g_allow_signup = OFF;
$g_allow_anonymous_login = OFF;
$g_anonymous_account = '';
$g_default_bug_view_status = VS_PRIVATE;
$g_set_view_status_threshold = UPDATER;
projectacfd
Posts: 3
Joined: 08 Jul 2019, 19:26

Re: In the View issue details page "Steps to reproduce" are displayed horizontally

Post by projectacfd »

atrol wrote: 08 Jul 2019, 20:38 Does it just happen on field "Steps to reproduce" or also in "Description" and "Additional Information"?

Have you installed any plugins or custom functions?
I may also accidentally modified something in html_api or layout_api. Is so annoying this issue :)
atrol
Site Admin
Posts: 8374
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: In the View issue details page "Steps to reproduce" are displayed horizontally

Post by atrol »

projectacfd wrote: 09 Jul 2019, 05:19 I may also accidentally modified something in html_api or layout_api. Is so annoying this issue :)
Replace changed files by original files. Download from https://sourceforge.net/projects/mantis ... ble/2.4.1/

BTW, 2.4.1 is complete outdated and a lot bugs have been fixed since then, also security issues.
I recommend to upgrade to latest stable version (2.21.1 at the moment)
Please use Search before posting and read the Manual
Post Reply