mediawiki-extensions-Tabber.../modules
ciencia 2d4d4121fd
feat: use the ResizeObserver api to detect content size changes
This catches every possible size change of the active tab panel contents:
* Window resize, will update also the offsetLeft property
* Inner size changes like a collapsible element being opened or closed
* And even tabber inside tabber, when the inner tabber is changed and they
  have different sizes

ResizeObserver may not be supported by some old browsers, but that shouldn't
be too bad for them. If something looks displaced they can simply switch
tabs to force a resize.
2022-04-18 19:59:38 -04:00
..
ext.tabberNeue.icons feat: initial refactor into TabberNeue 2021-06-21 13:49:47 -04:00
ext.tabberNeue.js feat: use the ResizeObserver api to detect content size changes 2022-04-18 19:59:38 -04:00
ext.tabberNeue.less feat: add hover and active states to the arrow buttons 2021-06-21 20:37:28 -04:00