Closed
Bug 7692
Opened 26 years ago
Closed 26 years ago
Bug page title should include bug's summany for easier bookmarking...
Categories
(Bugzilla :: Bugzilla-General, enhancement, P3)
Bugzilla
Bugzilla-General
Tracking
()
People
(Reporter: roland.mainz, Assigned: justdave)
Details
The bug pages title currently contains only the bug number, e.g. "Bugzilla bug
%d".
Better would be that the title also contains the bug's summary line, e.g.
"Bugzilla bug %d - %s" - this would help bug-reporters to find their bookmark'ed
bugs in their bookmark list by title - and not by a dump number.
Best would be to get a user-configurable title line for bug-reports, but
"Bugzilla bug %d - %s" should be the default.
The problem here is that there are two titles. The first one only contains the
number; the second, the number and the desc. IE displays the first, while NS
4.x display the second.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 3•26 years ago
|
||
Then add a little bit code in your CGI/Servlet which detects the user agent
based on the "user-agent:" header line, e.g. "user-agent: Mozilla/4.6 [en] (X11;
I; SunOS 5.7 sun4m)" identifies Mozilla, anything containing "IE" is the IE
*.*...
(Not nice, I know - but usefull !!)
Comment 4•26 years ago
|
||
I don't think this is a duplicate of 3078. That bug talks about Lynx
compatibility, and possibly rewriting the bugzilla html generation. I would say
this bug depends on 3078.
This would be an incredibly useful feature and is one that we've had in bugsplat
for years. I have to create bug lists every single day, and it would be
extremely useful to just be able to drag the bookmark widget and know that I'm
getting the bug # AND the description. Now I have to go and copy the
description by hand and it's a royal pain in the ass.
Reopening.
Status: RESOLVED → REOPENED
Depends on: 3078
Updated•26 years ago
|
Resolution: DUPLICATE → ---
Comment 5•26 years ago
|
||
I agree that this is not a duplicate of bug 3078. I don't think this has
anything to do with 3078. (That's one possible implementation, that's all.)
However, I do think this bug is a duplicate of bug 22041.
*** This bug has been marked as a duplicate of 22041 ***
Status: REOPENED → RESOLVED
Closed: 26 years ago → 26 years ago
No longer depends on: 3078
Resolution: --- → DUPLICATE
Comment 7•25 years ago
|
||
Unsetting target milestone so we can delete the old (inappropriate)
Mozilla target milestones from Webtools.
Target Milestone: M7 → ---
| Assignee | ||
Comment 8•24 years ago
|
||
moving to Bugzilla product
reassign to default owner/qa for INVALID/WONTFIX/WORKSFORME/DUPLICATE
Assignee: terry → justdave
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
QA Contact: matty
Version: other → unspecified
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•