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

Cold Fusion 11 issues with cfajaximport/cflayoutarea functionality

Explorer ,
May 04, 2015 May 04, 2015

Copy link to clipboard

Copied

Hi,

I have just installed Colld Fusion 11 in the production environment.

Some users are able to see the page that is using the cfajaximport and cflayoutarea functionality.

One of the users is using IE 11. But I can see the page using IE 11. Some users are using IE 8 and 9.

This issue did appear in CF 9, but the resolution was to clear the IE cache. In IE 11 this works sometimes.

This affecting the users performing there important functions.

Is there a solution to this issue?

Thanks,

Mike

Views

480

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
Explorer ,
May 04, 2015 May 04, 2015

Copy link to clipboard

Copied

Would the POODLE (TLS) fix for the browser not being installed be the issue?

It is installed in the non production environment and there has been not issues reported.

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
Community Expert ,
May 04, 2015 May 04, 2015

Copy link to clipboard

Copied

Avoid Coldfusion's UI tags like cflayout and cfajaximport, as they are dated. Use alternatives, for example, from jQuery.

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
Explorer ,
May 04, 2015 May 04, 2015

Copy link to clipboard

Copied

This would possibly require a rewite of the page which would take time.

I there a solutiion that addresses the IE browser issue?

Mike

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
Explorer ,
May 06, 2015 May 06, 2015

Copy link to clipboard

Copied

Hi,

The Test environment is running Java Version 1.7.0_51 while the production environment is running 1.8.0_25.

The information on the page in production does not appear. When the user selects F5 (refresh) the information appears.

The information appears and does not appear for the IE browser. Works fine in Firefox.

I found information on Update 5 that affects the CFlayoutarea.

Also, some of the information, states Update 5 breaks CF11

Is Update 5 included in the build version in production (11,0,03,292866)

Is the Java version the issue along with Update 5?

Thanks,

Mike

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
Explorer ,
May 12, 2015 May 12, 2015

Copy link to clipboard

Copied

LATEST

Hi,

When I add, refreshOnActivate = "true", to the code below  the code has an issue with the cflayout area.  Using Cold Fusion 11.

<cflayoutarea bindonload="true" closable="false" disabled="false" inithide="false" name="LTCServiceName"  overflow = "auto"  selected="true" tabTip="text" title="Service Selection" align="left" >

<H6>Service</H6>

<cfinclude template="servicesform.cfm">

</cflayoutarea>

The reason for adding refreshOnActivate = "true" is to have page reload when it is selected because in the production environment the page servicesform.cfm will not appear using IE. But in the development and Test environments the page appears.

Is there a solution?

Thanks,

Mike

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