Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 370613 - CSS changes for cursor
Summary: CSS changes for cursor
Status: RESOLVED FIXED
Alias: None
Product: Orion
Classification: ECD
Component: Client (show other bugs)
Version: 0.4   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: 0.4 RC2   Edit
Assignee: Ken Walker CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-03 17:09 EST by Ken Walker CLA
Modified: 2012-02-14 13:13 EST (History)
1 user (show)

See Also:
susan: review+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ken Walker CLA 2012-02-03 17:09:58 EST
There were numerous places that I found with incorrect cursor usage when moving the mouse around the Orion UI.

I've set the cursor to default for all HTML and when necessary, the CSS should override this to be a pointer if the item is selectable.
Comment 1 Ken Walker CLA 2012-02-03 17:25:27 EST
The changes are in this branch

https://github.com/kenwalker/orion.client/commit/ea17dfd4783d2d8b5d0520831eaa83add0fcd176

I wrote all this code and have the rights to contribute it to Eclipse under the
eclipse.org web site terms of use.
Comment 2 Ken Walker CLA 2012-02-03 17:26:07 EST
The changes are in this branch

https://github.com/kenwalker/orion.client/commit/ea17dfd4783d2d8b5d0520831eaa83add0fcd176

I wrote all this code and have the rights to contribute it to Eclipse under the
eclipse.org web site terms of use.
Comment 3 Ken Walker CLA 2012-02-10 15:18:17 EST
Not sure this is going to get looked at for RC1, changes are trivial however not blocking anything either
Comment 4 Susan McCourt CLA 2012-02-11 11:10:20 EST
sorry I missed this Ken, will get to it for RC2
Comment 5 Susan McCourt CLA 2012-02-14 13:13:07 EST
reviewed and pushed.
Observation is that we now get arrow pointer in places where we used to get i-beam since we have a different default now (such as in the chevrons between breadcrumb segments).

Good to get rid of declaring pointer all over the place.

We still have cursor issues (hands where we should have pointers, like in footer, current location, etc.) but they are the same as before.