Ticket #324 (closed defect: fixed)

Opened 17 years ago

Last modified 17 years ago

Row-Headers of Debug Output have no valign attribute, so tall rows have no header until you scroll to it's center

Reported by: Adam Tuttle Owned by:
Priority: normal Milestone: 3.0
Version: 3.0.178 Severity: trivial
Keywords: Cc:

Description

Originally posted by Adam Tuttle on 5/27/2008 at 2:32 PM: entered by Ezra Parker on port to new system

For example, when there is an exception, the following HTML shows up in the debug output:

<tr>
    <td>12304ms</td>
    <td>Exception</td>
    <td> [cfdump stuff here] </td>
</tr>

When the CFDump is very tall, the row header (type column) is using the default vertical alignment (middle) and you have to scroll down to the center of the row to read it. This can be confusing, frustrating, and disorienting, and I would propose that you add valign="top" to the type and time columns of every row of debug output.

Change History

Changed 17 years ago by cfgrok

Originally posted by Dan Wilson on 6/27/2008 at 6:51 PM: entered by Ezra Parker on port to new system

This is committed to SVN

Changed 17 years ago by cfgrok

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

Originally posted by Dan Wilson on 7/16/2008 at 4:28 PM: entered by Ezra Parker on port to new system

Resolved.

Note: See TracTickets for help on using tickets.