Skip to main content
Inspiring
June 5, 2010
Question

Apparent bug in context-sensitive help

  • June 5, 2010
  • 1 reply
  • 606 views

Here’s my code (my cursor is at the | character):


<!---

<cfset x = xmlParse(s)>

--->

<cfset x = xmlParse(s)>
|


I do this:

* Press F1 to bring up help
* click in the middle of the second xmlParse().  Help for xmlParse() comes up.  Good.
* click in the middle of the first xmlParse().  The help system now searches for help on "<!--- <cfset x = xmlParse(s)> --->".  Nice.  Not.

--
Adam

This topic has been closed for replies.

1 reply

Inspiring
June 8, 2010

looks like a bug to me; I get the same results.

Inspiring
June 8, 2010

looks like a bug to me; I get the same results.

Cool (well... I mean...)

Anyhow, I've raised a bug for it: http://cfbugs.adobe.com/bugreport/flexbugui/cfbugtracker/main.html#bugId=83303

--
Adam