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 196433 Details for
Bug 346198
Browser loads URL twice after single setURL
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 for org.eclipse.rap.example project
browsertest.patch (text/plain), 1.37 KB, created by
Wolfgang Pedot
on 2011-05-24 08:53:05 EDT
(
hide
)
Description:
Patch for org.eclipse.rap.example project
Filename:
MIME Type:
Creator:
Wolfgang Pedot
Created:
2011-05-24 08:53:05 EDT
Size:
1.37 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.examples >Index: src/org/eclipse/rap/examples/internal/ExampleView.java >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.ui/org.eclipse.rap.examples/src/org/eclipse/rap/examples/internal/ExampleView.java,v >retrieving revision 1.3 >diff -u -r1.3 ExampleView.java >--- src/org/eclipse/rap/examples/internal/ExampleView.java 12 Apr 2011 06:50:11 -0000 1.3 >+++ src/org/eclipse/rap/examples/internal/ExampleView.java 24 May 2011 12:47:25 -0000 >@@ -17,6 +17,7 @@ > import org.eclipse.rap.examples.IExamplePage; > import org.eclipse.rap.examples.internal.model.ExamplesModel; > import org.eclipse.swt.SWT; >+import org.eclipse.swt.browser.Browser; > import org.eclipse.swt.widgets.Composite; > import org.eclipse.ui.*; > import org.eclipse.ui.part.PageBook; >@@ -33,12 +34,11 @@ > public ExampleView() { > examplePages = new HashMap(); > } >+ > > public void createPartControl( final Composite parent ) { >- book = new PageBook( parent, 0 ); >- selectionListener = new SelectionListener(); >- ISelectionService selectionService = getSelectionService(); >- selectionService.addSelectionListener( selectionListener ); >+ Browser b = new Browser(parent,SWT.NONE); >+ b.setUrl( "http://www.finkzeit.at/download/test.html" ); > } > > public void setFocus() {
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 346198
: 196433 |
196522