Scheduler - Repeat SelectBox popup remains opened after navigating to the recurrence group#32951
Merged
aleksei-semikozov merged 1 commit intoDevExpress:26_1from Mar 18, 2026
Conversation
92d9b48 to
410607e
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Fixes a Scheduler appointment popup UX issue where the “Repeat” (dxSelectBox) dropdown remains open when the user navigates from the main form to the recurrence settings group.
Changes:
- Explicitly closes the Repeat dropdown editor when switching to the recurrence group.
- Adds a regression test verifying the Repeat select box closes when navigating via the recurrence settings button.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| packages/devextreme/js/__internal/scheduler/appointment_popup/m_form.ts | Closes the Repeat DropDownEditor before updating the popup toolbar and switching the visible group. |
| packages/devextreme/js/__internal/scheduler/appointment_popup/appointment_popup.test.ts | Adds a Jest test to assert the Repeat editor’s opened option becomes false after navigating to the recurrence group. |
You can also share your feedback on Copilot code review. Take the survey.
sjbur
approved these changes
Mar 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.