Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chart is expanding endless #21188

Open
cyromat opened this issue May 18, 2024 · 2 comments
Open

Chart is expanding endless #21188

cyromat opened this issue May 18, 2024 · 2 comments

Comments

@cyromat
Copy link

cyromat commented May 18, 2024

Expected behaviour

The chart should be created and stay as it is

Actual behaviour

The chart gets created but then gets bigger and bigger.
It never stops.

Live demo with steps to reproduce

[] (https://jsfiddle.net/p2tckvzy/1/)

div {
padding: 2px;
}
is the problem.

Product version

v11.4.1

v11.4.0 works fine

Affected browser(s)

Chrome, FF, Edge

@karolkolodziej
Copy link
Contributor

Hi @cyromat!
Thank you for reporting the issue!

Internal note:
Bisected to: cd8ffc1
FYI @hubertkozik

@oysteinmoseng
Copy link
Member

Internal note: There are some hidden divs that should be visually hidden when including the accessibility module. Maybe those are not forced hidden enough (padding 0, width/height: 1px etc). Also figure out why it's bisected to that thing. Possible that this could happen with even older versions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants