Frontmatter
| id | 5599 |
| title | calendar.view.EditEventContainer: immediately closing once a TimeField (PickerField) gets focussed |
| state | Closed |
| labels | bughelp wantedno auto close |
| assignees | [] |
| createdAt | Jul 20, 2024, 11:09 PM |
| updatedAt | Oct 23, 2025, 12:59 AM |
| githubUrl | https://github.com/neomjs/neo/issues/5599 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Aug 3, 2025, 2:58 PM |
calendar.view.EditEventContainer: immediately closing once a TimeField (PickerField) gets focussed

tobiu
Aug 3, 2025, 2:58 PM
https://github.com/user-attachments/assets/1b7aa3b4-523b-4a4b-a7a5-35f0b93615f6
This one is resolved in v10.
tobiu closed this issue on Aug 3, 2025, 2:58 PM
https://github.com/user-attachments/assets/1dad28da-56a2-41c6-b7a6-0b92ff92ca17
In theory, PickerFields should use the Navigator, getting synthetic focus.
however, we do get a real
onFocusLeave()call, which unmounts the widget right away.@ExtAnimal