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 218183 Details for
Bug 383570
[Progress] Progress view duplicates job name
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]
Fix
eclipse.platform.ui.patch (text/plain), 1.07 KB, created by
Markus Keller
on 2012-07-02 15:39:40 EDT
(
hide
)
Description:
Fix
Filename:
MIME Type:
Creator:
Markus Keller
Created:
2012-07-02 15:39:40 EDT
Size:
1.07 KB
patch
obsolete
>diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressInfoItem.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressInfoItem.java >index d3e6374..a3d9138 100644 >--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressInfoItem.java >+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressInfoItem.java >@@ -804,9 +804,6 @@ > link = (Link) taskEntries.get(index); > } > >- link.setToolTipText(taskString); >- link.setData(TEXT_KEY, taskString); >- > // check for action property > Object actionProperty = linkJob > .getProperty(IProgressConstants.ACTION_PROPERTY); >@@ -822,6 +819,14 @@ > updateTrigger(property, link); > } > >+ if (link.getData(TRIGGER_KEY) == null >+ && (taskString == null || taskString.equals(getMainTitle()))) { >+ // workaround for https://bugs.eclipse.org/383570 >+ taskString = ""; //$NON-NLS-1$ >+ } >+ link.setToolTipText(taskString); >+ link.setData(TEXT_KEY, taskString); >+ > updateText(taskString, link); > > }
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
Flags:
daniel_megert
:
review+
Actions:
View
|
Diff
Attachments on
bug 383570
:
217890
| 218183