View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005166 | mantisbt | feature | public | 2005-01-26 17:31 | 2009-06-13 04:30 |
| Reporter | jjtest | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | new | Resolution | open | ||
| Summary | 0005166: when hovering over issue in my view also show who it is assigned to | ||||
| Description | when hovering over issue in my view also show who it is assigned to. Handy for obvious reasons. | ||||
| Tags | No tags attached. | ||||
|
Good idea!! I implemented it locally straight away. If you want it quickly, open core/string_api.php Go to line 404. After the line '$t_status= ... ', insert the code between the "###": ########################################## And change lines 406-408 that look like this: into this: if ( $p_detail_info ) { |
|
|
Also, as far as "hover" in My View, maybe it makes more sense to just use hover to show elements that you can't already see in My View... aka the issue summary is already shown in My View, and it also shows when you hover...so maybe replace that description with "assigned to" and a few other elements that are not shown (assigned to, etc). Even geekier: Allow users to choose in their profile what is shown in a "My View/hover" situation. Also, possibly make "hover" trigger over the entire row, not just the issue number. I'll stop now... ;o) jj |
|
|
Excellent thought. It should show what's invisible, not what's already there. On a more serious note, allowing the user to choose what to hover and what not; I just read an article in the Scientific American that states that more choice does not make people happier... ;-) |
|