Bug 29904

Summary: [Key Bindings] Keyboard focus not working properly on Linux/GTK
Product: [Eclipse Project] Platform Reporter: Kari Ikonen <kari.ikonen>
Component: UIAssignee: Chris McLaren <csmclaren>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: ---   
Hardware: Other   
OS: Linux-GTK   
Whiteboard:

Description Kari Ikonen CLA 2003-01-21 11:26:43 EST
Switch editor/view/pers.:
When pressing CTRL+F6/F7/F8 on Windows it is possible to browse
proper element from the popupwindow using arrowkeys. This is not working
on Linux version.

Search/Task/etc.:
If selected element is removed from the list due to external action 
(e.g. problem was fixed) then jumping back to view doesn't work using
keyboard. Focus seems to be lost. This behaviour seems to happen in
multiple locations.

OpenType... etc. -dialog:
It looks that element in the middle matchlist is selected, but
it seems that focus cannot be moved into that list using keyboard
to select another entry. Same problem seems to exist in multiple
locations were some selection list exists.
Comment 1 Steve Northover CLA 2003-01-22 12:12:49 EST
This is happening because Ctrl+Arrow moves the focus rectangle of a GTK table 
without moving the selection.  This is operating system behavior that we should 
not be working around.

Moving to UI.
Comment 2 Steve Northover CLA 2003-01-22 12:13:31 EST
Ok, now moving to UI for comment.
Comment 3 Steve Northover CLA 2003-01-22 12:14:23 EST
Really, one day soon I will successfully move this PR to UI for comment.
Comment 4 Kari Ikonen CLA 2003-01-23 03:09:33 EST
ok, I don't know if this is bug of GTK or Eclipse, but still e.g.
in import dialog, if I press ALT+S to jump into selection list.
Then focus is moved into list (at least it seems to change
highlight color for selected element). Since focus is now on
list arrow keys should work, but they are not working.
They start to work only when I click on the list with mouse.
CTRL+Arrow didn't work any better there.
Comment 5 Chris McLaren CLA 2003-03-05 17:18:25 EST
your Ctrl+F6,F7,F8 problem is a duplicate of 14775. as for the other focus 
issues, should they remain (and not also be related to 14775), please log a 
specific bug to SWT.

*** This bug has been marked as a duplicate of 14775 ***