pivotal-cf/pivotal-ui

fix(Tabs): description

Camilo-HG opened this issue · 4 comments

Steps to Reproduce

I included module:

import {Tabs, Tab, LeftTabs} from 'pivotal-ui/react/tabs';

Then I copied example:

<div>
   <Tabs defaultActiveKey={1} actions={<a>Action!</a>}>
     <Tab eventKey={1} title="Tab 1">Wow!</Tab>
       <Tab eventKey={2} title="Tab 2">
         <h2>Neat!</h2>
         <span>So much content.</span>
     </Tab>
   </Tabs>
</div>

Expected
Tabs should look as in the example

Result
tabs_error

@Camilo-HG Thanks for filing this issue, what version of Pivotal-UI are you using? And in which browser are you seeing this behavior?

Version 13.0.1
Browser: Chrome

@Camilo-HG Thanks, we have reproduced the issue and have a fix for it. It will definitely go into PUI 15, but we will update and close this issue when we know which previous versions of PUI will be updated with this fix.

@Camilo-HG This is fixed and published in 14.0.0.

Let us know if you need this in an earlier version, we will try our best to accomodate.