-
Notifications
You must be signed in to change notification settings - Fork 667
Scheduler: Editing form labels are incorrectly displayed #32276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 25_1
Are you sure you want to change the base?
Scheduler: Editing form labels are incorrectly displayed #32276
Conversation
da9dba8 to
6faa1bf
Compare
| </select> | ||
| <br /> | ||
| <div id="button"></div> | ||
| <div id="scheduler"></div> |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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'); |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
No description provided.