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

F1 help flakiness

LEGEND ,
Jun 15, 2010 Jun 15, 2010

Copy link to clipboard

Copied

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

Views

567

Translate

Translate

Report

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

Copy link to clipboard

Copied

Hi Adam,

It's a bug, raised #83350

Thanks,

Dipanwita

Adobe ColdFusion Builder Team

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

LATEST

Cool, cheers.

--

Adam

Votes

Translate

Translate

Report

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
Documentation