This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 232107 - Build execution overview: Jumping to output window doesn't jump to correct line
Summary: Build execution overview: Jumping to output window doesn't jump to correct line
Status: RESOLVED DUPLICATE of bug 228482
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-01 21:15 UTC by markiewb
Modified: 2013-07-02 05:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Shows the issue (239.93 KB, image/png)
2013-07-01 21:16 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2013-07-01 21:15:55 UTC
[ BUILD # : 201307011244 ]
[ JDK VERSION : 1.7.0_21 ]

* run a maven build with "folding for sucessfully executed mojo goals" (maven
options) enabled -> goals in the output window get folded
* open "build overview"
* double click on a goal

ACTUAL: the focus jumps to output window, the goal in the output window gets
unfolded, but the first line of the goals output isn't always visible (seems to
depend on the visible scrollbar or the previously focused line in the output
window)-- see screenshot

EXPECTED: the first line of the goals output is visible when jumped to it
Comment 1 markiewb 2013-07-01 21:16:57 UTC
Created attachment 136560 [details]
Shows the issue
Comment 2 markiewb 2013-07-01 21:18:13 UTC
or
EXPECTED: the first line of the goals output is vertically centered in the output window (and therefore visible when jumped to it)
Comment 3 Milos Kleint 2013-07-02 05:32:23 UTC
the jumping logic is implemented in output window, duplicate of issue 228482

*** This bug has been marked as a duplicate of bug 228482 ***