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 74507 Details for
Bug 195721
Bugzilla UI entry form drop down box shows selected text on Macs
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 for Fix
clipboard.txt (text/plain), 1.49 KB, created by
Frank Becker
on 2007-07-24 17:35:45 EDT
(
hide
)
Description:
Patch for Fix
Filename:
MIME Type:
Creator:
Frank Becker
Created:
2007-07-24 17:35:45 EDT
Size:
1.49 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.mylyn.tasks.ui >Index: src/org/eclipse/mylyn/tasks/ui/editors/AbstractRepositoryTaskEditor.java >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.mylyn/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/AbstractRepositoryTaskEditor.java,v >retrieving revision 1.202 >diff -u -r1.202 AbstractRepositoryTaskEditor.java >--- src/org/eclipse/mylyn/tasks/ui/editors/AbstractRepositoryTaskEditor.java 24 Jul 2007 05:09:11 -0000 1.202 >+++ src/org/eclipse/mylyn/tasks/ui/editors/AbstractRepositoryTaskEditor.java 24 Jul 2007 21:16:15 -0000 >@@ -127,6 +127,7 @@ > import org.eclipse.swt.graphics.Color; > import org.eclipse.swt.graphics.Cursor; > import org.eclipse.swt.graphics.Font; >+import org.eclipse.swt.graphics.Point; > import org.eclipse.swt.layout.GridData; > import org.eclipse.swt.layout.GridLayout; > import org.eclipse.swt.layout.RowLayout; >@@ -985,6 +986,7 @@ > if (attributeCombo.indexOf(value) != -1) { > attributeCombo.select(attributeCombo.indexOf(value)); > } >+ attributeCombo.setSelection(new Point(0,0)); > attributeCombo.addSelectionListener(new SelectionAdapter() { > @Override > public void widgetSelected(SelectionEvent event) { >@@ -992,6 +994,7 @@ > String sel = attributeCombo.getItem(attributeCombo.getSelectionIndex()); > attribute.setValue(sel); > attributeChanged(attribute); >+ attributeCombo.setSelection(new Point(0,0)); > } > } > });
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 195721
:
73228
| 74507 |
74508
|
74617
|
74618