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

Bug: Debug toolbar hrefs redirect to /# #8622

Closed
mihail-minkov opened this issue Mar 14, 2024 · 2 comments
Closed

Bug: Debug toolbar hrefs redirect to /# #8622

mihail-minkov opened this issue Mar 14, 2024 · 2 comments
Labels
bug Verified issues on the current code behavior or pull requests that will fix them duplicate Issue or pull request duplicates an already existing issue/pull request

Comments

@mihail-minkov
Copy link

mihail-minkov commented Mar 14, 2024

PHP Version

7.4, 8.1

CodeIgniter4 Version

4.4.6

CodeIgniter4 Installation Method

Composer (using codeigniter4/appstarter)

Which operating systems have you tested for this bug?

Windows

Which server did you use?

apache

Database

MySQL 8

What happened?

I use the toolbar to debug queries and variables. It's important for me to have it open in specific sections, but when I click on items on the toolbar instead of just toggling that section it interprets the click as a regular link click and since those links have # it always takes me to root/# and while the toolbar does re-open to where I clicked, I have to go back to where I was in order to review stuff.

This started recently, although not sure since which version.

Steps to Reproduce

Toggle toolbar or Toggle a section inside the toolbar

Expected Output

Toggled section instead of link redirect

Anything else?

No response

@mihail-minkov mihail-minkov added the bug Verified issues on the current code behavior or pull requests that will fix them label Mar 14, 2024
@kenjis kenjis added the duplicate Issue or pull request duplicates an already existing issue/pull request label Mar 14, 2024
@kenjis
Copy link
Member

kenjis commented Mar 14, 2024

Duplicate of #8594

@kenjis
Copy link
Member

kenjis commented Mar 14, 2024

This bug has already been fixed in develop branch.
Please try it.

If there is still something wrong, feel free to reopen this.

@kenjis kenjis closed this as completed Mar 14, 2024
@kenjis kenjis marked this as a duplicate of #8594 Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Verified issues on the current code behavior or pull requests that will fix them duplicate Issue or pull request duplicates an already existing issue/pull request
Projects
None yet
Development

No branches or pull requests

2 participants