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 137629 Details for
Bug 278361
[Combo] Overlays text after changing items
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-278361.patch (text/plain), 1018 bytes, created by
Ivan Furnadjiev
on 2009-05-29 08:00:34 EDT
(
hide
)
Description:
Proposed patch.
Filename:
MIME Type:
Creator:
Ivan Furnadjiev
Created:
2009-05-29 08:00:34 EDT
Size:
1018 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.rwt.q07 >Index: js/org/eclipse/swt/widgets/Combo.js >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.rwt/org.eclipse.rap.rwt.q07/js/org/eclipse/swt/widgets/Combo.js,v >retrieving revision 1.20 >diff -u -r1.20 Combo.js >--- js/org/eclipse/swt/widgets/Combo.js 25 May 2009 11:28:14 -0000 1.20 >+++ js/org/eclipse/swt/widgets/Combo.js 29 May 2009 11:59:32 -0000 >@@ -652,7 +652,13 @@ > // Set methods > > setItems : function( items ) { >+ // [if] Workaround for bug: >+ // 278361: [Combo] Overlays text after changing items >+ // https://bugs.eclipse.org/bugs/show_bug.cgi?id=278361 >+ // Items are not removed from DOM if the display = false. >+ this._list.setDisplay( true ); > this._list.removeAll(); >+ this._list.setDisplay( false ); > for( var i = 0; i < items.length; i++ ) { > var item = new qx.ui.form.ListItem(); > item.setLabel( "(empty)" );
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 278361
:
137620
|
137621
|
137629
|
137649
|
137972