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 11853 - On JDK1.4 it is impossible to change string values in "Project Settings" and "Options" dialogs
Summary: On JDK1.4 it is impossible to change string values in "Project Settings" and ...
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P2 blocker (vote)
Assignee: David Strupl
URL:
Keywords:
: 11871 15075 (view as bug list)
Depends on:
Blocks: 11934
  Show dependency tree
 
Reported: 2001-04-30 15:29 UTC by Jiri Skrivanek
Modified: 2008-12-22 22:05 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 Jiri Skrivanek 2001-04-30 15:29:44 UTC
Tested in build 38, JDK1.4.0-beta-b62.

- open Options (menu Tools -> Options)
- select for example Editor Settings -> Java Editor node
- try to change Font Size
- field is made editable but it is impossible to write any letter
- if you close Options dialog and try to modify property again then it works
Comment 1 Peter Zavadsky 2001-05-03 13:21:43 UTC
I think the problem is more general and has to do with JTextField. 
And would change the description that JTextField is not working properly.
See bug #11871 (I marked it as duplicate of this bug).

I run on RedHat 6.1. When start IDE every JTexfield occuring in any place don't
work and following way:
 1) Click into editable JTextField.
 2) Cursor appears and seems it has focus
 3) Try to type something in but no text appears, cursor stays at the same
point.

This behaviour I experienced in Search on filesystem, Update wizard, Setup
Wizard, Properties Table editor(uses JTextFiled as cell editor).

Sometimes it happened (I don't know from which reason) and it start to work
every JTextField properly, but then something happens and it don't work again.
The "default" behaviour when starting IDE is JTextField don't work.


From code point of view there was no special use (subclassing/hanging some
strange event handlers on them) of JTextField, they were just created and added 
to some container.

If also other gets same results I think should be filled as JDK bug.



Comment 2 Peter Zavadsky 2001-05-03 13:23:04 UTC
*** Issue 11871 has been marked as a duplicate of this issue. ***
Comment 3 Jiri Skrivanek 2001-05-03 13:41:40 UTC
It might be something strange with JTextComponent because the Source Editor has
the same behaviour as text fields:

- firstly you open the Source Editor you cannot type in
- close editor, then open again and typing is possible

Comment 4 Jan Chalupa 2001-05-05 20:37:10 UTC
Target milestone -> 3.3
Comment 5 Robert Dankanin 2001-08-22 13:39:22 UTC
The problem persist too long - I'm rising the priority. 
Comment 6 Robert Dankanin 2001-08-29 17:04:34 UTC
I'm moving the "Version" from 3.2 to 3.3 dev,
because of unability to reproduce it under 3.2.
Comment 7 David Strupl 2001-08-31 16:55:12 UTC
Some strange focus problem - investigating.
Comment 8 David Strupl 2001-09-05 17:39:22 UTC
Fixed in PropertyPanel 1.43.
Comment 9 Jan Zajicek 2001-09-10 12:53:28 UTC
*** Issue 15075 has been marked as a duplicate of this issue. ***
Comment 10 Jiri Skrivanek 2001-09-10 14:26:31 UTC
Verified in build 20010910-0843 on jdk1.4-b78.
Comment 11 Quality Engineering 2003-07-01 16:37:51 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.