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 112063 - Deadlock after use palette scroll bar
Summary: Deadlock after use palette scroll bar
Status: VERIFIED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: Visual Designer (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Anton Chechel
URL:
Keywords: THREAD
Depends on:
Blocks:
 
Reported: 2007-08-06 14:46 UTC by Fabiola Rios
Modified: 2007-09-06 10:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
strange palette (67.65 KB, image/jpeg)
2007-08-06 14:47 UTC, Fabiola Rios
Details
ST (3.22 KB, text/plain)
2007-08-06 14:48 UTC, Fabiola Rios
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fabiola Rios 2007-08-06 14:46:39 UTC
build 20070806

Use the  palette scroll bar after few time the palette components are mix up See picture.
You get a dead lock when you try to use some of the components. See attachment from the console.
Comment 1 Fabiola Rios 2007-08-06 14:47:21 UTC
Created attachment 46197 [details]
strange palette
Comment 2 Fabiola Rios 2007-08-06 14:48:13 UTC
Created attachment 46198 [details]
ST
Comment 3 Anton Chechel 2007-08-06 16:27:00 UTC
fixed
Comment 4 Fabiola Rios 2007-08-08 10:41:52 UTC
build 20070808

I reopen this issue becausse the probelm with the scroll bar is still there, the components are mix-up.
The good news are that the deadlock disappear. =) 
Comment 5 David Kaspar 2007-08-08 11:12:24 UTC
This may be caused by painting the palette content outside of AWT thread or by having an exception thrown within
JComponent.paint* methods (JComponent means any JComponent within the palette).
Comment 6 Anton Chechel 2007-08-09 10:14:12 UTC
decreasing priority since there is no deadlock anymore
Comment 7 David Kaspar 2007-08-09 11:23:01 UTC
Now the screen looks like that the issue is related to a repainting of a JScrollPane. I have seen similar problem on the
same machine with different part of the IDE ("Screen Design" view shown across two monitors on WinXP machine). Maybe a
JDK issue?
Comment 8 Anton Chechel 2007-08-31 15:31:55 UTC
fixed
Comment 9 Fabiola Rios 2007-09-06 10:20:26 UTC
verified build 20070905 =)