Title: 
  [ANeff] Bug for: [regression] tab layout remains hidden when parent layout uncollapsed
| View in TrackerStatus/Resolution/Reason: To Fix//ThirdParty
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 12/23/2014
Components: AJAX, UI Components
Versions: 2016,11.0,2018
Failure Type:
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Normal / Some users will encounter
Locale/System: ALL / Platforms All
Vote Count: 0
If tab layoutarea uses source="" attribute, then it remains hidden when parent layoutarea is uncollapsed. This worked fine in CF10.
Repro:
1) run index.cfm
2) uncollapse the left layoutarea
3) see the tab layout remained hidden
index.cfm
-----------
<cflayout type="border">
  <cflayoutarea position="left" collapsible="true" initCollapsed="true" size="123">
    <cflayout type="tab">
      <cflayoutarea title="t" source="mypage.cfm" />
    </cflayout>
  </cflayoutarea>
  <cflayoutarea position="center">in center</cflayoutarea>
</cflayout>
-----------
mypage.cfm
-----------
in left
-----------
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID:	3914320
Reason:	BugVerified
External Customer Info:
External Company:  
External Customer Name: itisdesign
External Customer Email:  
External Test Config: Verified w/ CF11 Update 3 Final Standalone Enterprise on x64 Windows w/ Firefox 34.0.5, IE 11 and Chrome 39.0.2171.95 m
  Attachments:
Comments: