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

Bug 329116

Summary: Conflict occurred for ctrl+i ctrl+arrow_up ctrl+arrow_down
Product: z_Archived Reporter: Konstantin Komissarchik <konstantin>
Component: SapphireAssignee: Konstantin Komissarchik <konstantin>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: ling.hao
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Konstantin Komissarchik CLA 2010-10-29 16:54:36 EDT
Opened by Raj Alagumalai:
-------------------------

steps to reproduce

create a new workspace
create a PS1 Rt
switch to Java EE perspective
open error.log file

create a new dynamic web project
create a new servlet HelloWorld
open weblogic.xml
open web.xml
add following lines to the servlet section

   <run-as><description</description>
    <role-name>akraj</role-name>
    </run-as>

add a new run-as role assignment
invoke role picker and pick akraj




!ENTRY org.eclipse.jface 2 0 2009-12-09 16:36:05.296
!MESSAGE Keybinding conflicts occurred.  They may interfere with normal
accelerator operation.
!SUBENTRY 1 org.eclipse.jface 2 0 2009-12-09 16:36:05.296
!MESSAGE A conflict occurred for CTRL+ARROW_UP:
Binding(CTRL+ARROW_UP,
ParameterizedCommand(Command(org.eclipse.ui.edit.text.scroll.lineUp,Scroll
Line Up,
Scroll up one line of text,
Category(org.eclipse.ui.category.textEditor,Text Editing,Text Editing
Commands,true),
LegacyHandlerWrapper(ActionHandler(action=org.eclipse.ui.texteditor.Abstract
TextEditor$ScrollLinesAction@1420a24)),
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.textEditorScope,,,system)
Binding(CTRL+ARROW_UP,
ParameterizedCommand(Command(sapphire.move.up,Move Up,
Moves the selected entity towards the head of the list by one position.,
Category(sapphire,Oracle Enterprise Pack for Eclipse,Commands that are part
of Oracle Enterprise Pack for Eclipse.,true),
,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
sapphire.content.outline,,,system)
!SUBENTRY 1 org.eclipse.jface 2 0 2009-12-09 16:36:05.296
!MESSAGE A conflict occurred for CTRL+ARROW_DOWN:
Binding(CTRL+ARROW_DOWN,
ParameterizedCommand(Command(org.eclipse.ui.edit.text.scroll.lineDown,Scroll
Line Down,
Scroll down one line of text,
Category(org.eclipse.ui.category.textEditor,Text Editing,Text Editing
Commands,true),
LegacyHandlerWrapper(ActionHandler(action=org.eclipse.ui.texteditor.Abstract
TextEditor$ScrollLinesAction@a7f986)),
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.textEditorScope,,,system)
Binding(CTRL+ARROW_DOWN,
ParameterizedCommand(Command(sapphire.move.down,Move Down,
Moves the selected entity towards the tail of the list by one position.,
Category(sapphire,Oracle Enterprise Pack for Eclipse,Commands that are part
of Oracle Enterprise Pack for Eclipse.,true),
,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
sapphire.content.outline,,,system)

!ENTRY org.eclipse.osgi 2 1 2009-12-09 16:37:45.625
!MESSAGE NLS unused message: browseButtonToolTip in:
oracle.eclipse.tools.sapphire.ui.BooleanPropertyEditor
Comment 1 Konstantin Komissarchik CLA 2010-10-29 16:54:43 EDT
I did reproduce the problem. It appears to be connected to switching from an
xml source editor to one of the sapphire panels. However, it also appears
that the key bindings continue to work correctly, so this is just log spam.
Lowering the severity and marking for deferral.
Comment 2 Konstantin Komissarchik CLA 2010-11-16 12:19:36 EST
Marking as fixed.
Comment 3 Ling Hao CLA 2011-01-06 17:37:11 EST
Verify by navigate around samples, use the provided key bindings, move back-n-forth between form and source view.