View Issue Details

IDProjectCategoryView StatusLast Update
0021112mantisbtperformancepublic2016-09-30 03:34
Reporteratrol Assigned Tosyncguru  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version2.0.0-beta.1 
Target Version2.0.0-beta.2Fixed in Version2.0.0-beta.2 
Summary0021112: Unneeded tooltip information on "My View" page
Description

Some of the tooltips on "My View" page contain unneeded information and should be completely removed.

The tooltip of the issue id shows status as text (also available on colored status field) and the summary text which is displayed in it's own field.

The tooltip of the summary field shows the issue id and the summary itself.

Tagsmodern-ui
Attached Files
TooltipSummary.png (24,838 bytes)   
TooltipSummary.png (24,838 bytes)   
TooltipIssueId.png (22,158 bytes)   
TooltipIssueId.png (22,158 bytes)   

Relationships

related to 0021721 closeddregad Missing tooltips on issue id 
related to 0021728 closeddregad Unneeded tooltip information on Summary page 

Activities

Related Changesets

MantisBT: master 4d8ce6ff

2016-08-13 15:04

syncguru

Committer: dregad


Details Diff
Remove unnecessary tooltips from my view page

Fixes 0021112
Affected Issues
0021112
mod - core/string_api.php Diff File
mod - my_view_inc.php Diff File

MantisBT: master 0476be0b

2016-09-27 06:36

dregad


Details Diff
Fix missing tooltips on issue Ids

This is a partial revert of 4d8ce6ff687ab5bec9af3d635aefe7fe9f24d6f7
(see issue 0021112).

Hiding the tooltip in My View page is now done using print_bug_link()'s
$p_detail_info parameter.

Fixes 0021721
Affected Issues
0021112, 0021721
mod - core/string_api.php Diff File
mod - my_view_inc.php Diff File