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 140137 Details for
Bug 281534
[Tree] Double click does not toggle expanded state
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 that solves the bug
Bug-281534.patch (text/plain), 860 bytes, created by
Ivan Furnadjiev
on 2009-06-25 13:57:58 EDT
(
hide
)
Description:
Patch that solves the bug
Filename:
MIME Type:
Creator:
Ivan Furnadjiev
Created:
2009-06-25 13:57:58 EDT
Size:
860 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.rwt.q07 >Index: js/org/eclipse/swt/widgets/Tree.js >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.rwt/org.eclipse.rap.rwt.q07/js/org/eclipse/swt/widgets/Tree.js,v >retrieving revision 1.7 >diff -u -r1.7 Tree.js >--- js/org/eclipse/swt/widgets/Tree.js 19 Aug 2008 15:40:24 -0000 1.7 >+++ js/org/eclipse/swt/widgets/Tree.js 25 Jun 2009 17:58:14 -0000 >@@ -44,7 +44,7 @@ > this._tree = new qx.ui.tree.Tree( trs ); > this._tree.setHideNode( true ); > this._tree.setRootOpenClose( true ); >- this._tree.setUseDoubleClick( false ); // true supresses dblclick events ! >+ this._tree.setUseDoubleClick( true ); > this._tree.setOverflow( qx.constant.Style.OVERFLOW_AUTO ); > > // TODO [rh] this is only to make the tree focusable at all
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 281534
: 140137