Bug admin debugging.logs (toogle Section)

Before you create a new Issue, please post to the mailing list first:

  1. enable logging
  2. select log within web admin (e.g. /lucee/admin/web.cfm?action=debugging.logs&action2=detail…)
  3. click on any query

the toogleSection onClick event has the same ID for each query

Don’t forget to tell us about your stack!

OS: any (linux)
Java Version: any (11)
Tomcat Version: any (9)
Lucee Version: 5.3.10.120

@Michael_Diederich I’ve checked this issue with above steps in lucee version 5.3.10.120. I can’t able to replicate this issue and the toogleSection onClick event has a different id for each query . So can you please share the exact situation where you faced this issue?

All queries are open and a click doesn’t affect them.
Screenshot of my browser (right click, inspect items)

Line 1357. I guess, you should use #sectionId# as this.id is not replaced by lucee.

(Search · debug.selectText( · GitHub)
I found this in 2 files, Modern.cfc and Simple.cfc.

Switch the debug templates just throws more errors.

I hope this helps, if not i can try to record by screen using the web admin.

1 Like

I can’t catch your point here. can you please explain this?

I tried some more debug pages and it only affect some - not all. really tricky… I recored my screen, i hope it is now clear:

2 Likes

thanks so much @Michael_Diederich, Still the issue is not replicated for me. I will do some deep tests on this to get replicated.