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

JSXGraph Board in a table cell grows of its own accord without bound #681

Open
gwhitney opened this issue Jun 26, 2024 · 1 comment
Open

Comments

@gwhitney
Copy link

If one supplies the id of an element that happens to be a table cell to the JSXGraph.initBoard method, the board is created OK, but thereafter it starts to expand on its own, apparently without limit. This does not seem to be desirable behavior.

For an example, see https://jsfiddle.net/sb1xvgck/1/ -- you have to remove the /* comment opener characters at the beginning of the line that starts const balloonboard = and then hit the Run button. (I didn't want to create a fiddle that would just start taking over the example window all on its own.) To see the magically expanding Board, scroll down a bit in the "results" window showing what's produced by the fiddle.

Please let us know if you'd like us to work on a PR for this situation.

@alfredwassermann
Copy link
Member

Hopefully, with commit d336a05, the problem is solved.
@gwhitney: Could you please checkout the develop branch and test it? Otherwise, I could prepare a test version of jsxgraphcore.js.

Best wishes,
Alfred

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

No branches or pull requests

2 participants