Skip to content

grid flickering when auto-resize feature is used with the selection header #3125

@yurigenin

Description

@yurigenin

Here is plunker that you need to run in a separate window view to see the issue.

The problem is due to the 'body' container 'div' to bump into the 'left' container and browser layout engine forcing it down which causes a flicker until auto-resize timer corrects it by recalculating the sizes.

Im my app I fixed it by using this style:
.ui-grid-render-container.ui-grid-render-container-body { left: 30px; top: 0; position: absolute; }

Plunker (please run in a separate window)

You may want to look into this idea of using 'absolute' positions instead and just calculate offsets and set them as styles in your buildStyle() method.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions