Status/Resolution/Reason: Closed/Fixed/Fixed
Reporter/Name(from Bugbase): Eric Richardson / Eric Richardson ()
Created: 10/23/2017
Components: AJAX, UI Components
Versions: 2016,11.0,2018
Failure Type: Incorrectly functioning
Found In Build/Fixed In Build: 2016,0,05,303689 / 312415
Priority/Frequency: Normal / All users will encounter
Locale/System: English / Win 2012 Server x64
Vote Count: 0
Problem Description:
When trying to update the content of a nested tab via Coldfusion.navigate() call, the content for all tabs after the first tab will be duplicated. The first tab will work fine, all subsequent tabs will contain 2 copies of the source that was navigated to.
Steps to Reproduce:
Create a tabs-based cflayout with 1-N tabs, each with source specified and "refreshonactivate=true". In one of the tabs, create another tabs-based cflayout with at least 2 tabs. Use coldfusion.navigate to update the source of the tabs in the child cflayout.
Actual Result:
First sub-tab works correctly. All subsequent sub-tabs contain contain 2 copies of the source content that was specified in coldfusion.navigate() command.
Expected Result:
Each sub-tab updates with one copy of the desired source.
Any Workarounds:
None found yet.
Attachments:
- October 23, 2017 00:00:00: firstTab.png
- October 23, 2017 00:00:00: subsequent.png
Comments: