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

Toolbar hidden in django-cms changelist #508

Closed
BertrandBordage opened this issue Dec 23, 2013 · 3 comments
Closed

Toolbar hidden in django-cms changelist #508

BertrandBordage opened this issue Dec 23, 2013 · 3 comments
Labels

Comments

@BertrandBordage
Copy link

Using django-debug-toolbar 1.0, django-cms 2.3.8 and django 1.4.10.

In the administration changelist of django-cms (typically /admin/cms/page), the button to show the toolbar is not visible, while it works flawlessly everywhere else.

The template is properly rendered, it's a javascript issue. I guess it's because django-cms uses a very old version of jQuery (1.4.2). But it was working perfectly with django-debug-toolbar 0.11. I guess a lot of javascript was added with 1.0 in order to calculate the browser timeline, but there is no way to disable this. I tried removing every panel and the problem stays the same.

This can be considered as a django-cms issue, but since I believe django-debug-toolbar must easily work everywhere, I strongly think that it's a django-debug-toolbar issue. Those jQuery clashes will probably happen in many other projects.

@BertrandBordage
Copy link
Author

Same issue with django-cms 2.4.3 and django 1.5.5.

@aaugustin
Copy link
Contributor

Variations of this issue have been reported several times. I'm moving the discussion to #535. Thanks for your understanding.

BertrandBordage added a commit to BertrandBordage/django-debug-toolbar that referenced this issue Feb 9, 2014
@aaugustin: thanks for tackling jazzband#535!  This last `djdt.jQuery` was missing.
I don't know how it interacts with jazzband#472, but this fixed jazzband#508 for me.
@BertrandBordage
Copy link
Author

I confirm that it was fixed with django-debug-toolbar 1.2 :)

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

No branches or pull requests

2 participants