Skip to content
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

Исправил срабатывание focus() для undefined #14

Merged
merged 2 commits into from
Feb 23, 2024

Conversation

Ruslan-Aleev
Copy link
Member

@Ruslan-Aleev Ruslan-Aleev commented Jul 25, 2023

Что оно делает?

В Ace, если других полей нету в форме, то this.editor.focus(); не срабатывал, т.к. this.editor возвращал undefined.
Поменял на (this.editor || this.valueHolder).focus(); проблема пропала. По логике, решение универсальное и чинит баг, проблем быть не должно.

Для теста нужно в ClientConfig создать Ace-настройку и расположить ее первой (или единственной) в группе, тогда раздел ClientConfig падает с ошибкой в консоли:
before

После фикса все норм:
after

Связанные проблема(ы)/PR(ы)

modmore/ClientConfig#180

@Ruslan-Aleev
Copy link
Member Author

@GulomovCreative Посмотри, пожалуйста, как время будет. Я вроде все протестил, но мало ли...

@Ibochkarev Ibochkarev merged commit f4f349f into modx-pro:master Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants