Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

F1 help flakiness

LEGEND ,
Jun 15, 2010 Jun 15, 2010

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

TOPICS
Builder
606
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Jun 15, 2010 Jun 15, 2010

Hi Adam,

It's a bug, raised #83350

Thanks,

Dipanwita

Adobe ColdFusion Builder Team

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 15, 2010 Jun 15, 2010
LATEST

Cool, cheers.

--

Adam

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources