Safari - Dialog boxes and popup blockers

Hi

Firefox and Edge popup blockers both seem to allow syncfusion dialog boxes to work when the blocker is switched on.

The Safari popup blocker appears to block syncfusion dialog boxes. Do you know if there is anyway around this?

This example is Ok in Firefox and Edge but not in safari ...

@page "/test"
@using Syncfusion.Blazor.Popups


   
       
@PopUpGenericTitle
       
            @PopUpGenericMessage
       
   
   
   


@code
{
    string PopUpGenericTitle = "Title";
    string PopUpGenericMessage = "Message";
    bool PopUpGenericVisibility = true;

}

many thanks

Andy

EDIT***I am having the same issue with list boxes and accordion.


6 Replies 1 reply marked as answer

RK Revanth Krishnan Syncfusion Team March 25, 2021 12:52 PM UTC

Hi Andy, 
 
 
Greetings from Syncfusion support. 
 
 
We have validated your query “When the popup blocker is enabled in the Safari browser, the Dialog, ListView, Accordion are blocked but this works fine in the edge and firefox”. 
 
We tried to reproduce the issue by enabling the popup blocker in the safari browser, but we couldn’t reproduce the issue from our end and the Dialog, ListView, Accordion are working properly. 
 
Can you please share us with more following details, 
  • The detailed code snippet of the dialog and ListView and Accordion components in the application.
  • The safari browser’s version used in your machine.
  • The video demo of the issue in the safari browser.
  • If possible please share us with the issue reproducible sample.
 
The above details will be helpful for us to validate and reproduce the issue from our end and assist you at the earliest. 
 
Regards, 
Revanth 



AJ Andy Jones March 25, 2021 02:16 PM UTC

Hi, thanks for getting back.

I have uploaded a screen video and the source code for you to see.

The version of Safari is V10(12602.1.50.0.10).

I was incorrect about the Safari popup blocker, I turned it off and the components still didn't work.

Unfortunately I know nothing about MACs, but I thought that perhaps this is a very old browser and the components may not be supported.

Everything works fine an all the other browsers I've tested on i.e. chrome, opera, Firefox. etc

My live site is www.bjjfaves.com . At the top of the home page is an accordion for sorting and filtering. On the Safari browser, it doesn't expand when clicked. On all the others it works as expected.

Many thanks


Andy



Attachment: Safari_b1a47234.zip


AJ Andy Jones March 25, 2021 03:32 PM UTC

How

I am updating the MAC. I am almost certain it was my test VM.

I will let you know as soon as its done.

thanks

Andy


RK Revanth Krishnan Syncfusion Team March 26, 2021 09:13 AM UTC

Hi Andy, 
 
 
Good day to you. 
 
 
We have further validated your query and ensure your application’s live link in the safari browser, and it is working fine in the safari browser in Mac. 
 
As you said can you please update your Mac and the browser and ensure your application directly in the safari browser without the Virtual Machine. 
 
Regards, 
Revanth 


Marked as answer

AJ Andy Jones March 29, 2021 08:31 AM UTC

Hi Revanth

I managed to test with a newer version of Safari and all works well. 

Many thanks for looking into this

Andy




RK Revanth Krishnan Syncfusion Team March 30, 2021 03:30 AM UTC

Hi Andy, 
 
Thanks for the update. 
 
We are glad that the reported issue has been resolved in the latest version of Safari, please let us know if you need further assistance. 
 
Regards, 
Revanth 


Loader.
Up arrow icon