Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Best practice needed: Two Hovers or different delays

    Hi Isomorphic,

    please see the code from this thread. I want to achieve the following:
    1. On hover, directly change the icon of a button (Button.setHoverDelay(1))
    2. Still have a "Tooltip" / Hover after some time (Button.setHoverDelay(300))

    Is this somehow possible?

    Thank you & Best regards,
    Blama

    #2
    The first isn't really a hover, it's just something you want to do on mouseOver (and clear on mouseOut).

    Comment


      #3
      Thank you very much. I'm using addMouseOverHandler(...) and addMouseOutHandler(...) now. Should have thought of that one myself.

      Best regards,
      Blama

      Comment

      Working...
      X