Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 244004

Summary: Cursor support missing
Product: [RT] RAP Reporter: Jordan Dukadinov <jdukadinov>
Component: RWTAssignee: Ivan Furnadjiev <ivan>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: b.muskalla, ivan, manuel.woelker, ruediger.herrmann
Version: 1.1Keywords: plan
Target Milestone: 1.2 M2   
Hardware: All   
OS: All   
Whiteboard: plan-version=1.2 plan-theme=extend-rwt plan-status=committed
Attachments:
Description Flags
Add support for set/get cursor of Control.
none
Add support for set/get cursor of List widget.
none
Add support for set/get cursor of Spinner widget.
none
Add support for set/get cursor of Combo widget.
none
Add support for set/get cursor of Control.
none
Add support for set/get cursor of Combo widget.
none
Add support for set/get cursor of Spinner widget. none

Description Jordan Dukadinov CLA 2008-08-13 06:53:43 EDT
Build ID: I20080617-2000 

Steps To Reproduce:
When the mouse goes over a label, we want to change the cursor (into a hand). As far as i know this is possible in SWT and hopefully soon in RAP :-)

More information:
Comment 1 Manuel Woelker CLA 2008-08-25 10:57:28 EDT
What is the current status/ETA on a possible fix?

IMHO the simplest solution would be to implement the setCursor() method for widgets.
Comment 2 Ivan Furnadjiev CLA 2008-08-26 03:10:04 EDT
The *general* code infrastructure for set/get cursor in Control is ready. Currently there are widget specific problems (Button, Label, Combo...) - the cursor is not changed as expected in all widget space. I haven't tested all the widgets yet.
Comment 3 Ivan Furnadjiev CLA 2008-08-26 10:39:01 EDT
Created attachment 110937 [details]
Add support for set/get cursor of Control.
Comment 4 Ivan Furnadjiev CLA 2008-08-26 10:40:35 EDT
Created attachment 110938 [details]
Add support for set/get cursor of List widget.
Comment 5 Ivan Furnadjiev CLA 2008-08-26 10:41:21 EDT
Created attachment 110939 [details]
Add support for set/get cursor of Spinner widget.
Comment 6 Ivan Furnadjiev CLA 2008-08-26 10:42:43 EDT
Created attachment 110940 [details]
Add support for set/get cursor of Combo widget.
Comment 7 Ivan Furnadjiev CLA 2008-08-29 06:11:40 EDT
Created attachment 111283 [details]
Add support for set/get cursor of Control.
Comment 8 Ivan Furnadjiev CLA 2008-08-29 06:12:42 EDT
Created attachment 111284 [details]
Add support for set/get cursor of Combo widget.
Comment 9 Ivan Furnadjiev CLA 2008-08-29 06:13:14 EDT
Created attachment 111285 [details]
Add support for set/get cursor of Spinner widget.
Comment 10 Ralf Sternberg CLA 2008-09-01 19:30:01 EDT
* Applied a qx-patch to make mouse cursor configurable, see also qooxdoo bug 455.
* Applied modified patches #5, #6, #7 to CVS.
Comment 11 Ivan Furnadjiev CLA 2008-09-15 09:19:17 EDT
Here is the list with the widgets, supported setCursor:
Button
Label
List
Composite
Canvas
Combo
Text
Spinner
Scale
Comment 12 Ivan Furnadjiev CLA 2008-09-15 09:24:50 EDT
CLabel is included in the supported widgets list.