Community
Participate
Working Groups
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.
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.
Not sure this is going to get looked at for RC1, changes are trivial however not blocking anything either
sorry I missed this Ken, will get to it for RC2
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.