Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

Latest commit

 

History

History
30 lines (14 loc) · 784 Bytes

known-issues.md

File metadata and controls

30 lines (14 loc) · 784 Bytes

Known issues

Scrolling tabs

Scrollbar visible (Firefox)

Firefox (57 and newer) will show a scrollbar when scrolling the tabs (either using the mouse or scroll buttons).

Scroll position with right-to-left languages (Chrome)

Google Chrome does not handle scrolling well for RTL elements. When creating for right-to-left languages, don't use scrolling tabs at this time.

CSS styling

Ellipsis (Firefox)

Firefox will not display ellipsis to indicate longer texts.

Internet Explorer 11

If you need to support IE 11, add polyfills for Promise and Object.assign. For example when using polyfill.io, add to the HTML:

<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=Promise,Object.assign" type="text/javascript"></script>