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 18417 - [Font Editor] Bad Tab traversal cycle
Summary: [Font Editor] Bad Tab traversal cycle
Status: CLOSED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: jrojcek
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2001-12-06 15:08 UTC by Marian Mirilovic
Modified: 2008-12-22 19:44 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 2001-12-06 15:08:54 UTC
[nb_release33](200112060331) on [jdk1.3.1](01)

There is traversal cycle :
1. Size (JTextField) !!!
2. Font(JList)
3. Font style (JList)
4. Size (JList)

It would be better to have next cycle:
1. Font(JList)
2. Font style (JList)
3. Size (JTextField) !!!
4. Size (JList)

Or integrate appropriate JList and JTextField to ComboBox ( for size editable
ComboBox)
Comment 1 jrojcek 2001-12-13 13:10:35 UTC
It is not possible to implement it (easily?) with JDK1.3.1. There is
no way how to set Font list as default focused component. JDK 1.4
should solve it with FocusTraversalPolicy interface which returns
default component that should get initial focus. Closing as wontfix.
Comment 2 Quality Engineering 2003-07-01 15:46:40 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified.

Comment 3 Quality Engineering 2003-07-01 16:44:15 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.