iceteagroup / wisej-demobrowser

6 stars 5 forks source link

KendoUI components -no example shows the corresponding control #68

Closed paulcordova closed 2 years ago

paulcordova commented 2 years ago

All the list of samples demos for kendo, don't display the related control

for example. kendoAutocomplete image

kendoDropdownList is the only that had a control displayed but dont correspond

this is diaplayed image

must be displayed image

LRufenacht commented 2 years ago

@paulcordova are you using demo.wisej.com/Kendo or a local version? Can you verify the scripts are loaded from CDN in the browser console?

paulcordova commented 2 years ago

@LRufenacht I'm using demo in browser Here sample of what I get

Wisej-DemoBrowser-Kendo-Error

LRufenacht commented 2 years ago

Can you expand the cultures folder? Please check the Network or Console tab to see if you get errors for missing resources.

LRufenacht commented 2 years ago

Found the issue, updating

paulcordova commented 2 years ago

@LRufenacht I could check that maybe is related to a missing javascript file in ES culture from kendo side

DemoBrowser runned in chrome - with EN language settings - I got this error image

When I runned in Edge - also EN languaje on - now are running ok the extensions

Here a video of my tests https://drive.google.com/file/d/1b0KSHcSElGbnZ6c96CBThZlgY95NOmSd/view?usp=sharing

HTH

paulcordova commented 2 years ago

Last test still fail in Chrome from my side image

But in FireFox in spanish settings runs OK image

LRufenacht commented 2 years ago

Please try again, should be fixed.

The issue was the value of Application.CurrentCulture.Name for your Chrome is "es", and their CDN doesn't have a value for that. I've updated all the premium extensions to try to get the full name for the localization (i.e. es-ES or es-CL).

paulcordova commented 2 years ago

Chrome in EN is OK image

Chrome in ES still fail :-( image

paulcordova commented 2 years ago

In FireFox in ES work Ok

image