Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 466541

Summary: RAP Tab Sequencing does not cycle
Product: [RT] RAP Reporter: John Gymer <jgymer>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: tbuschto
Version: 2.3   
Target Milestone: 3.1 M1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description John Gymer CLA 2015-05-06 05:56:15 EDT
Tab Sequencing in RAP does not cycle when tab reaches the last control in the sequence (or first when using SHIFT+TAB). This is different compared to SWT behaviour.
Comment 1 John Gymer CLA 2015-05-06 10:34:38 EDT
Small update... appears to cycle OK unless there is a Menu Bar on the Shell.
Comment 2 Tim Buschtoens CLA 2015-07-16 10:55:49 EDT
Fixed with commit 48fb419d1deee278c406dd073e7763250d522f93, "Make Menu bar be skipped in tabbing instead of swallowing the focus".

Whenever the menu bar should not be focusable, but the way that was implemented made it "swallow" the focus when tabbing.