Community
Participate
Working Groups
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:
What is the current status/ETA on a possible fix? IMHO the simplest solution would be to implement the setCursor() method for widgets.
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.
Created attachment 110937 [details] Add support for set/get cursor of Control.
Created attachment 110938 [details] Add support for set/get cursor of List widget.
Created attachment 110939 [details] Add support for set/get cursor of Spinner widget.
Created attachment 110940 [details] Add support for set/get cursor of Combo widget.
Created attachment 111283 [details] Add support for set/get cursor of Control.
Created attachment 111284 [details] Add support for set/get cursor of Combo widget.
Created attachment 111285 [details] Add support for set/get cursor of Spinner widget.
* Applied a qx-patch to make mouse cursor configurable, see also qooxdoo bug 455. * Applied modified patches #5, #6, #7 to CVS.
Here is the list with the widgets, supported setCursor: Button Label List Composite Canvas Combo Text Spinner Scale
CLabel is included in the supported widgets list.