Bug 11847 - OLE Editor prevents navigation without keys
Summary: OLE Editor prevents navigation without keys
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M6   Edit
Assignee: Veronika Irvine CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks: 11848
  Show dependency tree
 
Reported: 2002-03-20 09:23 EST by Tod Creasey CLA
Modified: 2002-05-16 17:11 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tod Creasey CLA 2002-03-20 09:23:19 EST
If you have an OLE Editor open on a bitmap you cannot get out of that editor 
using keys - you must use the mouse. I tried using Esc to deactivate the editor 
but the Tab and Ctrl-Tab is still ignored.

STEPS
1) Open a .bmp file
2) Hit Esc to deactivate it
3) Try to Tab or Ctrl-Tab to another view. Even the CtrlF6 and Ctrl F7 options 
are disabled.

Note this is an issue with Word and Paint but not with Excel.
Comment 1 Mike Wilson CLA 2002-03-20 14:56:30 EST
OLE Editors are allowed to deal with keys however they wish. However, if the 
ESC key really did deactivate the editor, then any further keys should not be 
going to it.
Comment 2 Mike Wilson CLA 2002-04-17 13:26:59 EDT
Fix or explanation required.
Comment 3 Veronika Irvine CLA 2002-04-18 11:15:47 EDT
When you hit Esc, I get an OnUIDeactivate callback.  I should be able to do 
something with the focus at this point to enable tabbing around.  I am 
investigating
Comment 4 Veronika Irvine CLA 2002-05-16 17:11:10 EDT
Fixed in > 0515.
Note that the selection listener in OleEditor is no longer required.