Re: Cursor pointer class in Label TourDeJewel example

2019-01-21 Thread Carlos Rovira
Hi Piotr, El lun., 21 ene. 2019 a las 13:30, Piotr Zarzycki (< piotrzarzyck...@gmail.com>) escribió: > Carlos, > > I think solution with bead which checking whether some event is available > or not cause you may bump into situation where that event is not there and > you would like to still have

Re: Cursor pointer class in Label TourDeJewel example

2019-01-21 Thread Piotr Zarzycki
Carlos, I think solution with bead which checking whether some event is available or not cause you may bump into situation where that event is not there and you would like to still have that cursor there. By adding cursor inside created bead - you mean how to do that ? Using

Re: Cursor pointer class in Label TourDeJewel example

2019-01-21 Thread Carlos Rovira
Hi Piotr, just commited a fix for this. I must say that I never liked this solution (to add className for this) Maybe we could add a Bead ("CursorPointer") that adds this css class selector to the strand. What do you think? Even something better could be that bead could check listeners and

Cursor pointer class in Label TourDeJewel example

2019-01-21 Thread Piotr Zarzycki
Hi Carlos, In LabelPlayground example we have label which should display hand cursor when we roll over on it. It's being used there className="cursor-pointer" [1] - I see in the browser that this class is being applied, but I cannot find where it is declared ? In my application I did use that