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

Bug 395924

Summary: Key binding conflicts "Conflicting handlers for org.eclipse.ui.edit.cut"
Product: [WebTools] Java Server Faces Reporter: Laurent Barbareau <lbarbareau>
Component: UIAssignee: Ian Trimble <ian.trimble>
Status: CLOSED DUPLICATE QA Contact:
Severity: critical    
Priority: P3 CC: lbarbareau, raghunathan.srinivasan, thatnitind
Version: 3.4.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Laurent Barbareau CLA 2012-12-06 08:35:38 EST
Web Page Editor is currently unusable because of all those key binding conflicts.

Here is a little sample of the Error Log :

!SESSION 2012-12-06 14:27:40.453 -----------------------------------------------
eclipse.buildId=M20120914-1800
java.version=1.7.0_07
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=fr_FR
Framework arguments:  -product org.eclipse.epp.package.jee.product
Command-line arguments:  -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.jee.product

!ENTRY org.eclipse.ui 4 4 2012-12-06 14:30:48.000
!MESSAGE Conflicting handlers for org.eclipse.ui.edit.cut: {ActionHandler(org.eclipse.ui.texteditor.TextOperationAction@116aeac)} vs {ActionHandler(org.eclipse.jst.pagedesigner.commands.CutAction@aba232)}

!ENTRY org.eclipse.ui 4 4 2012-12-06 14:30:48.015
!MESSAGE Conflicting handlers for org.eclipse.ui.edit.copy: {ActionHandler(org.eclipse.jst.pagedesigner.commands.CopyAction@1314264)} vs {ActionHandler(org.eclipse.ui.texteditor.TextOperationAction@6bdb41)}

!ENTRY org.eclipse.ui 4 4 2012-12-06 14:30:52.656
!MESSAGE Conflicting handlers for org.eclipse.ui.edit.paste: {ActionHandler(org.eclipse.jst.pagedesigner.commands.PasteAction@c5555f)} vs {ActionHandler(org.eclipse.ui.texteditor.TextOperationAction@25ae26)}

!ENTRY org.eclipse.ui 4 4 2012-12-06 14:31:09.656
!MESSAGE Conflicting handlers for org.eclipse.ui.edit.copy: {ActionHandler(org.eclipse.jst.pagedesigner.commands.CopyAction@1314264)} vs {ActionHandler(org.eclipse.ui.texteditor.TextOperationAction@6bdb41)}

!ENTRY org.eclipse.ui 4 4 2012-12-06 14:31:10.281
!MESSAGE Conflicting handlers for org.eclipse.ui.edit.copy: {ActionHandler(org.eclipse.jst.pagedesigner.commands.CopyAction@1314264)} vs {ActionHandler(org.eclipse.ui.texteditor.TextOperationAction@6bdb41)}

!ENTRY org.eclipse.ui 4 4 2012-12-06 14:31:19.031
!MESSAGE Conflicting handlers for org.eclipse.ui.edit.copy: {ActionHandler(org.eclipse.jst.pagedesigner.commands.CopyAction@1314264)} vs {ActionHandler(org.eclipse.ui.texteditor.TextOperationAction@6bdb41)}

!ENTRY org.eclipse.ui 4 4 2012-12-06 14:31:19.671
!MESSAGE Conflicting handlers for org.eclipse.ui.edit.copy: {ActionHandler(org.eclipse.jst.pagedesigner.commands.CopyAction@1314264)} vs {ActionHandler(org.eclipse.ui.texteditor.TextOperationAction@6bdb41)}
Comment 1 Nick Sandonato CLA 2012-12-06 10:08:00 EST
Reassigning to JSF, as the conflicting actions are coming from the Web Page Editor.
Comment 2 Raghunathan Srinivasan CLA 2012-12-13 15:13:23 EST
This has been fixed both in the R3_4 maintenance and the HEAD stream. Please review.

*** This bug has been marked as a duplicate of bug 387268 ***