plone / plone/plone.app.debugtoolbar
likely to be hidden when using diazo themes
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 8
- Forks
- 5
- Avg merge
- 26m
- Merged PRs (30d)
- 1
Description
Normally when you write a diazo theme you tend to include the viewlet managers explicitly via the rules file. Since the debug toolbar provides its own viewlet manager it's unlikely to be visible from the diazo themed site, so you have to turn off the diazo theme to view it.
I'm not sure the best way to fix this. Perhaps if it used one of the standard viewlet managers and then js or css to position itself at the top of the page?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by examining how the debug toolbar registers its viewlet manager and how a Diazo theme includes viewlet managers through its rules file. Reproduce the toolbar's visibility on a Diazo-themed site and a non-themed site; done means the toolbar remains visible without disabling the theme.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, javascript, python
- Domain
- devtools, frontend
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100