Service Side IE11 not working

Rendering a server side Blazor app in IE11 is failing on startup. Have applied the latest polyfill 5.0.100.5



8 Replies 1 reply marked as answer

PS Pon Selva Jeganathan Syncfusion Team January 12, 2021 12:06 PM UTC

Hi Michael,   
 
Thanks for contacting syncfusion forum.  
 
Query: Service Side IE11 not working  
 
We have checked your reported problem by preparing sample but we are unable to reproduce the issue at our end.  
 
Please refer to the below sample, 
After following the above reference, still faced issue please share us the following details.  
1.       Share the details of your product version.  
2.       If possible, reproduce the reported issue in the shared sample Or share us issue reproducing sample.  
3.       Kindly share us issue replicating steps 
4.       Share the video demonstrating of the issue    
 
The provided information will be helpful to provide you response as early as possible. 
 
Regards, 
Pon selva   
 



MA Michael Aston January 12, 2021 02:36 PM UTC

The polyfill js is now distributed via a nuget package and is referenced by 

<script src="_framework/blazor.polyfill.min.js"></script>

I've updated your sample and now gives it gives a js error.

I've attached the updated sample.

Attachment: BlazorServerApp_560af89.zip


PS Pon Selva Jeganathan Syncfusion Team January 13, 2021 12:26 PM UTC

Hi Michael,   
 
Query: Service Side IE11 not working  
 
We checked the problem in your attached sample but we are unable to reproduce the issue at our end.  
 
We have shared video demo of the sample (sample link you have mentioned in your last update) for your reference. You can download the same from the below link, 
 
Screenshot of IE11 browser version details. 
 
 
 
Kindly share us the below details so that we could proceed further, 
  1. Share us your browser version details (IE11)
  2. Kindly Share us your dotnet sdk version and visual studio version
  3. Video demo to replicate the issue.
  4. Kindly share us issue replicating steps
  5. NuGet package version details. 
 
Based on the provided details, we will try to replicate issue at our end. Otherwise we would like to setup web meeting to look into your issue based on your confirmation. 
 
Regards, 
Pon selva 
 



MA Michael Aston January 13, 2021 05:32 PM UTC

Could you try a couple of things?

1) Does any of the grid/tree functionality work for you once the page has loaded e.g. tree collapse/expand, grid columns sort or page. Doesn't for me.
2) Go to the Console tab in dev tools and then refresh the page. Make sure its a refresh else the dev tools will close and you'll miss the error. 

I think you may be missing the error on page load as IE will not log the error to the console unless the dev tools are open at the time.

Mike


SE Sathyanarayanamoorthy Eswararao Syncfusion Team January 14, 2021 04:46 PM UTC

Hi Michael, 

We are currently validating the reported  issue and we will update you the further details on 15th January 2021. 

Regards, 
Sathyanarayanamoorthy 




PS Pon Selva Jeganathan Syncfusion Team January 16, 2021 02:18 AM UTC

Hi Michael,   
  
Thanks for the update.  
  
We have validated the reported issue and we would let you know that in .NET 5.0, the Microsoft Blazor Server & Web Assembly are not supported with the IE11 browser. Please refer to the below documentation links for more details.  
  
  
However, we have checked further with Blazor.Polyfill and the cause of the issue is due to the JS isolation is not working in IE11 with .NET 5.0. Please refer to the below GitHub issue thread.  
  
kindly get back to us further assistance. 
  
Regards, 
Pon selva 
  


Marked as answer

MA Michael Aston January 21, 2021 11:04 AM UTC

Thanks for the update on IE11 status and Blazor.polyfill.

What will Syncfusions approach to IE11 be now? Will you still test against it? 


PS Pon Selva Jeganathan Syncfusion Team January 22, 2021 10:18 AM UTC

Hi Michael,   
 
Thanks for the update.  
 
As per official updates from Microsoft, we won't recommend the IE11 for Blazor application with .NET 5.0 target since it's not supported.  
 
 
However, we still support and doing testing against our components with .NET Core 3.1 targeted application. 
 
 
Please let us know if you have any concerns. 
 
Regards, 
Pon selva 


Loader.
Up arrow icon