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

Fix #5019 : The continue button is now visible with long feedback #6136

Merged
merged 6 commits into from Jan 29, 2019

Conversation

geetchoudhary
Copy link
Contributor

Explanation

Fixes #5019
When the text in the supplemental card is long, the continue button is now visible.

Screenshots
Before
40882760-1b97446c-66a1-11e8-856a-8f43a910e11c

After
screenshot 2019-01-20 at 11 33 07 am

Checklist

  • The PR title starts with "Fix #bugnum: ", followed by a short, clear summary of the changes. (If this PR fixes part of an issue, prefix the title with "Fix part of #bugnum: ...".)
  • The PR explanation includes the words "Fixes #bugnum: ..." (or "Fixes part of #bugnum" if the PR only partially fixes an issue).
  • The linter/Karma presubmit checks have passed.
    • These should run automatically, but if not, you can manually trigger them locally using python scripts/pre_commit_linter.py and bash scripts/run_frontend_tests.sh.
  • The PR is made from a branch that's not called "develop".
  • The PR follows the style guide.
  • The PR is assigned to an appropriate reviewer.
    • If you're a new contributor, please ask on Gitter for someone to assign a reviewer.
    • If you're not sure who the appropriate reviewer is, please assign to the issue's "owner" -- see the "talk-to" label on the issue.

@geetchoudhary
Copy link
Contributor Author

Hi @kevinlee12 , PTAL. Thanks :)

@geetchoudhary geetchoudhary self-assigned this Jan 20, 2019
@codecov-io
Copy link

codecov-io commented Jan 20, 2019

Codecov Report

Merging #6136 into develop will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #6136      +/-   ##
===========================================
- Coverage    45.33%   45.33%   -0.01%     
===========================================
  Files          525      525              
  Lines        30862    30869       +7     
  Branches      4615     4615              
===========================================
+ Hits         13990    13993       +3     
- Misses       16872    16876       +4
Impacted Files Coverage Δ
.../pages/state_editor/StateContentEditorDirective.js 72% <0%> (-4.75%) ⬇️
...ges/exploration_editor/feedback_tab/FeedbackTab.js 0.68% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bfc1c18...8c1e23c. Read the comment docs.

@kevinlee12
Copy link
Contributor

Hi @geetchoudhary, it's still hidden for me, this could be how Firefox (v64) is handling this. Here's what I see:

ezgif-3-d56731fd75c0

@kevinlee12
Copy link
Contributor

and also, the assignee is typically the person who needs to take action, so unless you are still working on it, the assignee should have been me 😄. I'll assign it back to you once I've done my review.

@geetchoudhary
Copy link
Contributor Author

Hi @geetchoudhary, it's still hidden for me, this could be how Firefox (v64) is handling this. Here's what I see:

ezgif-3-d56731fd75c0

Hi @kevinlee12 , I am also using Firefox (v64), but this is what I am seeing

screenshot 2019-01-23 at 11 09 33 am

Do you know what might be happening? Thanks :).

@geetchoudhary geetchoudhary removed their assignment Jan 23, 2019
@geetchoudhary
Copy link
Contributor Author

and also, the assignee is typically the person who needs to take action, so unless you are still working on it, the assignee should have been me 😄. I'll assign it back to you once I've done my review.

Sure

@kevinlee12
Copy link
Contributor

For the scrolling issue, my guess is that my screen height isn't as high as yours, since I didn't see that much empty space below the interactions (my screen height is 768px).

@geetchoudhary
Copy link
Contributor Author

Hi @kevinlee12 , PTAL. Thanks :)

Copy link
Contributor

@kevinlee12 kevinlee12 left a comment

Choose a reason for hiding this comment

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

Hi @geetchoudhary, left a comment regarding the padding property, ptal!

@@ -64,6 +64,8 @@
}

.conversation-skin-help-card-content {
max-height: 240px;
Copy link
Contributor

Choose a reason for hiding this comment

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

image

Decrease it by 5 px and I think we'll be good

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

Copy link
Contributor

@kevinlee12 kevinlee12 left a comment

Choose a reason for hiding this comment

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

lgtm, thanks a lot @geetchoudhary!

@geetchoudhary
Copy link
Contributor Author

Thanks @kevinlee12 😄

@geetchoudhary
Copy link
Contributor Author

Hi @kevinlee12 , kindly merge. Thanks :)

@kevinlee12
Copy link
Contributor

sorry about that, I thought the maintainer on duty would pick it up.

@kevinlee12 kevinlee12 merged commit 173e3a2 into oppia:develop Jan 29, 2019
@geetchoudhary geetchoudhary deleted the addscroll branch January 29, 2019 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Image Interaction supplemental card hidden continue button with long feedback
3 participants