View Issue Details

IDProjectCategoryView StatusLast Update
0014144mantisbtbugtrackerpublic2012-04-08 15:28
Reporterdregad Assigned To 
PrioritylowSeveritytweakReproducibilityalways
Status newResolutionopen 
Product Version1.2.11 
Summary0014144: Inconsistent spacing of action buttons on view issue details page
Description

The action buttons on the view issue details page are unevenly spaced when some of the buttons are not visible due to the user's permissions, as shown in the attached screenshots.

TagsNo tags attached.
Attached Files
reporter_gap_before_button.png (1,101 bytes)   
reporter_gap_before_button.png (1,101 bytes)   

Activities

dregad

dregad

2012-04-08 15:28

developer   ~0031614

This is caused by function html_buttons_view_bug_page(), which is printing html table cell tags

<td class="center"> BUTTON </td>

regardless of whether the function responsible for printing the actual button will output something or not.