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

[js] Does not hide time range window when select date and time #2542

Merged
merged 1 commit into from
May 17, 2017

Conversation

otakuto
Copy link
Collaborator

@otakuto otakuto commented May 12, 2017

#2523 時間,日付を選択してもウィンドウが閉じないようにした。

Copy link
Contributor

@cosmo0920 cosmo0920 left a comment

Choose a reason for hiding this comment

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

あー、これdatepickerをえいやっと付けてからUXを特に考えていなかったやつですね。これも 👍 です。

@@ -959,7 +959,8 @@ var EventsView = function(userProfile, options) {
function setupTimeRangeFilter() {
$('#begin-time').datetimepicker({
format: 'Y/m/d H:i:s',
closeOnDateSelect: true,
closeOnDateSelect: false,
closeOnDateSelect: false,
Copy link
Contributor

Choose a reason for hiding this comment

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

自分のコミットで大変申し訳無いんだけど,ここ同じコード2連続で書いていて間違ってます。
正確にはtirgger_view.jsにあるように,closeOnDateSelectとcloseOnTimeSelectです。

Copy link
Contributor

Choose a reason for hiding this comment

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

😢

@@ -970,7 +971,8 @@ var EventsView = function(userProfile, options) {

$('#end-time').datetimepicker({
format: 'Y/m/d H:i:s',
closeOnDateSelect: true,
closeOnDateSelect: false,
closeOnDateSelect: false,
Copy link
Contributor

Choose a reason for hiding this comment

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

ココも同じ。

@otakuto otakuto force-pushed the oss/does-not-hide-when-click branch from 7dcf03b to 7703f2b Compare May 17, 2017 06:34
@otakuto
Copy link
Collaborator Author

otakuto commented May 17, 2017

修正しました

@masa0612 masa0612 merged commit ff91462 into master May 17, 2017
@masa0612 masa0612 deleted the oss/does-not-hide-when-click branch May 17, 2017 08:12
@ashie ashie removed the in progress label May 17, 2017
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.

4 participants