Bug 30316 - Switching back to manifest editor loses focus
Summary: Switching back to manifest editor loses focus
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: 2.1 RC1   Edit
Assignee: Dejan Glozic CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2003-01-27 12:44 EST by Nick Edgar CLA
Modified: 2003-02-20 15:34 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Edgar CLA 2003-01-27 12:44:09 EST
build I20030115

- open a plugin.xml file in the manifest editor
- switch to the source page
- position the text cursor somewhere in the source
- activate another view, e.g. the Navigator.
- click on the editor tab for the manifest editor
- the text cursor is not visible
- use the up/down arrow keys
- it changes in the Navigator, not the editor

Need to delegate IWorkbenchPart.setFocus to the right page.
Comment 1 Nick Edgar CLA 2003-01-27 12:44:29 EST
This is important for accessibility.
Comment 2 Dejan Glozic CLA 2003-01-27 12:58:19 EST
I have fixed this in HEAD but noticed an unwanted problem: when double-clicking 
on the marker in the Tasks view, the editor opens, switches to the Source page 
and immediately steals focus from the Tasks.
Comment 3 Nick Edgar CLA 2003-01-28 10:50:41 EST
This is OK.  In the default open strategy, the editor should be activated when 
double-clicking on a task.  Compare with a plain editor.
Comment 4 Dejan Glozic CLA 2003-02-20 15:34:19 EST
Fixed - selecting a marker now does not switch focus to the source page (only 
opening i.e. double-click).