| Summary: | Cursor support missing | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Jordan Dukadinov <jdukadinov> |
| Component: | RWT | Assignee: | Ivan Furnadjiev <ivan> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | b.muskalla, ivan, manuel.woelker, ruediger.herrmann |
| Version: | 1.1 | Keywords: | plan |
| Target Milestone: | 1.2 M2 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | plan-version=1.2 plan-theme=extend-rwt plan-status=committed | ||
| Attachments: | |||
|
Description
Jordan Dukadinov
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. |