Fix: When clicking "Download Handout", the handout (image) overlays the video area, and the download does not start automatically.#37108
Conversation
|
@haftamuk The changes look good, I verified that they do fix the issue. Can you please:
|
|
Thanks for the pull request, @haftamuk! This repository is currently maintained by Once you've gone through the following steps feel free to tag them in a comment and let them know that your changes are ready for engineering review. 🔘 Get product approvalIf you haven't already, check this list to see if your contribution needs to go through the product review process.
🔘 Provide contextTo help your reviewers and other members of the community understand the purpose and larger context of your changes, feel free to add as much of the following information to the PR description as you can:
🔘 Get a green buildIf one or more checks are failing, continue working on your changes until this is no longer the case and your build turns green. DetailsWhere can I find more information?If you'd like to get more details on all aspects of the review process for open source pull requests (OSPRs), check out the following resources: When can I expect my changes to be merged?Our goal is to get community contributions seen and reviewed as efficiently as possible. However, the amount of time that it takes to review and merge a PR can vary significantly based on factors such as:
💡 As a result it may take up to several weeks or months to complete a review and merge your PR. |
|
@haftamuk it looks like there are some branch conflicts that need to be resolved here. Can you have a look? |
|
I think the conflicts will be resolved once the changes are rebased onto |
5866ce5 to
f4348a1
Compare
|
@e0d I have rebased the changes on top of master and have resolved the conflicts. Is there anything else I can do to get this reviewed? |
|
@haftamuk Your branch is behind the base. I've pulled in changes from master as a merge commit which will update your branch and cause the tests to be re-run. |
Ok. Great thank you. |
|
Hi @haftamuk! Is this pull request still in progress? |
|
@mphilbrick211 Can you point me in to the next directions, I am thinking it is complete. Kindly let me know why is it not merged yet? |
|
@haftamuk can you please rebase onto the target branch and squash your commits, so that your git history is clean and passes the linter checks? It might take a while before an upstream reviewer can take a look at your PR. Making sure your PR can pass all checks will reduce the back and forth required, once someone finds the time to look at the PR. Also, can you please link the issue id in PR description? Edit: I see that you linked it in the commit (which is good!), just linking it in the PR description as well makes it easier to find and navigate between the PR and the issue. |
7cda2d1 to
44f1b32
Compare
Thank you for the followup I have edited the PR description to contain the Issue link. |
|
@haftamuk Yeah, you should remove those other commits from your branch. I'm not sure how they ended up in your branch, so not sure what's the best way to remove it. |
44f1b32 to
0f25c89
Compare
It is clean now! The change in this PR is really simple. |
|
@haftamuk Awesome, thank you! |
d43ebfd to
7b3d962
Compare
|
@haftamuk |
|
@haftamuk this looks good, cane you rebase the code and fix the conflict? Then I can merge it. |
…ideo After applying a "download" property on html5 anchor tag, Download Handout link in a video component initiates a direct download instead of overlaying over the video. Fixed issue: openedx#37081
Description
This pull request will enable learners to be able to click "Download Handout" link available in a video component and initiate a direct download on image attachments(image handouts). The "download" attribute is added in the anchor element to perform a direct download.
Learners exploring courses with video component and an image handout attached to it will be able to click the "Download Handout" link to initiate a direct download.
Supporting information
Issue Link
a: The Anchor element
Testing instructions
Deadline
None
Other information
None