MantisBT

View Issue Details Jump to Notes ] Wiki ] Related Changesets ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013130mantisbttime trackingpublic2011-07-08 04:182013-04-06 09:23
Reporterdregad 
Assigned Todregad 
PrioritylowSeveritytweakReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version1.2.5 
Target Version1.2.6Fixed in Version1.2.6 
Summary0013130: When getting Time Tracking, scroll bug view page to the section
DescriptionCurrently 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.
Tags2.0.x check
Attached Files

- Relationships
related to 0015721new Functionality to consider porting to master-2.0.x 

-  Notes
User avatar (0029132)
dregad (developer)
2011-07-08 04:25

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.
User avatar (0029164)
dregad (developer)
2011-07-13 11:54

Patch committed
User avatar (0036458)
grangeway (developer)
2013-04-05 17:57

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
Timestamp: 2011-07-08 08:51:05
Author: Damien Regad
Details ] Diff ]
Fix 0013130: When getting Time Tracking, use anchor to scroll the page to the section
mod - bugnote_stats_inc.php Diff ] File ]
MantisBT: master a95ca8e8
Timestamp: 2011-07-14 07:52:45
Author: Damien Regad
Details ] Diff ]
Fix 0013130: When getting Time Tracking, use anchor to scroll the page to the section
mod - bugnote_stats_inc.php Diff ] File ]

- Issue History
Date Modified Username Field Change
2011-07-08 04:18 dregad New Issue
2011-07-08 04:25 dregad Note Added: 0029132
2011-07-13 11:41 Changeset attached => MantisBT master-1 b9c63ec6
2011-07-13 11:41 anonymous Status new => resolved
2011-07-13 11:41 anonymous Resolution open => fixed
2011-07-13 11:49 dregad Status resolved => assigned
2011-07-13 11:49 dregad Assigned To => dregad
2011-07-13 11:53 dregad Fixed in Version => 1.2.6
2011-07-13 11:53 dregad Target Version => 1.2.6
2011-07-13 11:54 dregad Note Added: 0029164
2011-07-13 11:54 dregad Status assigned => resolved
2011-07-15 11:41 Changeset attached => MantisBT master a95ca8e8
2011-07-26 09:53 jreese Status resolved => closed
2013-04-05 17:57 grangeway Status closed => acknowledged
2013-04-05 17:57 grangeway Note Added: 0036458
2013-04-05 18:08 grangeway Relationship added related to 0015721
2013-04-06 03:43 dregad Status acknowledged => closed
2013-04-06 07:22 grangeway Status closed => acknowledged
2013-04-06 09:22 dregad Tag Attached: 2.0.x check
2013-04-06 09:23 dregad Status acknowledged => closed


MantisBT 1.2.16dev master-1.2.x-8c2bd07 [^]
Copyright © 2000 - 2013 MantisBT Team
Time: 0.1061 seconds.
memory usage: 2,817 KB
Powered by Mantis Bugtracker