Sebastian Zoglowek
Sebastian Zoglowek
This PR does following things: **Bugfix**: Change tabindex to tabIndex (056c63c4999eff34ba8dff713fae566791d095bc) Whilst tabindex exists as a global attribute **tabindex** https://developer.mozilla.org/de/docs/Web/HTML/Global_attributes/tabindex, creating it in JavaScript uses **tabIndex** https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/tabIndex. __ **Enhancement**: Add...
Are you planning to migrate from Bootstrap v3.3.5 to v5.3.x (with possible layout changes and new UI)? I know there is a big change between 3.3.x and 5.3.x (float to...
### Description Fixes #7063 See: https://github.com/contao/contao/issues/7063#issuecomment-2023901262 Followup to #7072 (cherry picked the commit and rebuilt the assets) 
### Description Fixes #7063 See: https://github.com/contao/contao/issues/7063#issuecomment-2023901262 
Fixes #7040 Needs https://github.com/contao-components/tristen-tablesort/pull/1 to be merged as well 
### Description - Fixes #7058 If people want to use the new js_accordion.html5 to use handorgel.js for their legacy accordion elements, it will override a possible body id. This change...
### Affected version(s) ^4.13.31, 5.3 ### Description A person in the community found a bug on iPads and we've confirmed that it had to do with the following commit due...
### Help! What about Contao 5.2? Contao 5.2.x is EoL and not supported anymore (https://contao.org/de/release-plan), please upgrade to Contao 5.3. It's impossible to make Version 2.0 work with Contao 5.2....
Reviving #2053 with this for Contao ^5.3 and the new introduced classes (w25, w33, w50, w66, w75). Could be merged with additional changes and would be BC-compatible due to the...
### Affected version(s) 5.3.x ### Description It was common to use the insert tag `{{page::pageTitle}}` for detail pages in news to generate the page title within the breadcrumb. #### Static...