Closed
Bug 152361
Opened 23 years ago
Closed 19 years ago
can't continue walking a dependency tree
Categories
(Bugzilla :: User Interface, enhancement)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.0
People
(Reporter: timeless, Assigned: batosti)
References
()
Details
Attachments
(2 files, 1 obsolete file)
|
961 bytes,
image/png
|
Details | |
|
1.73 KB,
patch
|
myk
:
review+
|
Details | Diff | Splinter Review |
suppose you're looking at bug 151413's dependency tree and you decide you want
to see the dependency tree for a bug listed on that page.
you can't just click a bug number. instead you click it and then click a link
for a new tree.
suggestion: make the number a link to the dependency tree for the bug and the
text a link to the bug.
any alternative would work, just save me the pain of loading the actual bug.
Comment 1•23 years ago
|
||
Making the numbers and descriptions link to different places would make the UI
quite confusing, but I think adding a "(tree)" or something similar would be
acceptable. The only problem is that the output tends to get messy even then... Hmm.
OS: Windows 2000 → All
Hardware: PC → All
Comment 2•22 years ago
|
||
The User Interface component now belongs to Gerv. Reassigning all UNCONFIRMED
and NEW (but not ASSIGNED) bugs currently owned by Myk (the previous component
owner) to Gerv.
Assignee: myk → gerv
Comment 3•22 years ago
|
||
Reassigning back to Myk. That stuff about Gerv taking over the User Interface
component turned out to be short-lived. Please pardon our confusion, and I'm
very sorry about the spam.
Assignee: gerv → myk
Comment 4•21 years ago
|
||
See also (almost dupe, but not quite) bug 104341.
Comment 5•21 years ago
|
||
*** Bug 104341 has been marked as a duplicate of this bug. ***
Comment 6•21 years ago
|
||
Why not just increase the depth of the tree?
because dependency tree is a combination of two trees, not a complete graph.
Look at
http://bugzilla.mozilla.org/showdependencytree.cgi?id=151413
and then look at
http://bugzilla.mozilla.org/showdependencytree.cgi?id=99203
you can't see things which don't go in the direction matching the direction you
took to reach a dependency.
Comment 8•21 years ago
|
||
Ah, right. In that case a link like Jouni suggests in comment 1 makes sense.
Target Milestone: --- → Future
Comment 9•20 years ago
|
||
add a (view as tree) link for each bug.
Updated•20 years ago
|
Target Milestone: Future → Bugzilla 2.22
Comment 10•20 years ago
|
||
"(view as tree)" takes up a lot of space and is distracting. "(tree)" as Jouni
suggested, would be better but would still have issues, as Jouni noted. Perhaps
a small icon would be useful here, since it could be unobtrusive.
Comment 11•20 years ago
|
||
Comment on attachment 194254 [details] [diff] [review]
patch, v1
Per previous discussion, this needs to be unobtrusive since it's likely to be
infrequently used. It should be an icon (or we should come up with a better
way to let users browser this graph).
Attachment #194254 -
Flags: review?(myk) → review-
Comment 12•20 years ago
|
||
I won't have time to play with it before the 2.22 freeze
Target Milestone: Bugzilla 2.22 → ---
Comment 13•20 years ago
|
||
batosti is working on the dependency tree in bug 251656. Reassigning this bug to him.
| Assignee | ||
Updated•20 years ago
|
| Assignee | ||
Comment 14•19 years ago
|
||
a tree icon for UI
| Assignee | ||
Comment 15•19 years ago
|
||
Attachment #194254 -
Attachment is obsolete: true
Attachment #217485 -
Flags: review?(myk)
Updated•19 years ago
|
Attachment #217485 -
Flags: review?(myk) → review+
Updated•19 years ago
|
Status: NEW → ASSIGNED
Flags: approval?
Target Milestone: --- → Bugzilla 2.24
Updated•19 years ago
|
Flags: approval? → approval+
Comment 16•19 years ago
|
||
Checking in skins/standard/dependency-tree.css;
/cvsroot/mozilla/webtools/bugzilla/skins/standard/dependency-tree.css,v <-- dependency-tree.css
new revision: 1.2; previous revision: 1.1
done
RCS file: /cvsroot/mozilla/webtools/bugzilla/skins/standard/dependency-tree/tree.png,v
done
Checking in skins/standard/dependency-tree/tree.png;
/cvsroot/mozilla/webtools/bugzilla/skins/standard/dependency-tree/tree.png,v <-- tree.png
initial revision: 1.1
done
Checking in template/en/default/bug/dependency-tree.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/bug/dependency-tree.html.tmpl,v <-- dependency-tree.html.tmpl
new revision: 1.22; previous revision: 1.21
done
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•12 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
•