[
https://issues.apache.org/jira/browse/HTRACE-194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14595225#comment-14595225
]
Masatake Iwasaki commented on HTRACE-194:
-----------------------------------------
search_results_view.js#zoomHandler:
{code}
389 var end = zoomSpans[i].getLatestEnd();
390 if (end > minStart) {
391 maxEnd = end;
392 }
{code}
{{end > minStart}} should be {{end > maxEnd}}.
Also, indentation is not consistent around {{if}} and {{for}} statement in
zoomHandler.
> gui: support multiple selections, zooming to fit a group of spans, deleting a
> group of spans
> --------------------------------------------------------------------------------------------
>
> Key: HTRACE-194
> URL: https://issues.apache.org/jira/browse/HTRACE-194
> Project: HTrace
> Issue Type: Improvement
> Affects Versions: 3.3.0
> Reporter: Colin Patrick McCabe
> Assignee: Colin Patrick McCabe
> Attachments: HTRACE-194.001.patch, HTRACE-194.002.patch,
> HTRACE-194.003.patch
>
>
> gui: support multiple selections, zooming to fit a group of spans, deleting a
> group of spans
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)