Popup TimeView always open in Microsoft Edge

I did found a problem on the Scheduler component in edge browser. If you have a width of 600 px, the TimeView pop-up appear by default and block, there is a display : block on the div.

I could resolve it by doing :

/*Microsoft Edge*/

    .e-popup.e-popup-close{

        display: none!important;

    }

    .e-popup.e-popup-open{

        display: block!important;

    }


tempsnip.png


1 Reply

SK Satheesh Kumar Balasubramanian Syncfusion Team July 25, 2022 11:54 AM UTC

Hi Geraud,

 

We have checked the sharedetails and prepared sample to reproduce the reported issue. But, we were unable to reproduce the reported issue at our end.

 

Could you please get back to us with the below details that help us to validate the issue further and provide the solution earlier?

  • Replicate the issue in attached sample (or) share simple issue replicating sample if possible
  • Share all schedule-related code snippets with it's styles
  • Share syncfusion package version
  • Share a video demo of the problem

Regards,

Satheesh Kumar B


Attachment: syncfusionblazorfrenchlocalesample_dbcf0fc5.zip

Loader.
Up arrow icon