Announcement

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

    Interaction with hovers possible?

    Hi there,
    Is there an option that I can use to recreate something similar to the gmail-contact hover? Like this:



    Using getHoverHTML or getHoverComponent would be possible to create this hover as shown above. Also I think it whould be possible to create Buttons, Labels or Images in this hover, but I haven't seen the possibility that the hover stays open if the user leaves the component which the hover has created.
    Is it possible to interact with hovers? Could this be achieved in any way, for example in a ListGrid?
    Best Regards

    #2
    You can use the more low-level hover() notification to create a pop-up like this. We'd suggest creating it as a dismissible window rather than a hover the dismisses if the mouse wanders slightly outside of its area (which is a bit awkward).

    Note also that hovers in general are not available to keyboard users, and may not be found by touch screen users (long touch is required), so you definitely need a secondary way to reach the same UI.

    Comment

    Working...
    X