-
Notifications
You must be signed in to change notification settings - Fork 65
Added resizing functionality to flyout #1539
Added resizing functionality to flyout #1539
Conversation
… effectively show content.
Tests failed. Automated cross-browser testing via BrowserStack and Travis CI shows that the JavaScript changes in this pull request are: BUSTED Commit: b4d3dda (Please note that this is a fully automated comment.) |
Tests failed. Automated cross-browser testing via BrowserStack and Travis CI shows that the JavaScript changes in this pull request are: BUSTED Commit: d4ceb93 (Please note that this is a fully automated comment.) |
Tests failed. Automated cross-browser testing via BrowserStack and Travis CI shows that the JavaScript changes in this pull request are: BUSTED Commit: daacdb9 (Please note that this is a fully automated comment.) |
Tests failed. Automated cross-browser testing via BrowserStack and Travis CI shows that the JavaScript changes in this pull request are: BUSTED Commit: d43ed8d (Please note that this is a fully automated comment.) |
Tests failed. Automated cross-browser testing via BrowserStack and Travis CI shows that the JavaScript changes in this pull request are: BUSTED Commit: 7e57801 (Please note that this is a fully automated comment.) |
Tests failed. Automated cross-browser testing via BrowserStack and Travis CI shows that the JavaScript changes in this pull request are: BUSTED Commit: 02c55d3 (Please note that this is a fully automated comment.) |
Tests failed. Automated cross-browser testing via BrowserStack and Travis CI shows that the JavaScript changes in this pull request are: BUSTED Commit: 693da8a (Please note that this is a fully automated comment.) |
Tests failed. Automated cross-browser testing via BrowserStack and Travis CI shows that the JavaScript changes in this pull request are: BUSTED Commit: 15db034 (Please note that this is a fully automated comment.) |
Codecov Report
@@ Coverage Diff @@
## master #1539 +/- ##
========================================
Coverage ? 100%
========================================
Files ? 387
Lines ? 7590
Branches ? 975
========================================
Hits ? 7590
Misses ? 0
Partials ? 0
Continue to review full report at Codecov.
|
Tests failed. Automated cross-browser testing via BrowserStack and Travis CI shows that the JavaScript changes in this pull request are: BUSTED Commit: 27cb822 (Please note that this is a fully automated comment.) |
Tests failed. Automated cross-browser testing via BrowserStack and Travis CI shows that the JavaScript changes in this pull request are: BUSTED Commit: 5d475fc (Please note that this is a fully automated comment.) |
@@ -10,23 +10,24 @@ | |||
background-color: #fff; | |||
border-left: 6px solid $sky-highlight-color-info; | |||
z-index: $sky-flyout-z-index; | |||
overflow: auto; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Blackbaud-StacyCarlos The feature works great! Could you figure out a way to force the width for mobile views (used to be width: 100%
for mobile, and width: 50%
for anything larger)? It's immediately obvious when you stretch the width of the flyout and then shrink the browser window down...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you mean by default before resizing? If so, yes I can figure that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have incorporated styling to maintain 100%
width at small sizes.
Tests failed. Automated cross-browser testing via BrowserStack and Travis CI shows that the JavaScript changes in this pull request are: BUSTED Commit: acd152f (Please note that this is a fully automated comment.) |
Tests failed. Automated cross-browser testing via BrowserStack and Travis CI shows that the JavaScript changes in this pull request are: BUSTED Commit: cbb7ecb (Please note that this is a fully automated comment.) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. We'll go ahead and merge it into a contribution branch, clean it up, and release ASAP!
Tests failed. Automated cross-browser testing via BrowserStack and Travis CI shows that the JavaScript changes in this pull request are: BUSTED Commit: bcde44d (Please note that this is a fully automated comment.) |
@blackbaud-sky-savage retry |
Addresses #1459
Although this added the functionality to resize the flyout, I would like to address several issues before being pulled