Ultralight icon indicating copy to clipboard operation
Ultralight copied to clipboard

Add support for CSS cursor images

Open adamjs opened this issue 5 years ago • 4 comments

Within CSS, it is possible to define cursors with custom images. For example

cursor: url('path-to-image.png'), auto;	

We should extend ViewListener::OnChangeCursor to support custom cursor images as well.

adamjs avatar Dec 11 '18 21:12 adamjs

cursor: pointer; also doesn't seem to work at the moment.

m4heshd avatar Jan 06 '20 18:01 m4heshd

@m4heshd Same problem for cursor: pointer; :(

gaetandezeiraud avatar May 07 '20 07:05 gaetandezeiraud

cursor: pointer; still seems to be broken...

ThomasFrans avatar May 12 '21 17:05 ThomasFrans

still a problem.. please add this ability to change or set cursor to none.

Steven-L-42 avatar Mar 15 '24 15:03 Steven-L-42