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 110938 Details for
Bug 244004
Cursor support missing
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.
Add support for set/get cursor of List widget.
Cursor_List_Patch.txt (text/plain), 1.18 KB, created by
Ivan Furnadjiev
on 2008-08-26 10:40:35 EDT
(
hide
)
Description:
Add support for set/get cursor of List widget.
Filename:
MIME Type:
Creator:
Ivan Furnadjiev
Created:
2008-08-26 10:40:35 EDT
Size:
1.18 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.rwt.q07 >Index: js/org/eclipse/swt/theme/AppearancesBase.js >=================================================================== >RCS file: /cvsroot/technology/org.eclipse.rap/org.eclipse.rap.rwt.q07/js/org/eclipse/swt/theme/AppearancesBase.js,v >retrieving revision 1.13 >diff -u -r1.13 AppearancesBase.js >--- js/org/eclipse/swt/theme/AppearancesBase.js 25 Aug 2008 14:55:41 -0000 1.13 >+++ js/org/eclipse/swt/theme/AppearancesBase.js 26 Aug 2008 14:28:13 -0000 >@@ -764,6 +764,7 @@ > style : function( states ) { > var tv = new org.eclipse.swt.theme.ThemeValues( states ); > return { >+ cursor : "default", > overflow : "hidden", > textColor : tv.getColor( "list.foreground" ), > backgroundColor : tv.getColor( "list.background" ), >@@ -777,7 +778,7 @@ > style : function( states ) { > var tv = new org.eclipse.swt.theme.ThemeValues( states ); > var result = { >- cursor : "default", >+// cursor : "default", > height : "auto", > horizontalChildrenAlign : "left", > verticalChildrenAlign : "middle",
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 Raw
Actions:
View
Attachments on
bug 244004
:
110937
|
110938
|
110939
|
110940
|
111283
|
111284
|
111285