Bug report: CFChartSeries

91 views
Skip to first unread message

sdur...@gmail.com

unread,
Dec 22, 2011, 11:30:28 AM12/22/11
to CFEclipse Users
First the details you need:

Eclipse version: Helios Service Release 2 Build id: 20110301-1815
CFEclipse version: 1.4.5.201112121854
Java version: 1.6.0_26-b03
OS: Windows XP SP3

I believe this is a problem with the dictionary but I'm not sure.

If you use cfchartseries with a closing tag (either
<cfchartseries ... /> or <cfchartseries ></cfchartseries> a red circle
with a white X appears. The error message is "Closing tag '</
cfchartseries>' does not match current parent item: 'cfchart'". This
also puts a red circle with white X on any parent tag. For example I
used it inside a cffunction tag, on the line with the <cffunction the
error is "cffunction is missing a closing tag"; and I put the
attributes on separate lines, the first attribute has the following
error: "Something in here is (probably) missing a closing tag or a
closing ">" and thus totally borking the parse!".

I use cfchartseries as a parent to multiple or looped cfchartdata
tags, so a lot of my files show errors and I can't tell if anything
after the first cfchartseries is in error because the parsing stops
there.

Thanks,
Steve

sdur...@gmail.com

unread,
Dec 22, 2011, 12:08:35 PM12/22/11
to CFEclipse Users
So I did a little playing and I can get it to work properly by
changing the single="true" to single="false" in the dictionary. Only
one problem though, even though endtagrequired="false" it will still
require either a /> or a </cfchartseries> I can live with that and I
hope this helps others.

I don't know how to make the tag work both ways, maybe someone smarter
than me can do it.

Steve

Andrew Myers

unread,
Dec 22, 2011, 7:57:44 PM12/22/11
to cfeclip...@googlegroups.com, CFEclipse Users
Hi Steve,

Try endtagrequired="false" hybrid="true"

Can you let me know if that works please?

Regards,
Andrew

Sent from my mobile

> --
> For more information on CFEclipse visit: cfeclipse.org
> For support, FAQ and tips and tricks visit: trac.cfeclipse.org
>
> You are subscribed to the Google Groups "CFEclipse Users" group.
> To post send email to: cfeclip...@googlegroups.com
> To unsubscribe send email to: cfeclipse-use...@googlegroups.com
> For more options, visit this group online: http://groups.google.com/group/cfeclipse-users?hl=en

Steven Durette

unread,
Dec 23, 2011, 8:02:53 AM12/23/11
to cfeclip...@googlegroups.com
Yes, endtagrequired="false" hybrid="true" single="false" seems to be
the right combination.

Thanks!!!

Reply all
Reply to author
Forward
0 new messages