Ticket #212 (closed defect: fixed)

Opened 2 years ago

Last modified 1 year ago

Double-Hashed CSS Colors in Fusebox Debug report

Reported by: tobylaroni Owned by: scorfield
Type: defect Priority: low
Milestone: Fusebox 5.5 Component: Miscellaneous
Version: 5.1 Severity: normal
Keywords: Cc:

Description

In the code used to generate the fusebox debugging, some of the colors have been double hashed, even though they're not within a CFOUTPUT tag. This may cause the colors to not display correctly, but more importantly, it causes opera to throw a CSS error (which is weird).

Easy enough to fix. This affects the following file: myFusebox.cfc, in lines 293-299 (approximately).

This possibly could be fixed in the current version of the code (if that is permitted) rather than waiting for the Fusebox 6 milestone.

Attachments

Change History

Changed 2 years ago by scorfield

  • owner changed from sean@corfield.org to scorfield
  • status changed from new to assigned
  • milestone set to Fusebox 6.0

Well spotted, Toby, thanks! I'll schedule it for 6.0 for the time being. There will be some discussion about whether we should have a 5.1.x or 5.2.x release.

Changed 1 year ago by scorfield

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

(In [508]) Fixes #212 by removing double pound signs in debug output.

Note: See TracTickets for help on using tickets.