Frontmatter
| id | 4547 |
| title | dialog.Base: hide() & show() do not adjust the hidden config |
| state | Closed |
| labels | bugstale |
| assignees | [] |
| createdAt | Jul 13, 2023, 4:25 PM |
| updatedAt | Sep 13, 2024, 4:29 AM |
| githubUrl | https://github.com/neomjs/neo/issues/4547 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 13, 2024, 4:29 AM |
dialog.Baseoverrides the methods ofcomponent.Basewithout triggering a super call (intentionally).however, they should also change the value of
this._hiddenfor consistency reasons.@Dinkh