Announcement

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

    Double ListGrid cell hover on Safari

    Hi Isomorphic,

    please see this online sample (v12.0p_2019-03-16) in Safari MacOS (Safari Version 12.0.3 (14606.4.5), macOS Mojave Version 10.14.3; not happening on Chromium Win10, Chrome MacOS), where you will have double hovers.

    Click image for larger version

Name:	Double hover on Safari.png
Views:	62
Size:	20.1 KB
ID:	257211

    Steps to reproduce:
    • Click "Show Hover on every cell"
    • Make the "Country"-column smaller.
    • If you now hover e.g. "Germany", you'll see that the framework shows a hover and also Safari shows a hover.
    As this does not happen for the "Government" column, I assume you somehow suppress the Safari-native hover there.
    IMHO this should also be done on "Country", when using just canHover:true and not showHover:true, hoverHTML:"..." on a ListGridField.

    Best regards
    Blama

    #2
    This behavior is a result native Safari behavior (showing prompts for clipped text with ellipses). It actually does happen on the other fields if you resize small enough to see ellipses.
    We've added some css to suppress the behavior. This should be present in the next nightly build (dated March 28 or above)

    Regards
    Isomorphic Software

    Comment

    Working...
    X