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

修改一个bug,这个bug目前已知会影响//$(@"#txt").focusing 这段代码的使用 #118

Merged
merged 1 commit into from
Mar 3, 2015

Conversation

cdoky
Copy link
Contributor

@cdoky cdoky commented Mar 3, 2015

ON_SIGNAL3( BeeUITextField, RETURN, __signal)
{
if ($(@"#txtUName").focusing) {
$(@"#txtUName").BLUR();
$(@"#txtUPwd").FOCUS();
}else if ($(@"#txtUPwd").focusing)
{
$(@"#txtUPwd").BLUR();
$(@"#txtUName").FOCUS();
}
}

//$(@"#txtUName").focusing 原来的bug,这里判断永远为true

qfish added a commit that referenced this pull request Mar 3, 2015
修改一个bug,这个bug目前已知会影响//$(@"#txt").focusing 这段代码的使用
@qfish qfish merged commit a49ca91 into gavinkwoe:master Mar 3, 2015
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