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

Fixes #26781 - DateTimePicker placement (#6750) #6757

Merged

Conversation

ezr-ondrej
Copy link
Member

Cherry-pick for #6750 blocked by #6756. We need to cherry-pick both or neither.
I mark it WIP till it is in.

@theforeman-bot
Copy link
Member

Issues: #26781

@@ -1,4 +1,4 @@
.bootstrap-datetimepicker-widget.dropdown-menu.top {
.bootstrap-datetimepicker-widget.dropdown-menu {
Copy link
Member

Choose a reason for hiding this comment

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

Please change this into:

.bootstrap-datetimepicker-widget.dropdown-menu.top {
  margin-top: -10px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom {
  margin-top: 10px !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  max-width: none;

otherwise the popover arrow is inside the input instead of being under it

Copy link
Member Author

Choose a reason for hiding this comment

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

Please see #6761, this is PR for stable branch, we need to do it first to develop.

@theforeman-bot theforeman-bot added the Stable branch PRs that are opened against a stable branch. Usually a cherry pick label May 15, 2019
@tbrisker
Copy link
Member

#6756 was merged, is this still wip? or is it ready to go to the stable branch?

@ezr-ondrej ezr-ondrej changed the title [WIP] Fixes #26781 - DateTimePicker placement (#6750) Fixes #26781 - DateTimePicker placement (#6750) May 21, 2019
@ezr-ondrej
Copy link
Member Author

#6761 merged as well, this is ready now.

@tbrisker
Copy link
Member

one of the js snapshot test failures is related, could you please fix that? (Report Template AutoComplete › rendering › renders report template with date input)

@ezr-ondrej
Copy link
Member Author

Yeah, it was related, my bad I've missed that!
Fixed now.

Copy link
Member

@tbrisker tbrisker left a comment

Choose a reason for hiding this comment

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

Thanks @ezr-ondrej !

@tbrisker tbrisker merged commit 608be74 into theforeman:1.22-stable May 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs testing Stable branch PRs that are opened against a stable branch. Usually a cherry pick UI
Projects
None yet
4 participants