Skip to content

19.2 Service Release 1

Compare
Choose a tag to compare
@Lipata Lipata released this 13 Apr 13:08
· 343 commits to master since this release
9f36b3e

Bug Fixes

  • If the default bootstrap4 theme is applied, the igCheckboxEditor checked icon is not visible. #1984
  • When scrolling a virtualized igCombo, with defined itemTemplate, the list is barely scrolled. #2015
  • If igDateEditor input and display formats are set, using the following format HH:mm:ss.fff, milliseconds date part is displayed as 0 and when the editor is blurred then the value of the milliseconds is also set to 0. #2016
  • When using jQuery version 3.4.0 and when igDatePicker suppressKeyboard option is enabled then control input does not lose focus when drop down is expanded. #2002
  • igDataSource class uses escape method to encodeUrl, which is deprecated and uses % for encoding, which is not approved standard and support for it will be dropped in further versions of .NET. #2048
  • In igEditors implementation, the jQuery's trim method is called with an extra parameter, which is not necessary. #2007
  • When igPopover is shown to the right and containment is set, while there isn't enough space to the right for popover to fit, then popover shows bellow the containment element instead showing over the input. #1918
  • The < character cannot be used in igTree node attribute. #2033