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 136468 Details for
Bug 232911
Buttons disappear partly in Jobs Dialog using Internet Explorer
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]
Proposed patch.
Bug-232911.patch (text/plain), 1.17 KB, created by
Ivan Furnadjiev
on 2009-05-20 06:44:34 EDT
(
hide
)
Description:
Proposed patch.
Filename:
MIME Type:
Creator:
Ivan Furnadjiev
Created:
2009-05-20 06:44:34 EDT
Size:
1.17 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.ui.workbench >Index: Eclipse UI/org/eclipse/ui/internal/progress/ProgressMonitorJobsDialog.java >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.ui/org.eclipse.rap.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressMonitorJobsDialog.java,v >retrieving revision 1.3 >diff -u -r1.3 ProgressMonitorJobsDialog.java >--- Eclipse UI/org/eclipse/ui/internal/progress/ProgressMonitorJobsDialog.java 16 Sep 2008 16:26:28 -0000 1.3 >+++ Eclipse UI/org/eclipse/ui/internal/progress/ProgressMonitorJobsDialog.java 20 May 2009 10:44:53 -0000 >@@ -86,7 +86,11 @@ > viewerComposite.setLayout(layout); > GridData viewerData = new GridData(GridData.FILL_BOTH); > viewerData.horizontalSpan = 2; >- viewerData.heightHint = 0; >+ // RAP [if] Workaround for bug 232911: >+ // Buttons disappear partly in Jobs Dialog using Internet Explorer >+ // https://bugs.eclipse.org/bugs/show_bug.cgi?id=232911 >+ // viewerData.heightHint = 0; >+ viewerData.heightHint = 1; > viewerComposite.setLayoutData(viewerData); > } >
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 232911
: 136468