Bug 559727 - TraverseFocusOnTypeHandler does not handle SHIFT-TAB
Summary: TraverseFocusOnTypeHandler does not handle SHIFT-TAB
Status: NEW
Alias: None
Product: GEF
Classification: Tools
Component: GEF FX (show other bugs)
Version: 5.3.0   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: gef-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-30 16:37 EST by Frank Benoit CLA
Modified: 2020-01-31 12:34 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Benoit CLA 2020-01-30 16:37:36 EST
This can be fixed in TraverseFocusOnTypeHandler :

@Override
public void press(KeyEvent event) {
	initialPress(event);
}

SHIFT-TAB is not delivered in intialPress(), only the SHIFT, in the later call to press() the SHIFT-TAB is passed in.
Comment 1 Tamas Miklossy CLA 2020-01-31 12:34:45 EST
Hi Frank!

Thank you for reporting the bug and the corresponding fix. I attach the link to the forum thread where this problem is originated:

https://www.eclipse.org/forums/index.php/t/1102217/