[Bug AWT/16772] New: focus traversal is only partially implemented
gcc-bugzilla at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Jul 27 01:15:00 GMT 2004
>From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030922
Description of problem:
Focus handling does not work at all currently. It should be implemented.
As a start, the attached test case should have Button 1 focused when
the window is shown. Then, pressing Tab should focus Button 2, Button
3, then back to Button 1. Shift+Tab should focus buttons in the
reverse order.
Version-Release number of selected component (if applicable):
How reproducible:
Always
Steps to Reproduce:
See test case.
Additional info:
------- Additional Comments From fitzsim at redhat dot com 2004-03-08 14:21 -------
Created an attachment (id=98380)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=98380&action=view)
basic focus test case
------- Additional Comments From fitzsim at redhat dot com 2004-05-18 18:31 -------
Keyboard focus handling is now implemented on java-gui-branch.
--
Summary: focus traversal is only partially implemented
Product: gcc
Version: 3.5.0
Status: UNCONFIRMED
Severity: enhancement
Priority: P1
Component: AWT
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: fitzsim at redhat dot com
CC: fitzsim at redhat dot com,gcc-bugs at gcc dot gnu dot
org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16772
More information about the Gcc-bugs
mailing list