User tests: Successful: Unsuccessful:
Pull Request for Issue #19471 .
Changed the markup to include the debug panel in the same wrapper as the normal content
Activate the debug panel by going into Global Configuration > System tab
See the complete debug panel at the end of each page
Part of the debug panel is hidden by Joomla's lateral menu administrative pages
None, I guess
Status | New | ⇒ | Pending |
Category | ⇒ | JavaScript Front End Plugins |
Labels |
Added:
?
|
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-04-09 12:38:47 |
Closed_By | ⇒ | laoneo |
And one more thing debug console in admin login is not showing.
Thanks @Anu1601CS. Does reverting this line help https://github.com/joomla/joomla-cms/pull/20061/files#diff-78d82eb8bd4c1f14a8e99e82ada1daf9R355 ?
Does reverting this line help https://github.com/joomla/joomla-cms/pull/20061/files#diff-78d82eb8bd4c1f14a8e99e82ada1daf9R355 ?
No, this make debug console more messy then before this PR.
I think this is not a proper fix for this.
Can you make a new pr for it?
Can you make a new pr for it?
Me ?
Here is what I'm thinking:
in the template:
<joomla-debug><jdoc:include type="modules" name="debug" style="none" /></joomla-debug>
in the plugin:
echo str_replace('<joomla-debug></joomla-debug>', '<joomla-debug>' . implode('', $html) . '</joomla-debug>', $contents);
That will decouple the markup form the body tag, but it's also a minor B/C break (?)
Let me know if it's ok and then will push the changes in a PR
If you can, would be great. Guess you need to revert this one as well then.
You want to make a CE out of it?
nah, I just wanted to increase specificity without adding id or some weird class...
@dgrammatiko yes, please make a new pr if you have time. I'm going to revert this one anyway.
@laoneo we have some problem with this PR
Debug panel works fine in back-end but in front end it seems like this