Francesco Abbruzzese

Results 13 comments of Francesco Abbruzzese

@ralienpp I implemented dynamic lists with ajax and I had no focus problem. You can't loose focus because of an ajax call!Either you perform dom manipulation in your ajax call...

It looks like if some JavaScript file is missing, probably the globalize library, or the various cultures. Buttons do not work because exception aborted the execution of other javascript files....

We had other similar issues with ie, but we were not able to reproduce them. Probably they are connected with some browser security settings (probably cookies acceptance) Have you tested...

Oops I erroneously closed the issue! Anyway please put your code on github so we can analyze it.

@MMartin1968 , the point is that we access http://documentation.aspnetcore.mvc-controls.com/QuickStart/Installation with ie 11 and get no error! However we had a similar report from an Edge user, and an IE12 user....

At moment we will just move the existing code to .NET 6 and will add support for Bootstrap 4 and 5, and we will remove "globalize" library in favor of...

No, I am waiting for the VS 2022 versions.

@fabsenet No, it is just that NVIDIA has not supported VS 2022, yet.

Any news on this issue? At moment what is "bes tway" (or just an acceptanle one) to implement an UMD module with TypeScript? I mean a module that falls back...

@zixia, Actually, extending to global namespace is not so simple. Popular global libraries have a one-level namespace, such as jQuery, ko, etc. However, propietary libraries usually have multi-level namespaces. Something...