Frontmatter
| id | 6760 |
| title | tab.Container: remove the tab body inline overrides |
| state | Closed |
| labels | bugenhancement |
| assignees | tobiu |
| createdAt | Jun 9, 2025, 12:24 PM |
| updatedAt | Jun 9, 2025, 12:46 PM |
| githubUrl | https://github.com/neomjs/neo/issues/6760 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jun 9, 2025, 12:46 PM |
tab.Container: remove the tab body inline overrides
tobiu assigned to @tobiu on Jun 9, 2025, 12:24 PM

tobiu
Jun 9, 2025, 12:42 PM
thinking more about it: the methods only provide a minor DX enhancement, if someone would by accident add a tab to the body child container. since this quite unlikely, better just remove the overrides completely.
tobiu changed title from Neo.tab.BodyContainer to tab.Container: remove the tab body inline overrides on Jun 9, 2025, 12:42 PM
tobiu closed this issue on Jun 9, 2025, 12:46 PM
Bugreport & feature request combined.
it looks like https://github.com/neomjs/neo/issues/6690 broke the docs app:
let us resolve the inline method overrides with a new class, cleaner anyway.