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 55812 - Output window cut off on right hand side
Summary: Output window cut off on right hand side
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-03 04:21 UTC by _ gtzabari
Modified: 2008-12-22 15:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (213.71 KB, image/jpeg)
2005-03-03 04:21 UTC, _ gtzabari
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ gtzabari 2005-03-03 04:21:08 UTC
dev build 200502281900

When I compile and run into compile errors,
sometimes the output window gets corrupt (on the
right side). I've been seeing this for at least a
few months now. Please see the attached screenshot.

The corruption always occurs across the exact same
vertical position.
Comment 1 _ gtzabari 2005-03-03 04:21:29 UTC
Created attachment 20640 [details]
screenshot
Comment 2 Milos Kleint 2005-03-07 13:56:08 UTC
do you have any reproducible steps?
what jdk do you use?

I've tried hard on macosx and windows xp, but never managed to get the
IDE into this state. Closing as worksforme, please reopen when you
include additional information.
Comment 3 _ gtzabari 2005-03-07 14:04:43 UTC
Sorry, no good repro steps except I just compile some code that has
errors in it and I get the aforementioned output. Some clues:

1) I'm using JDK 1.5.0_01
2) The compile process is long (multiple dependencies, pages long)
3) The problem occurs randomly, but most frequently when triggering a
lot of output.

Maybe this is some sort of race condition?
Comment 4 Milos Kleint 2005-03-07 14:13:21 UTC
it seems to me like a repaint problem under specific conditions. If
that happens, can you try to resize the IDE or the output window? Just
to see if it corrects itself or not..