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 55008 - Cursor not visible in the platform name field
Summary: Cursor not visible in the platform name field
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Platform (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P4 blocker with 1 vote (vote)
Assignee: Jan Jancura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-16 08:17 UTC by Milan Kubec
Modified: 2011-05-30 15:53 UTC (History)
2 users (show)

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 Milan Kubec 2005-02-16 08:17:25 UTC
[dev-200502151900, JDK 1.5.0_02]

Steps to reproduce:
1) Open Platform manager, click Add Platform
2) Select any platform folder, click Next
Platform Name field contains name but cursor is
not visible, but user can type. After changing
focus to another application and back cursor is
visible.
Comment 1 Tomas Zezula 2005-04-06 16:46:09 UTC
It seems as a bug in the Swing. The component has a focus (you can type in it),
but the cursor is not visible. I've tried to call jdkName.requestFocusInWindow
() or even pass the jdkName.requestFocusInWindow () to the next invokeLater ()
to separate it from the call of JTextField.setEditable() but it does not helped.
Sorry, I have no idea what to do with it.
Comment 2 Milan Kubec 2005-04-07 09:42:44 UTC
Well, if it's bug in Swing please file issue against JDK. This issue could be
considered as USABILITY and A11Y problem. User is supposed to type something
into the field and there is no cursor. I personally have to type some char to
find out where the cursor is, which is far from acceptable behavior.

Why this is the only on JTextField with such behavior in IDE, there are hundreds
of text fields around without this problem.
Comment 3 Tomas Zezula 2005-04-07 10:18:54 UTC
The textfield is the first one in the focus chain and is disabled at start.
After while it is enabled (in AWT thread).
Comment 4 David Strupl 2009-03-31 16:07:00 UTC
Resolving all issues with milestone "future" as LATER. If you feel strongly that
it should be implemented please reopen and set the target milestone to "next".
Comment 5 Quality Engineering 2009-11-02 11:03:19 UTC
NetBeans.org Migration: changing resolution from LATER to WONTFIX
Comment 6 ulfzibis 2011-05-30 15:53:43 UTC
(In reply to comment #5)
> NetBeans.org Migration: changing resolution from LATER to WONTFIX
Any rational for that?
If this is a Swing bug, is there any reference to JDK bug?