Skip to content

Scheduler: Editing form labels are incorrectly displayed#32276

Merged
aleksei-semikozov merged 5 commits intoDevExpress:25_1from
aleksei-semikozov:Scheduler_T1318550
Feb 5, 2026
Merged

Scheduler: Editing form labels are incorrectly displayed#32276
aleksei-semikozov merged 5 commits intoDevExpress:25_1from
aleksei-semikozov:Scheduler_T1318550

Conversation

@aleksei-semikozov
Copy link
Contributor

No description provided.

@aleksei-semikozov aleksei-semikozov self-assigned this Jan 22, 2026
@aleksei-semikozov aleksei-semikozov requested a review from a team as a code owner January 22, 2026 10:34
</select>
<br />
<div id="button"></div>
<div id="scheduler"></div>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove changes from jquery.html

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

assert.equal(getIntervalEditor(instance).option('min'), 1, 'Interval editor has right min value');
assert.equal(getIntervalEditor(instance).option('value'), 1, 'Interval editor hase right value');
assert.equal(getIntervalEditor(instance).option('width'), 90, 'Interval editor has right width');
assert.equal(getIntervalEditor(instance).option('width'), 150, 'Interval editor has right width');
Copy link
Contributor

@Tucchhaa Tucchhaa Jan 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest to add a test for the user's case with setting labelMode to static by default, if it's possible. What do you think?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This option not depend on labelMode in this case

@aleksei-semikozov aleksei-semikozov merged commit 7b93bdb into DevExpress:25_1 Feb 5, 2026
94 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants