View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007808 | mantisbt | feature | public | 2007-03-09 00:12 | 2009-06-26 12:07 |
Reporter | CreatixEA | Assigned To | jreese | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.0.6 | ||||
Fixed in Version | 1.2.0a1 | ||||
Summary | 0007808: Strike a resolved bug in notes and links | ||||
Description | When linked a bug in notes and links, would it be possible to strike it (like in Bugzilla) I mean strike using the <strike /> HTML tag. Would it be possible to extend this feature to all the application ? | ||||
Tags | No tags attached. | ||||
Issue is not platform-specific. |
|
If we wanted to do this, we would not want to use any HTML <strike /> tags; rather we would want to use CSS styles. |
|
At the moment if you hover the mouse over the issue hyperlink you will get to know the status and the summary. This is achieved using the title attribute for the anchor (a) tag. I wonder if people still find this not enough. We can potentially go with the following options:
I would be interested to go opinions about this. |
|
Hello, I think that it only must be linked with the actual system without any change: if the issue is considered as resolved, it should be striked. I think it would be too complex to have a specific status to strike it. Maybe confused. |
|
I would leave it as is, based on the hover action. |
|
Victor, I think striking out the bug number of resolved bugs would be useful, even if we already show some info when we hover; striking would be easier to see, because you wouldn't need to hover over it to see it. I have wished for this in the past. And again, we wouldn't actually do <strike>123</strike>; we'd do <span class="resolved">123</span> and set .resolved {text-decoration: line-through;} in the stylesheet. Using "resolved" as the class name may not be the right thing but you get the idea. I don't think we need a new configuration variable; I think your second suggestion (strike if issue status >= $g_bug_resolved_status_threshold) is good. |
|
Why complexify this simple feature ? My idea:
Then the .resolved class is defined by the main css style sheet, and if the checkbox is checked, then a second style sheet "striking.css" complete the .resolved class. More simple, isn't it ? |
|
General speaking strike tag can be useful when some field, e.g. description, is updated. |
|
Implemented in trunk SVN r5306. |
|
MantisBT: master d430bad1 2008-06-02 14:00:48 Details Diff |
Implemented bug 0007808: Strike a resolved bug in notes and links git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@5306 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
Affected Issues 0007808 |
|
mod - core/string_api.php | Diff File | ||
mod - css/default.css | Diff File |