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 144404 Details for
Bug 286515
[CoolBar] Reparenting of item controls does not work
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 outline a possible approach
clipboard.txt (text/plain), 909 bytes, created by
Ralf Sternberg
on 2009-08-13 10:35:15 EDT
(
hide
)
Description:
Patch to outline a possible approach
Filename:
MIME Type:
Creator:
Ralf Sternberg
Created:
2009-08-13 10:35:15 EDT
Size:
909 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.rwt.q07 >Index: js/org/eclipse/swt/widgets/CoolItem.js >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.rwt/org.eclipse.rap.rwt.q07/js/org/eclipse/swt/widgets/CoolItem.js,v >retrieving revision 1.5 >diff -u -r1.5 CoolItem.js >--- js/org/eclipse/swt/widgets/CoolItem.js 20 Jul 2009 15:31:56 -0000 1.5 >+++ js/org/eclipse/swt/widgets/CoolItem.js 13 Aug 2009 14:35:09 -0000 >@@ -35,6 +35,11 @@ > }, > > destruct : function() { >+ if( this._control != null ) { >+ this._control.setParent( this.getParent() ); >+ this._control.setDisplay( false ); >+ this._control = null; >+ } > if( this._handle != null ) { > this._handle.removeEventListener( "mousedown", this._onHandleMouseDown, this ); > this._handle.removeEventListener( "mousemove", this._onHandleMouseMove, this );
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 286515
:
144381
| 144404