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 66388 - It isn't possible to change the name of variable
Summary: It isn't possible to change the name of variable
Status: CLOSED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 5.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords: JDK_SPECIFIC
Depends on:
Blocks:
 
Reported: 2005-10-10 15:00 UTC by Marian Mirilovic
Modified: 2008-12-22 23:58 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 Marian Mirilovic 2005-10-10 15:00:32 UTC
NB5.0 (200510100858), JDK 1.5.0_05

Steps toreproduce:
- run IDE
- create project
- create JFrame
- add JButton
- push "Change Variable Name ..." from contextual menu of the JButton node in
Inspector
- try to write anything to the textarea in opened "Rename" dialog
-> It's impossible, the caret blinks, but I can't write to the textfield, I can
just close it by mouse
Comment 1 Jan Stola 2005-10-10 15:05:00 UTC
It works correctly on my machine. Please, correct Platform and OS values.
What L&F do you use? Does it happen every time?
Comment 2 Marian Mirilovic 2005-10-10 15:10:39 UTC
Linux RH9 / Gnome

100% reproducible
Comment 3 Jan Stola 2005-10-10 15:30:06 UTC
The dialog is created by RenameAction and the same behaviour holds
for New Watch action. So, it is probably common problem of dialogs
displayed by DialogDisplayer (on the mentioned platform).
Reassigning to openide for evaluation.
Comment 4 Marek Grummich 2005-10-10 16:09:34 UTC
Marian, it is known jdk bug (6183877). The workaround is to press mouse button
on JButton, move mouse cursor outside JButton and release mouse button. 
Comment 5 David Simonek 2005-10-10 16:32:05 UTC
Thanks Marek, so closing as wontfix, due to JDK bug 6183877. I'm not 100% sure
but I think we can do nothing on netbeans side.
Comment 6 Marian Mirilovic 2005-10-10 17:09:03 UTC
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6183877

verified / closed