Support » Plugin: StaffList » hover area on contact card is weird

  • Resolved tsic

    (@tsic)


    Hello,

    The hover area triggering the contact detail pop-up seems to be in the background of the icon and just the background.
    when the cursor hover the icon, the pop-up gone away.

    here is an example on your demo site :

    https://i.imgur.com/eCYzl0i.gifv

    thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author ERA404

    (@era404)

    Hello @tsic

    Would you please list the browsers (and versions), and OS you’re using to produce this unusual behavior..?

    Thanks

    Thread Starter tsic

    (@tsic)

    Hello,

    This weird behaviour happens with both Firefox ESR 60.6.3esr (64 bits) and Edge on Windows 10 64bits (1809)

    Everything is fine with Chrome (just installed for testing)

    Plugin Author ERA404

    (@era404)

    Hello @tsic

    I can’t reproduce the issue on FF 67.0 (64-bit) Windows (7).
    Try adding display:block; to the contactcard style, as shown below, and let me know if that helps with your issue:

    .staffdirectory p.contactcard {
        color: #555;
        text-decoration: none;
        margin: 4px 0px 3px 0;
        display: block;              //<--- add this
    }
    Thread Starter tsic

    (@tsic)

    Hello,

    thanks for your answer but same problem adding this css.

    I tried with latest Firefox and no problem, next ESR will switch to firefox 68 during july, we can wait for it without problem .

    Plugin Author ERA404

    (@era404)

    Hello @tsic

    Sounds good. Please keep us posted.

    ERA404

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘hover area on contact card is weird’ is closed to new replies.