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 54758 Details for
Bug 165169
Scrollbar issues on image attachment preview
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-attachment (text/plain), 1.37 KB, created by
Willian Mitsuda
on 2006-11-29 19:23:13 EST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Willian Mitsuda
Created:
2006-11-29 19:23:13 EST
Size:
1.37 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.mylar.tasks.ui >Index: src/org/eclipse/mylar/internal/tasks/ui/wizards/PreviewAttachmentPage.java >=================================================================== >RCS file: /cvsroot/technology/org.eclipse.mylar/org.eclipse.mylar.tasks.ui/src/org/eclipse/mylar/internal/tasks/ui/wizards/PreviewAttachmentPage.java,v >retrieving revision 1.3 >diff -u -r1.3 PreviewAttachmentPage.java >--- src/org/eclipse/mylar/internal/tasks/ui/wizards/PreviewAttachmentPage.java 27 Nov 2006 04:04:41 -0000 1.3 >+++ src/org/eclipse/mylar/internal/tasks/ui/wizards/PreviewAttachmentPage.java 30 Nov 2006 00:19:54 -0000 >@@ -23,6 +23,8 @@ > import org.eclipse.swt.custom.ScrolledComposite; > import org.eclipse.swt.events.ControlAdapter; > import org.eclipse.swt.events.ControlEvent; >+import org.eclipse.swt.events.DisposeEvent; >+import org.eclipse.swt.events.DisposeListener; > import org.eclipse.swt.events.PaintEvent; > import org.eclipse.swt.events.PaintListener; > import org.eclipse.swt.graphics.Image; >@@ -147,6 +149,13 @@ > } > > }); >+ canvas.addDisposeListener(new DisposeListener() { >+ >+ public void widgetDisposed(DisposeEvent e) { >+ image.dispose(); >+ } >+ >+ }); > canvas.setSize(imgSize.width, imgSize.height); > scrolledComposite.setMinSize(imgSize.width, imgSize.height); > scrolledComposite.setContent(canvasComposite);
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 165169
:
54517
|
54518
| 54758 |
54759
|
56153
|
56154