Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Picker #1518

Merged
merged 23 commits into from
Sep 18, 2015
Merged

Picker #1518

merged 23 commits into from
Sep 18, 2015

Conversation

cmcculloh-kr
Copy link

No description provided.

@@ -242,7 +242,7 @@

this.$field.val(val);

if (!suppressEllipsis && !_isShown) {
if (!suppressEllipsis && !_isShown(this)) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this change relevant to the Picker?

Copy link
Author

Choose a reason for hiding this comment

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

Not at this point, no.


var _showAbove = function _showAbove(picker) {
picker.$popup.css('height', (picker.options.height)?picker.options.height : DEFAULT_HEIGHT + 'px');
picker.$body.css('height', ((picker.options.height)?picker.options.height : DEFAULT_HEIGHT) - 73 + 'px');
Copy link
Contributor

Choose a reason for hiding this comment

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

What is "73" here? The answer to the life, the universe, and everything?

futuremint added a commit that referenced this pull request Sep 18, 2015
@futuremint futuremint merged commit 780dfcd into ExactTarget:master Sep 18, 2015
@cmcculloh-kr cmcculloh-kr deleted the picker branch September 21, 2015 20:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants