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 140954 Details for
Bug 282664
ComboBox#setText works wrong
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 to fix the problem
combo.txt (text/plain), 700 bytes, created by
Igor Pavlenko
on 2009-07-07 08:46:39 EDT
(
hide
)
Description:
Patch to fix the problem
Filename:
MIME Type:
Creator:
Igor Pavlenko
Created:
2009-07-07 08:46:39 EDT
Size:
700 bytes
patch
obsolete
>Index: src/org/eclipse/swt/widgets/Combo.java >=================================================================== >RCS file: /cvs/eclipse/org.eclipse.rap.rwt/src/org/eclipse/swt/widgets/Combo.java,v >retrieving revision 1.2 >diff -u -r1.2 Combo.java >--- src/org/eclipse/swt/widgets/Combo.java 8 Jun 2009 10:30:04 -0000 1.2 >+++ src/org/eclipse/swt/widgets/Combo.java 7 Jul 2009 12:43:57 -0000 >@@ -607,7 +607,7 @@ > model.deselectAll(); > String[] items = model.getItems(); > for( int i = 0; i < items.length; i++ ) { >- if( verifiedText == items[i] ) { >+ if( verifiedText.equals( items[i] ) ) { > model.setSelection( i ); > break; > }
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 282664
: 140954