Bozhidara Pachilova
Bozhidara Pachilova
## Description Scrolling with this configuration exhibits unexpected behavior. * igniteui-angular version: 14.1.x, 14.0.x, 13.2.x * browser: any ## Steps to reproduce 1. Open [this ](https://stackblitz.com/edit/igx-grid-remote-sorting-filtering-demo?file=package.json)sample (forked copy of the...
## Description IgxGrid instances do not seem to get properly garbage collected. * igniteui-angular version: 14.0.x * browser: tested in Chrome ## Steps to reproduce 1. Open [this sample](https://stackblitz.com/edit/igx-grid-memory-leak-14?file=src/app/grid/grid.component.html) 2....
## Description When the container element of the `igx-grid` has a CSS `transform: scale` applied and the columns' `autosize()` method is used, the newly returned width of the longest visible...
## Description For an Excel sheet opened in the `igx-spreadsheet`, the arrowheads of basic shapes are not displayed. Both for straight or curved arrows. Other more complex shapes, such as...
In [the tree topic ](https://www.infragistics.com/products/ignite-ui-angular/angular/components/tree), clicking the StackBlitz buttons of both demos results in the following error and the sampled do not open in SB: ``` igniteui-theming-widget.js?t=1684919968277:2 Uncaught TypeError: Cannot...
A couple of customers have reported that the `npm config set @infragistics:registry https://packages.infragistics.com/npm/js-licensed/` command is no longer working for them (using npm version 9+). The command works with a `=`...
## Description An unpinned pane is resized by dragging the splitter all the way until no further shrink is possible. After that, its size cannot be grown back by dragging...
## Is your feature request related to a problem? Please describe. Programmatically maximizing a pane is possible by assigning the following properties: ``` targetPane.isMaximized = true; this.dockManager.maximizedPane = targetPane; ```...
Closes #174
Add the following additional input formats for the Date-Time-Input. Related to [this issue ](https://github.com/IgniteUI/igniteui-angular/issues/14011) and [changes](https://github.com/IgniteUI/igniteui-angular/pull/14065) from the `igniteui-angular` repo. Update the spec section about [Custom input format](https://github.com/IgniteUI/igniteui-webcomponents/wiki/Date-Time-Input/_edit#custom-input-format). | Format...