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 178401 Details for
Bug 324732
[upload] Widget is disposed if widget is disposed while upload is in progress
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
clipboard.txt (text/plain), 899 bytes, created by
Stefan Röck
on 2010-09-08 09:09:31 EDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Stefan Röck
Created:
2010-09-08 09:09:31 EDT
Size:
899 bytes
patch
obsolete
>Index: src/org/eclipse/rwt/widgets/Upload.java >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/sandbox/org.eclipse.rwt.widgets.upload/src/org/eclipse/rwt/widgets/Upload.java,v >retrieving revision 1.16 >diff -u -r1.16 Upload.java >--- src/org/eclipse/rwt/widgets/Upload.java 5 May 2010 11:40:28 -0000 1.16 >+++ src/org/eclipse/rwt/widgets/Upload.java 8 Sep 2010 13:07:22 -0000 >@@ -273,7 +273,11 @@ > } finally { > uploadInProgresses[ 0 ] = false; > performUpload = false; >- removeUploadListener( listener ); >+ // 324732: [upload] Widget is disposed if widget is disposed while upload is in progress >+ // https://bugs.eclipse.org/bugs/show_bug.cgi?id=324732 >+ if (!isDisposed()) { >+ removeUploadListener( listener ); >+ } > } > } >
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 324732
:
178391
| 178401