Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-4.3.0.GA_P04
-
Fix Version/s: EE-4.3.0.GA_P05
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Any
-
Support Case References:Support Case 14725
-
Workaround Description:Wrap the component inside a div with a hard-coded width, so that the tabset always has the same width, without being affected by the window's width.
Description
When an ace:tabSet component has scrollableTabs="true" (and is not contained by an element with a fixed width), its scrollable tabs area will remain the same even after resizing the window to make it wider, leaving a blank space. This component needs to register an onresize listener on the window to adjust the width of the scrollable tabs area.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Added a resize listener on the window to adjust the width of the scrollable tabs container to fit the page and fixed the issue described in this JIRA and also another issue found with not being able to make the tab set less wide if the window is made more narrow.