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

5.0.4 #350

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

5.0.4 #350

wants to merge 6 commits into from

Conversation

jojoGyro
Copy link

@jojoGyro jojoGyro commented Aug 5, 2020

plagins.js里有一个错误,initizlize不会执行,应该在ok里赋值input,另外dom应该大写
initialize: function () {
input = this.dom.content.find('.d-input-text')[0];
input.select();
input.focus();
},
ok: function () {
input=this.DOM.content.find('.d-input-text')[0];
return ok && ok.call(this, input.value);
}

唐斌 added 6 commits February 21, 2013 10:34
1. 支持信息无障碍(ARIA): 内容描述、键盘操作(焦点管理)
2. 锁屏可限制焦点元素保持在对话框内
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.

2 participants