View Issue Details

IDProjectCategoryView StatusLast Update
0013168mantisbthtmlpublic2014-09-23 18:05
Reportertomozaki Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformPHP5.3.6OSMS-WindowsOS VersionServer2003
Product Version1.2.5 
Target Version1.2.6Fixed in Version1.2.6 
Summary0013168: my_view_page.php: wide legend causes resized issue boxes to shift off-screen
Description

With many status, left hand side box becomes very wide, and most of right hand side box will be hidden.

As countermeasure, I modified the bottom of my_view_page.php as follows.

if ( $t_status_legend_position == STATUS_LEGEND_POSITION_BOTTOM || $t_status_legend_position == STATUS_LEGEND_POSITION_BOTH ) {

echo '<tr>';

echo '<td colspan="2">';

html_status_legend();

echo '</td>';

echo '</tr>';

}

?>

</table>
<?php
html_status_legend();
?>
</div>

TagsNo tags attached.
Attached Files
without_modification.png (50,746 bytes)   
without_modification.png (50,746 bytes)   
with_modification.png (50,245 bytes)   
with_modification.png (50,245 bytes)   

Relationships

related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 

Activities

dregad

dregad

2011-07-22 04:27

developer   ~0029263

I don't really understand the problem from your description, can you maybe attach a screenshot ?

tomozaki

tomozaki

2011-07-22 05:07

reporter   ~0029266

Sorry for bad description (and summary).
Screen capture is attached.

grangeway

grangeway

2013-04-05 17:57

reporter   ~0036451

Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch

Related Changesets

MantisBT: master-1.2.x 59f162d4

2011-07-21 22:52

dregad


Details Diff
Fix 0013168: wide legend causes resized issue boxes to shift off-screen

When many status are defined in Mantis, the legend box becomes very wide, which
causes the issue boxes in my_view_page.php to become much wider and be shifted
off-screen to the right.

This commit moves the display of the legend box outside of the main table to
avoid the problem
Affected Issues
0013168
mod - my_view_page.php Diff File

MantisBT: master a4f6e7a7

2011-07-21 23:32

dregad


Details Diff
Fix 0013168: wide legend causes resized issue boxes to shift off-screen

When many status are defined in Mantis, the legend box becomes very wide, which
causes the issue boxes in my_view_page.php to become much wider and be shifted
off-screen to the right.

This commit moves the display of the legend box outside of the main table to
avoid the problem
Affected Issues
0013168
mod - my_view_page.php Diff File