mivanyna

Results 7 issues of mivanyna

### Bug description: Starting from "@ng-bootstrap/ng-bootstrap": "12.0.0" ngbPopover is mispositioned when **page has scrollbar and position is top** For version v11 all works well. Positions right, left, bottom works well....

type: positioning

### Bug description: In case if I use `search.bind(this)` ngModel isn't working, data isn't set to model html: ``` ``` ts: ``` search(text$: Observable) { return text$.pipe( debounceTime(200), distinctUntilChanged(), map(term...

needs: investigation
component: typeahead

**I'm submitting a ...** (check one with "x") ``` [x ] bug report => search github for a similar issue or PR before submitting [ ] feature request [ ]...

When steps have `route` set and the user presses the browser's back button - the backdrop still exists but no tooltip is shown. As result: User can't stop the tour...

bug

It would be good to have the ability to configure z-index for the backdrop as it doesn't prevent interactions with elements that have z-index higher than 101. For example element...

enhancement

### Describe the bug Angular app fails on start with error `Class constructor ErrorHandler cannot be invoked without 'new'` ### Steps to reproduce 1. Have in app.module setup like in...

awaiting feedback

`imageCropped` event is emitted each time I click on image: ![image](https://github.com/Mawi137/ngx-image-cropper/assets/10868397/26e761b6-5c28-45c1-8e76-e8137e0b5b50) Steps: 1. open https://stackblitz.com/edit/image-cropper 2. upload any image 3. click on image 4. `imageCropped` is emitted each time I...

stale