Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
755
Items remain clicked
posted

Hi,

When I hoover the mouse over a item in the main menu, a blue effect appears over it, but when I click it, that effect remains in the item, and it looks pretty bad.

Why that happen? how can I avoid it?

Cheers.

Parents
No Data
Reply
  • 6475
    Verified Answer
    posted

        Hi,

        I was able to reproduce your issue by collapsing the item's visibility on click. The reason this is happening is because the "Highlighted" state is controlled through item's MouseEnter and MouseLeave events. When you collapse the visibility of the item with the mouse cursor over it, the MouseLeave event never fires and the Item remain in "Highlighted" state.

        A possible workaround is to set Item's width to '0' instead of collapsing its visibility. You could set its width to double.NaN later to make it 'visible' again.

        We will try to fix this issue for the next Service Release.

     

    Hope that helps,

Children