Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 116835 Details for
Bug 240344
Paste in bultin-browser goes to address field instead of form input field
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch
patch240344.txt (text/plain), 2.18 KB, created by
Chris Goldthorpe
on 2008-11-03 12:20:21 EST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Chris Goldthorpe
Created:
2008-11-03 12:20:21 EST
Size:
2.18 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.ui.browser >Index: src/org/eclipse/ui/internal/browser/WebBrowserEditorActionBarContributor.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/WebBrowserEditorActionBarContributor.java,v >retrieving revision 1.6 >diff -u -r1.6 WebBrowserEditorActionBarContributor.java >--- src/org/eclipse/ui/internal/browser/WebBrowserEditorActionBarContributor.java 17 Apr 2006 15:26:51 -0000 1.6 >+++ src/org/eclipse/ui/internal/browser/WebBrowserEditorActionBarContributor.java 3 Nov 2008 17:15:43 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2003, 2006 IBM Corporation and others. >+ * Copyright (c) 2003, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -12,9 +12,7 @@ > > import org.eclipse.jface.action.Action; > import org.eclipse.jface.action.IToolBarManager; >-import org.eclipse.ui.IActionBars; > import org.eclipse.ui.IEditorPart; >-import org.eclipse.ui.actions.ActionFactory; > import org.eclipse.ui.part.EditorActionBarContributor; > /** > * ActionBarContributor for the Web browser. >@@ -49,19 +47,6 @@ > public void setActiveEditor(IEditorPart targetEditor) { > if (targetEditor instanceof WebBrowserEditor) { > editor = (WebBrowserEditor) targetEditor; >- WebBrowserEditorInput input = editor.getWebBrowserEditorInput(); >- >- if (input == null || input.isLocationBarLocal()) { >- IActionBars actionBars = getActionBars(); >- actionBars.setGlobalActionHandler(ActionFactory.COPY.getId(), editor.getCopyAction()); >- actionBars.setGlobalActionHandler(ActionFactory.CUT.getId(), editor.getCutAction()); >- actionBars.setGlobalActionHandler(ActionFactory.PASTE.getId(), editor.getPasteAction()); >- } >- >- //if (input.isToolbarGlobal()) >- // getWebBrowser().backNextListener = this.updater; >- >- //editor.updateActions(); > } else > editor = null; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 240344
:
111344
| 116835