F1 help flakiness
G'day
Consider this code:
<cfscript>
st = {
d = dateAdd()
};
d = dateAdd();
</cfscript>
If I press F1 to bring help up, then click in the second dateAdd(), I get this in the help window:
Adds units of time to a date.
See also:
DateAdd
More results:
Search for dateadd
Where DateAdd is a link to the docs page I want.
If I click in the first one, I get this:
ColdFusion Builder Editors
More results:
Search for CFML Editor
What's going on here?
--
Adam
