Bug 11943 - Can't give focus to Plugin Manifest Editor
Summary: Can't give focus to Plugin Manifest Editor
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Dejan Glozic CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2002-03-20 12:32 EST by Ryan Cooper CLA
Modified: 2002-03-24 22:32 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 Ryan Cooper CLA 2002-03-20 12:32:08 EST
Build: 20020319

Steps:
1. Open a plugin.xml file
2. Press Ctrl+F7 to switch focus to a view
3. Press Ctrl+F7 to give focus back to the editor
 
The focus remains in the view that was focussed last. Without using the mouse, 
there is no way to return focus to anything visible in the editor.

Alternatele steps:
1. Open a plugin.xml file
2. Press Ctrl+F6 to switch focus to a Java editor
3. Press Ctrl+F6 to give focus back to the Plugin Manifest editor

The focus remains in the non-visible Java editor. Pressing tab to try to 
navigate the Plugin Manifest editor indents the text in the Java file.
Comment 1 Dejan Glozic CLA 2002-03-24 22:32:19 EST
True. PDE multi-page editor has a working focus delegation mechanism that was 
disabled (commented out) for some reason at the very top. Reenabled.