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 169608 Details for
Bug 314040
Remove unused code from LabelUtil.js
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
clipboard.txt (text/plain), 1.75 KB, created by
RĂ¼diger Herrmann
on 2010-05-23 09:02:19 EDT
(
hide
)
Description:
Fix
Filename:
MIME Type:
Creator:
RĂ¼diger Herrmann
Created:
2010-05-23 09:02:19 EDT
Size:
1.75 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.rwt.q07 >Index: js/org/eclipse/swt/LabelUtil.js >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.rwt/org.eclipse.rap.rwt.q07/js/org/eclipse/swt/LabelUtil.js,v >retrieving revision 1.5 >diff -u -r1.5 LabelUtil.js >--- js/org/eclipse/swt/LabelUtil.js 10 Aug 2009 17:45:54 -0000 1.5 >+++ js/org/eclipse/swt/LabelUtil.js 23 May 2010 13:01:58 -0000 >@@ -22,7 +22,6 @@ > APPEARANCE : "label-wrapper", > > initialize : function( widget ) { >- > widget.setHorizontalChildrenAlign( qx.constant.Layout.ALIGN_LEFT ); > widget.setVerticalChildrenAlign( qx.constant.Layout.ALIGN_TOP ); > widget.setAppearance( org.eclipse.swt.LabelUtil.APPEARANCE ); >@@ -38,27 +37,12 @@ > widget.setLabel( "" ); > // end workaround > widget.setHideFocus( true ); >- // track DOM insertion state >- widget.addEventListener( "beforeRemoveDom", >- org.eclipse.swt.LabelUtil._onRemoveDom ); >- widget.addEventListener( "insertDom", >- org.eclipse.swt.LabelUtil._onInsertDom ); > widget.addEventListener( "mouseover", > org.eclipse.swt.LabelUtil._onMouseOver ); > widget.addEventListener( "mouseout", > org.eclipse.swt.LabelUtil._onMouseOut ); > }, > >- _onRemoveDom : function( evt ) { >- var widget = evt.getTarget(); >- widget._isInDOM = false; >- }, >- >- _onInsertDom : function( evt ) { >- var widget = evt.getTarget(); >- widget._isInDOM = true; >- }, >- > setWrap : function( widget, wrap ) { > widget.getLabelObject().setWrap( wrap ); > },
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 314040
: 169608