[
https://issues.apache.org/jira/browse/HTRACE-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14995257#comment-14995257
]
Masatake Iwasaki commented on HTRACE-293:
-----------------------------------------
It looks nice improvement.
triangle_button.js also should be fixed to make 001 work?
{noformat}
@@ -79,7 +79,7 @@ htrace.TriangleButton = function(params) {
return false;
case "mouseUp":
if (this.selected) {
- this.callback();
+ this.callback(e);
this.selected = false;
{noformat}
> htrace-web: control-click should fully expand trace trees
> ---------------------------------------------------------
>
> Key: HTRACE-293
> URL: https://issues.apache.org/jira/browse/HTRACE-293
> Project: HTrace
> Issue Type: New Feature
> Components: htraced, ui
> Affects Versions: 4.0
> Reporter: Colin Patrick McCabe
> Assignee: Colin Patrick McCabe
> Attachments: HTRACE-293.001.patch
>
>
> htrace-web: control-click should fully expand trace trees
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)