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 127203 Details for
Bug 266729
[ui] No scrollbar in details area
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.
Fix
patch.txt (text/plain), 2.01 KB, created by
John Arthorne
on 2009-03-02 13:54:52 EST
(
hide
)
Description:
Fix
Filename:
MIME Type:
Creator:
John Arthorne
Created:
2009-03-02 13:54:52 EST
Size:
2.01 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.equinox.p2.ui >Index: src/org/eclipse/equinox/internal/provisional/p2/ui/ResolutionResult.java >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/provisional/p2/ui/ResolutionResult.java,v >retrieving revision 1.1 >diff -u -r1.1 ResolutionResult.java >--- src/org/eclipse/equinox/internal/provisional/p2/ui/ResolutionResult.java 21 Jan 2009 23:42:31 -0000 1.1 >+++ src/org/eclipse/equinox/internal/provisional/p2/ui/ResolutionResult.java 2 Mar 2009 18:54:01 -0000 >@@ -119,7 +119,8 @@ > // Now print the children status info (if there are children) > IStatus[] children = status.getChildren(); > for (int i = 0; i < children.length; i++) { >- buffer.append('\n'); >+ if (buffer.length() > 0) >+ buffer.append('\n'); > appendDetailText(children[i], buffer, indent + 1, true); > } > } >Index: src/org/eclipse/equinox/internal/p2/ui/dialogs/IUDetailsGroup.java >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/dialogs/IUDetailsGroup.java,v >retrieving revision 1.2 >diff -u -r1.2 IUDetailsGroup.java >--- src/org/eclipse/equinox/internal/p2/ui/dialogs/IUDetailsGroup.java 27 Feb 2009 14:26:13 -0000 1.2 >+++ src/org/eclipse/equinox/internal/p2/ui/dialogs/IUDetailsGroup.java 2 Mar 2009 18:54:01 -0000 >@@ -71,7 +71,7 @@ > gd.verticalIndent = Dialog.convertVerticalDLUsToPixels(fontMetrics, IDialogConstants.VERTICAL_SPACING); > gd.heightHint = Dialog.convertHeightInCharsToPixels(fontMetrics, ILayoutConstants.DEFAULT_DESCRIPTION_HEIGHT); > gd.widthHint = widthHint; >- detailsArea = new Text(detailsComposite, SWT.WRAP | SWT.READ_ONLY); >+ detailsArea = new Text(detailsComposite, SWT.WRAP | SWT.READ_ONLY | SWT.V_SCROLL); > detailsArea.setLayoutData(gd); > > gd = new GridData(SWT.END, SWT.BOTTOM, true, false);
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 Raw
Actions:
View
Attachments on
bug 266729
: 127203