Jiří Kanda

Results 15 issues of Jiří Kanda

## Actual Behavior ``` public long GetCounterValue(string name, AzureWebApEnvironmentVariables environmentVariable) { if (!CacheHelper.Instance.IsInCache(name)) { PerformanceCounterImplementation client = new PerformanceCounterImplementation(); string uncachedJson = client.GetAzureWebAppEnvironmentVariables(environmentVariable); if (uncachedJson == null) { return 0;...

HxInputDateRange uses ``` for input "from" for calendar "from" for input "to" for calendar "to" ``` The Open state is held in dropdown although each trigger element should have its...

under investigation

1. Choose Today from the calendar. 2. Modify the year to make invalid value. 3. Choose Today from the calendar. Validation message disappears but the value is not updated in...

Click to open offcancas. (now Esc works well) Click outside the offcanvas (to the gray background) Press Esc. The offcanvas does not close.

bug
waiting-bootstrap

Hard to describe, watch the image. Focus the input, click somewhere in the calendar where it does not close the calendar (> button, empty space, ...). At the moment the...

bug

* current mode (month+year selects) is handy on mobile devices due to native select display * otherwise is current mode (month+year selects) quite obsolete * new mode should navigate to...

enhancement

The UI for setting Additional Arguments allows us to enter multiline values. It is good, it allows to write parameters in well-arranged form. Unfortunatelly, only first line is used as...