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

Handle enableAjax for WCarthesianChart when progressive bootstrap is enabled #205

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cwitting
Copy link

By registering the event handlers on the enableAjax call, the interactive components of WCarthesianChart also works when progressive bootstrap is enabled.

This has not been tested in depth, but seems to fix the issue we had with interactive plots not working as described in:
https://redmine.emweb.be/issues/7514

But maybe there is a better way to fix it?

…enabled

By registering the event handlers on the enableAjax call the interactive
components of WCarthesianChart also works when progressive bootstrap is enabled.
@MatthiasVC
Copy link

Hello,

if I apply this change, and define a wt_config.xml with progressive-bootstrap set to true, the example charts still do not function.

As indicated on the ticket, it's likely best to work around this issue by defining bootstrap-method for specific paths, disabling it on paths with charts (as can be seen in this example)

We are aware that there are issue with the bootstrap approach, but they span over a wide array of widgets. Likely something more structural will have to change there.

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

Successfully merging this pull request may close these issues.

2 participants