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 15292 - Double-clicking the editor's title bar will hang NetBeans.
Summary: Double-clicking the editor's title bar will hang NetBeans.
Status: CLOSED DUPLICATE of bug 11649
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-08 22:58 UTC by Quenio dos Santos
Modified: 2008-12-23 09:36 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 Quenio dos Santos 2001-09-08 22:58:38 UTC
If you change the ide.cfg to use the Windows look-and-feel, and then open any 
Java file in the editor and double-clicks the title bar of the editor window in 
order to maximize it, you will notice that NetBeans will hang indefinitely and 
the mouse cursor will keep blinking. If you return NetBeans to the default look-
and-feel, it won't happen anymore.

I am using JDK 1.3.0.
Comment 1 Miloslav Metelka 2001-09-10 10:32:44 UTC
Do you mean mouse cursor or regular editor cursor (blinking caret)?
Could you please check your CPU whether it's running at 100%
(infiinite loop) or 0% (deadlock). Assuming that the cursor would
blink it probably would not be a deadlock at least not a deadlock of
AWT thread. What exactly you cannot do? Can you type in the editor or
run any menu actions?
Comment 2 Quenio dos Santos 2001-09-10 19:02:41 UTC
I really meant the mouse cursor and the CPU was on an infinite loop 
at 100%.

What is interesting is that I cannot reproduce it anymore by double-
clicking the title bar. Now, I have to select Tools|Options twice and 
then it will happen:
1. Open any Java source file.
2. Maximize it by double-clicking the title bar of the editor window.
3. Select Tools|Option menu item.
4. Close the Options window.
5. Select Tools|Options menu item again.
6. Now, we'll see the mouse cursor blinking and the IDE hanging at 
100% cpu usage.

Sometimes, the problem will show the first time you select the 
Tools|Options menu item.

And, it definitely only happens with the Windows look-and-feel. I 
have worked several hours in the default look-and-feel without any 
problem.
Comment 3 Jan Lahoda 2001-09-11 11:25:07 UTC
Hi, is possible to you to provide us full thread dump made in this
situation?
And, this looks to me as rather windowing system problem (if it is
related only to windows look&feel). Reassign, if I am wrong.
Comment 4 David Simonek 2001-09-11 12:12:35 UTC
Yes, it is windowing system problem, hovewer not easy at all, fix will
take longer time, sorry. Don't maximize when using Windows LF.



*** This issue has been marked as a duplicate of 11649 ***
Comment 5 Quenio dos Santos 2001-09-12 00:44:45 UTC
Can you tell us which issue is duplicate of this one? So, that you 
can keep track of this fix. Maybe, setting this issue as dependant on 
that one.
Comment 6 David Simonek 2001-09-12 08:06:52 UTC
Issue 11649 is original issue. See
http://openide.netbeans.org/issues/show_bug.cgi?id=11649
I added you to interest list for 11649, so you'll be notified about
any changes for sure.
Comment 7 Quality Engineering 2003-07-01 16:02:22 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified.

Comment 8 Quality Engineering 2003-07-01 16:19:27 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.