View Issue Details

IDProjectCategoryView StatusLast Update
0013130mantisbttime trackingpublic2014-09-23 18:05
Reporterdregad Assigned Todregad  
PrioritylowSeveritytweakReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.5 
Target Version1.2.6Fixed in Version1.2.6 
Summary0013130: When getting Time Tracking, scroll bug view page to the section
Description

Currently when the Get Time Tracking Information button is pressed, the page is reloaded and the top of the page is displayed.

Since an anchor is already set at the top of the Time Tracking section, it would be nice to use it so that the user can immediately see the results of their request without having to manually scroll the page.

TagsNo tags attached.

Relationships

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

Activities

dregad

dregad

2011-07-08 04:25

developer   ~0029132

Fixing this just needs adding #bugnotestats at the end of the form's post action in bugnote_stats_inc.php.

-<form method="post" action="<?php echo form_action_self() ?>">
+<form method="post" action="<?php echo form_action_self() . '#bugnotesstats' ?>">

Actual fix will vary sligthly, depending on what option is chosen to fix 0013124, so I will upload a patch after my questions there have been answered.

dregad

dregad

2011-07-13 11:54

developer   ~0029164

Patch committed

grangeway

grangeway

2013-04-05 17:57

reporter   ~0036458

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 b9c63ec6

2011-07-08 04:51

Damien Regad


Details Diff
Fix 0013130: When getting Time Tracking, use anchor to scroll the page to the section Affected Issues
0013130
mod - bugnote_stats_inc.php Diff File

MantisBT: master a95ca8e8

2011-07-14 03:52

Damien Regad


Details Diff
Fix 0013130: When getting Time Tracking, use anchor to scroll the page to the section Affected Issues
0013130
mod - bugnote_stats_inc.php Diff File