Issue Description
The issue is happening for Chrome and Microsoft Edge browser. When zooming to certain size, the browser screen starts to flicker with side and bottom scrollbar continuously appearing and disappearing.
Version Details
Angular Html Code
<div style="height: 100vh;">
<fm-pivot
height="100%"
[toolbar]="true"
[licenseKey]="getLicenseKeys()" >
</fm-pivot>
</div>
Typescript code
import { Component, ViewChild } from '@angular/core';
import { MainService } from '../../services/main.service';
import { FlexmonsterPivotModule, FlexmonsterPivot } from "ngx-flexmonster";
@Component({
selector: 'app-test-pivot',
standalone: true,
imports: [ FlexmonsterPivotModule ],
templateUrl: './test-pivot.component.html',
styleUrl: './test-pivot.component.css'
})
export class TestPivotComponent {
@ViewChild("pivotTable") pivotTableRef!: FlexmonsterPivot;
constructor(
private mainService: MainService
) {
}
getLicenseKeys(): string[] {
return this.mainService.fmLicenseKey;
}
}
Hello, Jun Jie!
Thank you for reaching out to us.
Our team has reproduced the issue on our side. Our developers will take a closer loor at the case and get back to you with the fix with the ETA July 6th.
We will notify you about any updates on the matter.
Kind regards,
Solomiia
Hello, Jun Jie!
Hope you are doing well.
Kindly note that the issue with grid flickering on different zoom levels was fixed.
The fix is included into 2.9.133 version of Flexmonster: https://www.flexmonster.com/release-notes/version-2-9-133/.
You are welcome to update the component: https://www.flexmonster.com/doc/updating-to-the-latest-version/.
Please let us know if the fix works well for you.
Kind regards,
Solomiia
Thanks Solomiia, let me check on the new version.
Hello, Jun Jie!
Thank you for getting back to us.
We will be waiting for the following updates on the case.
Kind regards,
Solomiia