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 18000 - [core] Focus is delegate to Property Sheet themself
Summary: [core] Focus is delegate to Property Sheet themself
Status: CLOSED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P4 blocker (vote)
Assignee: David Strupl
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2001-11-22 18:28 UTC by Marian Mirilovic
Modified: 2008-12-23 00:12 UTC (History)
1 user (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 Marian Mirilovic 2001-11-22 18:28:57 UTC
[nb_dev](20011122), [jdk1.4](87)

Steps to reproduce:
- open/create JFrame
- add JButton (select from Component Palette, click to Frame)
- select jButton1 in Component Inspector
- hit F2 (rename)
-> focus is themself delegated to Property Sheet, and now it's impossible rename
component by in-place editing

Maybe issue in Explore , feel free to reassigne.
Comment 1 Jan Chalupa 2001-11-27 12:38:21 UTC
Target milestone -> 3.3.1.
Comment 2 Marian Mirilovic 2001-11-28 10:26:49 UTC
Explorer issue, reassigne to Explorer.
Comment 3 David Strupl 2002-01-03 15:30:39 UTC
After some investigation I am closing as WONTFIX. Reasons: it happens
under very rare conditions. You have to hit F2 right after clicking a
node in the interval between the tree can get into "renaming" state.
Looks like the JTree is not in consistent state with regard to focus
in this period of time (I am not sure about this). On some platforms
(Solaris) the focus is transferred to next focusable component while
on other platforms the focus can appear as "lost".
It would require further investigation whether this behaviour can be
reproduced in self contained example to be able to report it to the
Swing team. If you find this serious enough please go ahead and file
the issue for Swing's JTree with something like "Focus problems while
getting into rename state on JTree".
Comment 4 Quality Engineering 2003-07-01 16:01:23 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified
Comment 5 Quality Engineering 2003-07-01 16:20:59 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.