View Issue Details

IDProjectCategoryView StatusLast Update
0028132mantisbtuipublic2021-03-30 11:32
Reporterjprandstetter Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status confirmedResolutionopen 
Product Version2.25.0 
Summary0028132: Small layout issue on smartphone overlays the navigation buttons
Description

The following issue exists since for many releases - unfortunately I am only now getting around to reporting it.
When I open Mantis Bugtracker on our on-premises installation (default installation - no customization) on a smartphone (Google Chrome on Android) there is a layout problem, i.e. the Mantis version number overlays the buttons.
Since I use Mantis Bugtracker very intensively on my smartphone it would be nice if this layout problem could be fixed.

Btw. I can NOT reproduce this issue with https://www.mantisbt.org/bugs/ - maybe it's related to some configuration settings or because I do not have an administrator role.

TagsNo tags attached.
Attached Files
grafik.png (279,224 bytes)   
grafik.png (279,224 bytes)   

Activities

atrol

atrol

2021-03-30 04:29

developer   ~0065307

Last edited: 2021-03-30 04:30

It's caused by the additional debugging information which is enabled on your installation , e.g. you have set $g_show_queries_count = ON;.

Furthermore you have enabled db logging.
I would enable this just for debugging purposes as it affects also performance.

dregad

dregad

2021-03-30 06:12

developer   ~0065308

This problem is also present (although less visible) with our bugracker - I just confirmed on iPhone. See attached screenshot (NOTE: it was not actually taken with the phone, but using Firefox developer tools instead - but the results ware the same)

That said, I don't have the CSS skills to troubleshoot and fix this stuff... Maybe @syncguru has an idea ?

image.png (34,569 bytes)   
image.png (34,569 bytes)   
jprandstetter

jprandstetter

2021-03-30 08:55

reporter   ~0065311

@atrol: regarding 0028132:0065307: Which parameter should we mainly set to improve performance? Do you mean <pre>$g_show_queries_count = ON;</pre> or another one?

atrol

atrol

2021-03-30 11:01

developer   ~0065313

@jprandstetter I meant you have enabled database logging by adding LOG_DATABASE to $g_log_level, e.g. something like$g_log_level = LOG_DATABASE;

jprandstetter

jprandstetter

2021-03-30 11:32

reporter   ~0065314

@atrol: I'm not the administrator of our Mantis instance, but I forwarded your suggestion - Thx a lot!!!