Vladimir Kelman

Results 9 issues of Vladimir Kelman

I'm periodically getting "iziModal.js:1087 Uncaught TypeError: Cannot read property 'scrollHeight' of undefined at iziModal.recalcLayout (iziModal.js:1087) at updateTimer (iziModal.js:563)" Then header disappears. Using latest iziModal, not doing anything special

chatjs\chatjs\js\jquery.chatjs.adapter.signalr.ts and chatjs\ChatJs\js\jquery.chatjs.adapter.signalr.js both have top lines of ``` /// /// ``` But there is no folder /Scripts and no .d.ts files in a project. I'm pretty new to TypeScript....

I need to **dynamically populate a list of options into chosen drop-down from a server - as user types**. Ajax part of it (jQuery requests sent to ASP.NET MVC controller)...

This is not a bug, but rather a suggestion. It would be nice if chosen had a configuration option to use plain select box' "placeholder" attribute value instead of "data-placeholder"....

### Steps to reproduce 1. Place regular select box into a div which has overflow-y: auto and relatively small height. Click on a select box to open it. If the...

Our application has government requirement for **all** HTTP requests to include SSL client certificate. All application servers are checking incoming requests for client certificates. I realized that requests issued by...

I have StyleCop 6.1.0 running in Visual Studio Enterprise 2017. And StyleCop still marks a as syntax error SA102 legal C# 6 null-conditional "?." operator! Any way to suppress this...

Clicking on "Now" automatically resets timezone to a system one. Wouldn't it be better to leave a timezone intact and recalculate time according to what it is at the set...

For inexperienced user like me problems with setting up tests are much more significant than with running actual code. I understand it's not under book author's control: open source apps...