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 195627 - Output window: Horizontal scollbar disappears when run is finished
Summary: Output window: Horizontal scollbar disappears when run is finished
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 7.0
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-17 20:58 UTC by pekarna
Modified: 2011-02-24 05:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pekarna 2011-02-17 20:58:24 UTC
NetBeans IDE Build 201102160501
Maven-based project

Run the project.
The output is:

cd /home/ondra/work/BOTS/SpeechBot/SpeechBot-mavenized; JAVA_HOME=/usr/lib/jvm/java-6-sun /home/ondra/sw/prog/netbeans-dev-201102160501/java/maven/bin/mvn -Dexec.classpathScope=runtime "-Dexec.args=-Dmbrola.base=/home/ondra/work/BOTS/SpeechBot/mbrola301 -classpath %classpath cz.dynawest.speechbot.SpeechBot irc.eng.brq.redhat.com #some" -Dexec.executable=/usr/lib/jvm/java-6-sun/bin/java process-classes org.codehaus.mojo:exec-maven-plugin:1.2:exec
Scanning for projects...
...
[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException


The first long line needs horizontal scrollbar.
It appears for a while, but then disappears. When the run is done, I didn't find a way to make the pane scroll horizontally.
Comment 1 Martin Entlicher 2011-02-22 16:18:47 UTC
The scrollbar is displayed normally for me when executing Maven projects.
But there's a bug when "Wrap text" mode is turned on and off. The scrollbars disappears in wrap mode, but does not appear again after wrap mode is turned off.
Comment 2 Martin Entlicher 2011-02-23 15:32:09 UTC
It's fixed for the case when wrap mode is turned on and off.
Fixed by changeset:   189338:0d3752cc1233
http://hg.netbeans.org/main/rev/0d3752cc1233

Please verify that the scroll bar is visible when necessary now.
Comment 3 Quality Engineering 2011-02-24 05:37:06 UTC
Integrated into 'main-golden', will be available in build *201102240001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/0d3752cc1233
User: mentlicher@netbeans.org
Log: #195627 Assure that longestLineLength is recomputed when a new ExtPlainView is created.