Ticket #367 (closed enhancement: fixed)

Opened 2 months ago

Last modified 2 months ago

Debug panel output interferes with page js

Reported by: sullah Assigned to: lmajano
Priority: high Milestone: 2.6.0
Component: Debugger Version: 2.5.2
Severity: major Keywords: debugger
Cc: sullah

Description

As for the debugging output... I think that displaying non-object type data in a string is probably the way to go (HtmlEditFormat?() comes to mind). A good current example is viewing an RC snapshot in the debugging information panel. With that said, I would still like to have obj, structure, array information in the typical cfdump format simply because I'm used to it and it's a concise way to display most information.

LINK:http://forums.coldboxframework.com/index.cfm?event=ehMessages.dspMessages&threadid=5BE9F03F-FF65-CEF6-655438700C2D130C#3

some options which can be implement.

1: Remove block of Javascript.
2: toString() format.
3: HtmlEditFormat?() format.

Change History

03/18/08 01:53:25 changed by lmajano

  • status changed from new to closed.
  • resolution set to fixed.

03/18/08 17:46:24 changed by sullah

  • status changed from closed to reopened.
  • resolution deleted.

still require more tweaks.

  • strip html
  • strip only javascript: but show proper html output
  • use tooltip technique for rc scope to render html
  • to be honest its hard to fix all small nifty little things, so let the users to control what output show be in debugg panel.
  • New guide docs: how to change or suppress debug output.

03/19/08 00:57:32 changed by lmajano

  • status changed from reopened to closed.
  • resolution set to fixed.

Copyright 2006 ColdBox Framework by Luis Majano